Uses of Interface
org.apache.sling.api.resource.ValueMap
-
Packages that use ValueMap Package Description org.apache.sling.api.resource org.apache.sling.api.wrappers org.apache.sling.spi.resource.provider -
-
Uses of ValueMap in org.apache.sling.api.resource
Subinterfaces of ValueMap in org.apache.sling.api.resource Modifier and Type Interface Description interface
ModifiableValueMap
TheModifiableValueMap
is an extension of theValueMap
which allows to modify and persist properties.interface
PersistableValueMap
Deprecated.Use theModifiableValueMap
instead.Fields in org.apache.sling.api.resource declared as ValueMap Modifier and Type Field Description static ValueMap
ValueMap. EMPTY
Empty immutable value map.Methods in org.apache.sling.api.resource that return ValueMap Modifier and Type Method Description ValueMap
AbstractResource. getValueMap()
This method callsAdaptable.adaptTo(Class)
with theValueMap
class as an argument.@NotNull ValueMap
Resource. getValueMap()
Returns a value map for this resource.static @NotNull ValueMap
ResourceUtil. getValueMap(Resource res)
Returns anValueMap
object for the givenResource
.ValueMap
ResourceWrapper. getValueMap()
Methods in org.apache.sling.api.resource that return types with arguments of type ValueMap Modifier and Type Method Description Iterator<ValueMap>
QueriableResourceProvider. queryResources(ResourceResolver resolver, String query, String language)
Deprecated.Queries the storage using the given query formulated in the given language. -
Uses of ValueMap in org.apache.sling.api.wrappers
Classes in org.apache.sling.api.wrappers that implement ValueMap Modifier and Type Class Description class
CompositeValueMap
class
DeepReadModifiableValueMapDecorator
A value map wrapper which implements deep reading of properties based on the resource tree and also supportsModifiableValueMap
.class
DeepReadValueMapDecorator
A value map wrapper which implements deep reading of properties based on the resource tree.class
ModifiableValueMapDecorator
ModifiableValueMapDecorator
decorates anotherMap
to provide a basic implementation for the additional methods of aModifiableValueMap
.class
ValueMapDecorator
Constructors in org.apache.sling.api.wrappers with parameters of type ValueMap Constructor Description CompositeValueMap(ValueMap properties, ValueMap defaults)
ConstructorCompositeValueMap(ValueMap properties, ValueMap defaults, boolean merge)
ConstructorDeepReadModifiableValueMapDecorator(Resource resource, ValueMap base)
DeepReadValueMapDecorator(Resource resource, ValueMap base)
-
Uses of ValueMap in org.apache.sling.spi.resource.provider
Methods in org.apache.sling.spi.resource.provider that return types with arguments of type ValueMap Modifier and Type Method Description Iterator<ValueMap>
QueryLanguageProvider. queryResources(@NotNull ResolveContext<T> ctx, String query, String language)
Queries the storage using the given query formulated in the given language.
-