org.apache.wicket.util.template |
wicket.extensions.util.resource package
Resource extensions that makes working with header contributions
easier and better maintainable.
|
Java Source File Name | Type | Comment |
CssTemplate.java | Class | Decorates the template with CSS tags. |
JavaScriptTemplate.java | Class | Decorates the template with javascript tags. |
PackagedTextTemplate.java | Class | A string resource that can be appended to. |
TextTemplate.java | Class | Represents a text template that can do variable interpolation. |
TextTemplateDecorator.java | Class | Provides the ability to 'decorate' the actual template contents before it is
contributed to the header. |
TextTemplateHeaderContributor.java | Class | A header contributor that will contribute the contents of the given template
interpolated with the provided map of variables. |
TextTemplateLink.java | Class | Links to shared, interpolated text template resources created by a factory. |
TextTemplateSharedResourceFactory.java | Class | A resource (reference) factory that takes a TextTemplate and generates shared
resources for various interpolations of that template.
A scope for adding shared resources allows you to limit the namespace impact
of the shared resources created. |