|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextTemplate | |
|---|---|
| org.apache.wicket.util.template | Resource extensions that make working with header contributions easier and more maintainable. |
| Uses of TextTemplate in org.apache.wicket.util.template |
|---|
| Subclasses of TextTemplate in org.apache.wicket.util.template | |
|---|---|
class |
CssTemplate
Decorates a TextTemplate with CSS tags. |
class |
JavaScriptTemplate
Decorates a TextTemplate with JavaScript tags. |
class |
PackageTextTemplate
A String resource that can be appended to. |
class |
TextTemplateDecorator
Provides the ability to 'decorate' the actual template contents before it is contributed to the header. |
| Fields in org.apache.wicket.util.template declared as TextTemplate | |
|---|---|
protected TextTemplate |
TextTemplateDecorator.decorated
The decorated TextTemplate. |
| Methods in org.apache.wicket.util.template that return TextTemplate | |
|---|---|
TextTemplate |
JavaScriptTemplate.interpolate(Map<String,?> variables)
This class decorates another TextTemplate class and so does not allow
interpolation. |
TextTemplate |
PackageTextTemplate.interpolate(Map<String,?> variables)
Interpolates a Map of variables with the content and replaces the content with
the result. |
TextTemplate |
CssTemplate.interpolate(Map<String,?> variables)
This class decorates another TextTemplate class and so does not allow
interpolation. |
abstract TextTemplate |
TextTemplate.interpolate(Map<String,?> variables)
Interpolates values into this TextTemplate. |
| Constructors in org.apache.wicket.util.template with parameters of type TextTemplate | |
|---|---|
CssTemplate(TextTemplate textTemplate)
Constructor. |
|
JavaScriptTemplate(TextTemplate textTemplate)
Constructor. |
|
TextTemplateDecorator(TextTemplate textTemplate)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||