Uses of Class
wicket.extensions.util.resource.TextTemplate

Packages that use TextTemplate
wicket.extensions.util.resource Resource extensions that makes working with header contributions easier and better maintainable. 
 

Uses of TextTemplate in wicket.extensions.util.resource
 

Subclasses of TextTemplate in wicket.extensions.util.resource
 class CssTemplate
          Decorates the template with CSS tags.
 class JavaScriptTemplate
          Decorates the template 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 wicket.extensions.util.resource declared as TextTemplate
protected  TextTemplate TextTemplateDecorator.decorated
          The decorated template.
 

Methods in wicket.extensions.util.resource that return TextTemplate
abstract  TextTemplate TextTemplate.interpolate(java.util.Map variables)
          Interpolates values into this text template.
 TextTemplate PackagedTextTemplate.interpolate(java.util.Map variables)
          Interpolate the map of variables with the content and replace the content with the result.
 TextTemplate JavaScriptTemplate.interpolate(java.util.Map variables)
          This class decorates another text template class and so does not allow interpolation.
 TextTemplate CssTemplate.interpolate(java.util.Map variables)
          This class decorates another text template class and so does not allow interpolation.
 

Methods in wicket.extensions.util.resource with parameters of type TextTemplate
static TextTemplateHeaderContributor TextTemplateHeaderContributor.forCss(TextTemplate template, wicket.model.IModel variablesModel)
          Gets a css header contributor based on the given text template.
static TextTemplateHeaderContributor TextTemplateHeaderContributor.forJavaScript(TextTemplate template, wicket.model.IModel variablesModel)
          Gets a javascript header contributor based on the given text template.
 

Constructors in wicket.extensions.util.resource with parameters of type TextTemplate
TextTemplateSharedResourceFactory(TextTemplate template)
          Creates shared text template resources.
TextTemplateSharedResourceFactory(TextTemplate template, java.lang.Class scope)
          Creates shared text template resources with the given scope.
TextTemplateHeaderContributor(TextTemplate template, wicket.model.IModel variablesModel)
          Construct.
TextTemplateDecorator(TextTemplate textTemplate)
          Construct.
JavaScriptTemplate(TextTemplate textTemplate)
          Construct.
CssTemplate(TextTemplate textTemplate)
          Construct.
 



Copyright © 2004-2008 Wicket developers. All Rights Reserved.