Uses of Class
org.apache.wicket.util.template.TextTemplate

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
abstract  TextTemplate TextTemplate.interpolate(java.util.Map<java.lang.String,?> variables)
          Interpolates values into this TextTemplate.
 TextTemplate PackageTextTemplate.interpolate(java.util.Map<java.lang.String,?> variables)
          Interpolates a Map of variables with the content and replaces the content with the result.
 TextTemplate JavaScriptTemplate.interpolate(java.util.Map<java.lang.String,?> variables)
          This class decorates another TextTemplate class and so does not allow interpolation.
 TextTemplate CssTemplate.interpolate(java.util.Map<java.lang.String,?> variables)
          This class decorates another TextTemplate class and so does not allow interpolation.
 

Constructors in org.apache.wicket.util.template with parameters of type TextTemplate
CssTemplate(TextTemplate textTemplate)
          Constructor.
JavaScriptTemplate(TextTemplate textTemplate)
          Constructor.
TextTemplateDecorator(TextTemplate textTemplate)
          Constructor.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.