CollectingMap<Key,Value> |
a 'Map' which generates its values dynamically to offer a dynamic value set for the scripts
|
ConsoleUtil |
|
DynamicMap |
a 'Map' which generates its values dynamically to offer a dynamic value set for the scripts
|
ExpressionUtil |
Utility to evaluate expressions e.g.
|
FormatterFormat |
a simple mapper to use a string formatter as value format
|
HttpUtil |
A basic class for all '/bin/{service}/path/to/resource' servlets.
|
I18N |
the static access for general I18N translation
|
JsonUtil |
The utility class to transform JCR object and Sling resources into JSON and update such objects using JSON data.
|
JsonUtil.JsonProperty |
the structure for parsing property values from JSON using Gson
|
LinkCodec |
Deprecated.
|
LinkMapper.ContextMapper |
|
LinkMapper.ResolverMapper |
|
LinkUtil |
|
LoggerFormat |
a simple mapper to use a logging formatter as value format
|
MimeTypeUtil |
some helpers for content mime types and resource file names
|
NodeUtil |
|
PropertyUtil |
Created by rw on 26.02.15.
|
RequestUtil |
A basic class for all '/bin/{service}/path/to/resource' servlets.
|
ResourceUtil |
A collection of loads of utilities dealing with Resource s.
|
ResponseUtil |
A basic class for all '/bin/{service}/path/to/resource' servlets.
|
SerializableValueMap |
|
ServiceHandle<T> |
a service handler to enable static access to service instances
|
SetPropertyStrategy.MixinTypes |
|
SetPropertyStrategy.PrimaryType |
|
SetPropertyStrategy.Property |
|
SlingResourceUtil |
A set of utility functions related to the handling of Sling Resources, without going down to JCR specifics.
|
SlingUrl |
A Sling URL parser / builder class supporting the
Sling URL decomposition
(and composition / modification by using the builder methods) and provides builder methods to change e.g.
|
StructuredValueMap |
A ValueMap which supports nested maps and resolves paths to properties of nested maps.
|
TagFilteringReader |
a filter reader implementation to filter out HTML tags from the base reader
|
TagFilteringWriter |
a filter reader implementation to filter out HTML tags from the base reader
|
UrlCodec |
Codecs for the various URL parts.
|
ValueEmbeddingReader |
replace all '${key}' elements in the stream by their values from the value map;
escape '$' and '\' with a prepended '\'
- a key '${resource:/a/path/to/resource} is replaced by the content of the resource loaded by the class loader
- if a value is a Reader the content of the reader is copied as value; caution a reader object can be read only once
- a key can contain a format string (${name;format}); in this case the embedded value is formatted (@see #java.util.Formatter)
|
ValueEmbeddingReader.Key |
|
ValueEmbeddingWriter |
a filter writer implementation to embed values from a value map for written placeholders
|
XSS |
the static access for the Sling XSSAPI / XSSFilter - wraps the Sling XSS services
|