Interface | Description |
---|---|
ResourcePaths.ResourcePath |
Represents a path consisting of segments that may represent placeholders of the form
${name} which can be resolved via ResourcePaths.ResourcePath.resolve(Function) . |
Class | Description |
---|---|
Annotations |
Supports meta-annotations by looking up annotations in the transitive
hull (annotations and their annotations, called meta-annotations) of a given
AnnotatedElement . |
BundleUtil | |
ClassHierarchyIterator |
Used to iterate over a class hierarchy in the order:
type
implemented interfaces
supertype
.
|
ConcurrentDistinctMultiValueMap<K,V> |
A thread-safe storage for key -> value associations.
|
ConcurrentLinkedDistinctQueue<E> |
This linked queue does not permit duplicates and
removes
already existing elements from the underlying collection prior to value insertion. |
JsonUtil |
A lightweight utility for converting Maps and Collections to JSON.
|
Key |
A key based on multiple values, e.g.
|
MatchedBundlesPredicate |
MatchedBundlesPredicate.evaluate(Object) returns false if the bundle matches to
signal
CollectionUtils.filter(java.util.Collection, Predicate)
to remove the element it. |
NodeTypeHierarchyIterator |
Iterates the
node type hierarchy of a Node . |
NodeUtil |
Utilities for working with
JCR nodes . |
OsgiModelSource<T> |
A source for models provided by a
ResourceModelFactory provided
by a Bundle . |
PrimitiveAndEnumSupportingValueMap |
This
ValueMap decorator converts primitive types passed to PrimitiveAndEnumSupportingValueMap.get(String, Class) or
PrimitiveAndEnumSupportingValueMap.get(String, Object) to their boxed equivalents prior to their retrieval from the
wrapped value map, as the standard value map does not support primitive type retrieval. |
ReadOnlyIterator<T> | |
ReflectionUtil | |
ResolvedModelSource<T> |
Represents the result of a lookup of a
ResourceModel for
a Resource . |
ResourcePaths | |
ResourceTypeHierarchyIterator |
Iterates the type hierarchy of a
Resource starting with the resource's
"sling:resourceType". |
StringUtil | |
ZipFileUtil |
Copyright © 2024. All rights reserved.