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

Methods in org.apache.wicket.util.template with parameters of type TextTemplate
static TextTemplateHeaderContributor TextTemplateHeaderContributor.forCss(TextTemplate template, IModel<Map<String,Object>> variablesModel)
          Retrieves a CSS header contributor based on the given TextTemplate.
static TextTemplateHeaderContributor TextTemplateHeaderContributor.forJavaScript(TextTemplate template, IModel<Map<String,Object>> variablesModel)
          Retrieves a JavaScript header contributor based on the given 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.
TextTemplateHeaderContributor(TextTemplate template, IModel<Map<String,Object>> variablesModel)
          Constructor.
TextTemplateSharedResourceFactory(TextTemplate template)
          Creates shared TextTemplate resources.
TextTemplateSharedResourceFactory(TextTemplate template, Class<?> scope)
          Creates shared TextTemplate resources with the given scope.
 



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