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(Class<?> clazz, String fileName, IModel<Map<String,Object>> 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<Map<String,Object>> variablesModel)
          Retrieves a CSS header contributor based on the given TextTemplate.
static TextTemplateHeaderContributor TextTemplateHeaderContributor.forJavaScript(Class<?> clazz, String fileName, IModel<Map<String,Object>> 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<Map<String,Object>> variablesModel)
          Retrieves a JavaScript header contributor based on the given TextTemplate.
 



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