| Class | Description |
|---|---|
| DataUriSchemeParser |
implementation (currently hokey) of RFC-2397 data: URI scheme.
|
| TemplateProcessor |
A variety of methods to assist in Freemarker template processing,
including passing in maps with keys flattened (dot-separated namespace),
and accessing
ManagementContext brooklyn.properties
and Entity, EntityDriver, and Location methods and config. |
| TemplateProcessor.DotSplittingTemplateModel |
A Freemarker
TemplateHashModel which will correctly handle entries of the form "a.b" in this map,
matching against template requests for "${a.b}". |