Uses of Class
org.apache.wicket.util.template.TextTemplate
-
Packages that use TextTemplate Package Description 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 Modifier and Type Class Description classCssTemplateDecorates aTextTemplatewith CSS tags.classJavaScriptTemplateDecorates aTextTemplatewith JavaScript tags.classPackageTextTemplateAStringresource that can be appended to.classTextTemplateDecoratorProvides 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 Modifier and Type Field Description protected TextTemplateTextTemplateDecorator. decoratedThe decoratedTextTemplate.Methods in org.apache.wicket.util.template that return TextTemplate Modifier and Type Method Description TextTemplateCssTemplate. interpolate(java.util.Map<java.lang.String,?> variables)This class decorates anotherTextTemplateclass and so does not allow interpolation.TextTemplateJavaScriptTemplate. interpolate(java.util.Map<java.lang.String,?> variables)This class decorates anotherTextTemplateclass and so does not allow interpolation.TextTemplatePackageTextTemplate. interpolate(java.util.Map<java.lang.String,?> variables)Interpolates aMapof variables with the content and replaces the content with the result.abstract TextTemplateTextTemplate. interpolate(java.util.Map<java.lang.String,?> variables)Interpolates values into thisTextTemplate.Constructors in org.apache.wicket.util.template with parameters of type TextTemplate Constructor Description CssTemplate(TextTemplate textTemplate)Constructor.JavaScriptTemplate(TextTemplate textTemplate)Constructor.TextTemplateDecorator(TextTemplate textTemplate)Constructor.
-