Interface | Description |
---|---|
FileSystemPathService |
Gets the actual path for a specific file system.
|
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
|
IScopeAwareTextResourceProcessor |
A
ITextResourceCompressor that receives
the scope class and the resource name as a context information that it can
use for the processing of the resource |
ITextResourceCompressor |
Allow for different implementations of a text compressor
|
Class | Description |
---|---|
CompositeCssCompressor | |
CompositeJavaScriptCompressor | |
CoreLibrariesContributor |
A helper class that contributes all required JavaScript resources needed for Wicket Ajax
functionality
|
CssUrlReplacer |
This compressor is used to replace URLs within CSS files with URLs created from
PackageResourceReferences that belongs to their corresponding resources (e.g images).The scope of
the CSS file is used to create the PackageResourceReferences.
|
DynamicJQueryResourceReference | Deprecated
Internet Explorer older than version 11 is not maintained by Microsoft.
|
FileSystemJarPathService |
Gets the actual path for a jar file system
|
FileSystemResource |
Used to provide resources based on the on Java NIO FileSystem API.
For more information see FileSystemResourceReference |
FileSystemResourceReference |
This resource reference is used to provide a reference to a resource based on Java NIO FileSystem
API.
To implement a mime type detection refer to the documentation of Files.probeContentType(Path) and provide an implementation for
java.nio.file.spi.FileTypeDetector in the META-INF/services folder for jars or in the
/WEB-INF/classes/META-INF/services folder for webappsYou can optionally override FileSystemResourceReference.getFileSystemResource() to provide an inline mime type
detection, which is preferred to the default detection.Example: |
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–2022 Apache Software Foundation. All rights reserved.