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

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

Uses of AbstractHeaderContributor in org.apache.wicket.behavior
 

Subclasses of AbstractHeaderContributor in org.apache.wicket.behavior
 class HeaderContributor
          A AbstractHeaderContributor behavior that is specialized on package resources.
 class StringHeaderContributor
          A simple header contributor that just spits out the string it is constructed with as a header contribution.
 

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

Subclasses of AbstractHeaderContributor in org.apache.wicket.util.template
 class TextTemplateHeaderContributor
          A header contributor that will contribute the contents of the given template interpolated with the provided Map of variables.
 



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