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

Packages that use HeaderContributor
org.apache.wicket.behavior   
org.apache.wicket.markup.html Base package of HTML markup. 
 

Uses of HeaderContributor in org.apache.wicket.behavior
 

Methods in org.apache.wicket.behavior that return HeaderContributor
static HeaderContributor HeaderContributor.forCss(Class<?> scope, String path)
          Deprecated. please use CSSPackageResource.getHeaderContribution() instead
static HeaderContributor HeaderContributor.forCss(Class<?> scope, String path, String media)
          Deprecated. please use CSSPackageResource.getHeaderContribution() instead
static HeaderContributor HeaderContributor.forCss(ResourceReference reference)
          Deprecated. please use CSSPackageResource.getHeaderContribution() instead
static HeaderContributor HeaderContributor.forCss(ResourceReference reference, String media)
          Deprecated. please use CSSPackageResource.getHeaderContribution() instead
static HeaderContributor HeaderContributor.forCss(String location)
          Deprecated. please use CSSPackageResource.getHeaderContribution() instead
static HeaderContributor HeaderContributor.forCss(String location, String media)
          Deprecated. please use CSSPackageResource.getHeaderContribution() instead
static HeaderContributor HeaderContributor.forJavaScript(Class<?> scope, String path)
          Deprecated. please use JavascriptPackageResource.getHeaderContribution() instead
static HeaderContributor HeaderContributor.forJavaScript(ResourceReference reference)
          Deprecated. please use JavascriptPackageResource.getHeaderContribution() instead
static HeaderContributor HeaderContributor.forJavaScript(String location)
          Deprecated. please use JavascriptPackageResource.getHeaderContribution() instead
 

Uses of HeaderContributor in org.apache.wicket.markup.html
 

Methods in org.apache.wicket.markup.html that return HeaderContributor
static HeaderContributor JavascriptPackageResource.getHeaderContribution(Class<?> scope, 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 CSSPackageResource.getHeaderContribution(Class<?> scope, String path)
          Returns a new instance of HeaderContributor with a header contributor that references a CSS file that lives in a package.
static HeaderContributor CSSPackageResource.getHeaderContribution(Class<?> scope, String path, String media)
          Returns a new instance of HeaderContributor with a header contributor that references a CSS file that lives in a package.
static HeaderContributor JavascriptPackageResource.getHeaderContribution(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 CSSPackageResource.getHeaderContribution(ResourceReference reference)
          Returns a new instance of HeaderContributor with a header contributor that references a CSS file that lives in a package.
static HeaderContributor CSSPackageResource.getHeaderContribution(ResourceReference reference, String media)
          Returns a new instance of HeaderContributor with a header contributor that references a CSS file that lives in a package.
static HeaderContributor JavascriptPackageResource.getHeaderContribution(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.
static HeaderContributor CSSPackageResource.getHeaderContribution(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 CSSPackageResource.getHeaderContribution(String location, 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.
 



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