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. 
org.apache.wicket.velocity   
 

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.
 

Uses of AbstractHeaderContributor in org.apache.wicket.velocity
 

Subclasses of AbstractHeaderContributor in org.apache.wicket.velocity
 class VelocityHeaderContributor
          a simple header contributor that delegates to a List of VelocityContributor
 



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