Package wicket.extensions.util.resource

Resource extensions that makes working with header contributions easier and better maintainable.

See:
          Description

Class Summary
CssTemplate Decorates the template with CSS tags.
JavaScriptTemplate Decorates the template with javascript tags.
PackagedTextTemplate A string resource that can be appended to.
TextTemplate Represents a text template that can do variable interpolation.
TextTemplateDecorator Provides the ability to 'decorate' the actual template contents before it is contributed to the header.
TextTemplateHeaderContributor A header contributor that will contribute the contents of the given template interpolated with the provided map of variables.
TextTemplateLink Links to shared, interpolated text template resources created by a factory.
TextTemplateSharedResourceFactory A resource (reference) factory that takes a TextTemplate and generates shared resources for various interpolations of that template.
 

Package wicket.extensions.util.resource Description

Resource extensions that makes working with header contributions easier and better maintainable.



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