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

Packages that use TextTemplateHeaderContributor
org.apache.wicket.util.template Resource extensions that make working with header contributions easier and more maintainable. 
 

Uses of TextTemplateHeaderContributor in org.apache.wicket.util.template
 

Methods in org.apache.wicket.util.template that return TextTemplateHeaderContributor
static TextTemplateHeaderContributor TextTemplateHeaderContributor.forCss(java.lang.Class clazz, java.lang.String fileName, IModel variablesModel)
          Retrieves a CSS header contributor that will load the template from the given file name relative to (or in the same package as) the provided clazz argument.
static TextTemplateHeaderContributor TextTemplateHeaderContributor.forCss(TextTemplate template, IModel variablesModel)
          Retrieves a CSS header contributor based on the given TextTemplate.
static TextTemplateHeaderContributor TextTemplateHeaderContributor.forJavaScript(java.lang.Class clazz, java.lang.String fileName, IModel variablesModel)
          Retrieves a JavaScript header contributor that will load the template from the given file name relative to (or in the same package as) the provided clazz argument.
static TextTemplateHeaderContributor TextTemplateHeaderContributor.forJavaScript(TextTemplate template, IModel variablesModel)
          Retrieves a JavaScript header contributor based on the given TextTemplate.
 



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