Uses of Class
wicket.behavior.HeaderContributor

Packages that use HeaderContributor
wicket.behavior   
 

Uses of HeaderContributor in wicket.behavior
 

Methods in wicket.behavior that return HeaderContributor
static HeaderContributor HeaderContributor.forCss(java.lang.Class scope)
          Deprecated. Will be removed in 2.0; contribute resources one by one instead
static HeaderContributor HeaderContributor.forCss(java.lang.Class scope, java.util.regex.Pattern pattern)
          Deprecated. Will be removed in 2.0; contribute resources one by one instead
static HeaderContributor HeaderContributor.forCss(java.lang.Class scope, java.util.regex.Pattern pattern, boolean recurse)
          Deprecated. Will be removed in 2.0; contribute resources one by one instead
static HeaderContributor HeaderContributor.forCss(java.lang.Class scope, java.lang.String path)
          Returns a new instance of HeaderContributor.CSSHeaderContributor 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.CSSHeaderContributor 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.CSSHeaderContributor with a header contributor that references a CSS file that lives in the web application directory and that is addressed relative to the context path.
static HeaderContributor HeaderContributor.forJavaScript(java.lang.Class scope)
          Deprecated. Will be removed in 2.0; contribute resources one by one instead
static HeaderContributor HeaderContributor.forJavaScript(java.lang.Class scope, java.util.regex.Pattern pattern)
          Deprecated. Will be removed in 2.0; contribute resources one by one instead
static HeaderContributor HeaderContributor.forJavaScript(java.lang.Class scope, java.util.regex.Pattern pattern, boolean recurse)
          Deprecated. Will be removed in 2.0; contribute resources one by one instead
static HeaderContributor HeaderContributor.forJavaScript(java.lang.Class scope, java.lang.String path)
          Returns a new instance of HeaderContributor.CSSHeaderContributor 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.CSSHeaderContributor 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.CSSHeaderContributor with a header contributor that references a JavaScript file that lives in the web application directory and that is addressed relative to the context path.
 



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