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

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

Uses of TextTemplateHeaderContributor in wicket.extensions.util.resource
 

Methods in wicket.extensions.util.resource that return TextTemplateHeaderContributor
static TextTemplateHeaderContributor TextTemplateHeaderContributor.forCss(TextTemplate template, wicket.model.IModel variablesModel)
          Gets a css header contributor based on the given text template.
static TextTemplateHeaderContributor TextTemplateHeaderContributor.forCss(java.lang.Class clazz, java.lang.String fileName, wicket.model.IModel variablesModel)
          Gets a css header contributor that will load the template from the given file name relative to (/in the same package as) the provided clazz argument.
static TextTemplateHeaderContributor TextTemplateHeaderContributor.forJavaScript(TextTemplate template, wicket.model.IModel variablesModel)
          Gets a javascript header contributor based on the given text template.
static TextTemplateHeaderContributor TextTemplateHeaderContributor.forJavaScript(java.lang.Class clazz, java.lang.String fileName, wicket.model.IModel variablesModel)
          Gets a javascript header contributor that will load the template from the given file name relative to (/in the same package as) the provided clazz argument.
 



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