| Interface | Description |
|---|---|
| IPropertiesChangeListener |
To be implemented by listeners interested in PropertiesFactory events fired after a change to the
properties has been detected
|
| IPropertiesFactory |
Implementations are responsible for
locating Properties
objects, which are a thin wrapper around ValueMap and is used to locate localized
messages. |
| IPropertiesFactoryContext |
environment required for properties factory
|
| IPropertiesLoader |
Property loaders as used by PropertiesFactory to load properties
|
| ITextResourceCompressor |
Allow for different implementations of a text compressor
|
| Class | Description |
|---|---|
| CoreLibrariesContributor |
A helper class that contributes all required JavaScript resources needed for Wicket Ajax
functionality
|
| DynamicJQueryResourceReference |
A resource reference that calculates which version of jQuery JavaScript library to use depending
on the user agent.
|
| IsoPropertiesFilePropertiesLoader |
Load properties from properties file.
|
| JQueryPluginResourceReference |
Base class for JavaScript resources that are JQuery plugins.
|
| JQueryResourceReference |
The resource reference for the jquery javascript library as released with Wicket.
|
| NoOpTextCompressor |
A no-op text compressor
|
| Properties |
Kind of like java.util.Properties but based on Wicket's ValueMap and thus benefiting from all its
nice build-in type converters and without parent properties.
|
| PropertiesFactory |
Default implementation of
IPropertiesFactory which uses the
IResourceStreamLocator as defined by
ResourceSettings.getResourceStreamLocator()
to load the Properties objects. |
| ResourceUtil |
Utilities for resources.
|
| TextTemplateResourceReference |
A class which adapts a
PackageTextTemplate to a ResourceReference. |
| UtfPropertiesFilePropertiesLoader |
Load properties from properties file via a Reader, which allows to provide the charset and thus
the encoding can be different than ISO 8859-1.
|
| XmlFilePropertiesLoader |
Load properties from XML file
|
| Exception | Description |
|---|---|
| CircularDependencyException |
Thrown when a circular dependency is detected between resources.
|
Locale aware resouce loaders.
Copyright © 2006–2014 Apache Software Foundation. All rights reserved.