Uses of Class
org.apache.wicket.behavior.HeaderContributor

Packages that use HeaderContributor
org.apache.wicket.behavior   
 

Uses of HeaderContributor in org.apache.wicket.behavior
 

Methods in org.apache.wicket.behavior that return HeaderContributor
static HeaderContributor HeaderContributor.forCss(java.lang.Class scope, java.lang.String path)
          Returns a new instance of HeaderContributor with a header contributor that references a CSS file that lives in a package.
static HeaderContributor HeaderContributor.forCss(java.lang.Class scope, java.lang.String path, java.lang.String media)
          Returns a new instance of HeaderContributor with a header contributor that references a CSS file that lives in a package.
static HeaderContributor HeaderContributor.forCss(ResourceReference reference)
          Returns a new instance of HeaderContributor with a header contributor that references a CSS file that lives in a package.
static HeaderContributor HeaderContributor.forCss(ResourceReference reference, java.lang.String media)
          Returns a new instance of HeaderContributor with a header contributor that references a CSS file that lives in a package.
static HeaderContributor HeaderContributor.forCss(java.lang.String location)
          Returns a new instance of HeaderContributor with a header contributor referencing a CSS file using one of the following schemes: Starts with http:// or https:// for an external reference. Starts with "/" for an absolute reference that Wicket will not rewrite. Starts with anything else, which Wicket will automatically prepend to make relative to the context root of your web-app.
static HeaderContributor HeaderContributor.forCss(java.lang.String location, java.lang.String media)
          Returns a new instance of HeaderContributor with a header contributor referencing a CSS file using one of the following schemes: Starts with http:// or https:// for an external reference. Starts with "/" for an absolute reference that Wicket will not rewrite. Starts with anything else, which Wicket will automatically prepend to make relative to the context root of your web-app.
static HeaderContributor HeaderContributor.forJavaScript(java.lang.Class scope, java.lang.String path)
          Returns a new instance of HeaderContributor with a header contributor that references a java script file that lives in a package.
static HeaderContributor HeaderContributor.forJavaScript(ResourceReference reference)
          Returns a new instance of HeaderContributor with a header contributor that references a java script file that lives in a package.
static HeaderContributor HeaderContributor.forJavaScript(java.lang.String location)
          Returns a new instance of HeaderContributor with a header contributor referencing a java script file using one of the following schemes: Starts with http:// or https:// for an external reference. Starts with "/" for an absolute reference that Wicket will not rewrite. Starts with anything else, which Wicket will automatically prepend to make relative to the context root of your web-app.
 



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