Uses of Interface
org.apache.sling.api.resource.ValueMap
Packages that use ValueMap
Package
Description
-
Uses of ValueMap in org.apache.sling.api.resource
Subinterfaces of ValueMap in org.apache.sling.api.resourceModifier and TypeInterfaceDescriptioninterface
TheModifiableValueMap
is an extension of theValueMap
which allows to modify and persist properties.interface
Deprecated.Fields in org.apache.sling.api.resource declared as ValueMapMethods in org.apache.sling.api.resource that return ValueMapModifier and TypeMethodDescriptionAbstractResource.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
.@NotNull ValueMap
ResourceWrapper.getValueMap()
Methods in org.apache.sling.api.resource that return types with arguments of type ValueMapModifier and TypeMethodDescriptionQueriableResourceProvider.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 ValueMapModifier and TypeClassDescriptionclass
Deprecated.UseValueMapUtil.merge(ValueMap...)
instead.class
A value map wrapper which implements deep reading of properties based on the resource tree and also supportsModifiableValueMap
.class
A value map wrapper which implements deep reading of properties based on the resource tree.class
ModifiableValueMapDecorator
decorates anotherMap
to provide a basic implementation for the additional methods of aModifiableValueMap
.class
Methods in org.apache.sling.api.wrappers that return ValueMapModifier and TypeMethodDescriptionstatic @NotNull ValueMap
Decorates the givenValueMap
with a caching layer.static @NotNull ValueMap
Merge providedValueMaps
into a single viewValueMap
that aggregates all key-value pairs of the given maps.static @NotNull ValueMap
A convenience method that turns the var-args into aCollection
and delegates toValueMapUtil.merge(List)
.static @NotNull ValueMap
ValueMapUtil.mergeAndCache
(@NotNull List<ValueMap> valueMaps) Convenience method that allows creating a mergedValueMap
where accessed mappings are cached to optimize repeated lookups.Methods in org.apache.sling.api.wrappers with parameters of type ValueMapModifier and TypeMethodDescriptionstatic @NotNull ValueMap
Decorates the givenValueMap
with a caching layer.static @NotNull ValueMap
A convenience method that turns the var-args into aCollection
and delegates toValueMapUtil.merge(List)
.Method parameters in org.apache.sling.api.wrappers with type arguments of type ValueMapModifier and TypeMethodDescriptionstatic @NotNull ValueMap
Merge providedValueMaps
into a single viewValueMap
that aggregates all key-value pairs of the given maps.static @NotNull ValueMap
ValueMapUtil.mergeAndCache
(@NotNull List<ValueMap> valueMaps) Convenience method that allows creating a mergedValueMap
where accessed mappings are cached to optimize repeated lookups.Constructors in org.apache.sling.api.wrappers with parameters of type ValueMapModifierConstructorDescriptionCompositeValueMap
(ValueMap properties, ValueMap defaults) Deprecated.ConstructorCompositeValueMap
(ValueMap properties, ValueMap defaults, boolean merge) Deprecated.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 ValueMapModifier and TypeMethodDescriptionQueryLanguageProvider.queryResources
(@NotNull ResolveContext<T> ctx, String query, String language) Queries the storage using the given query formulated in the given language.
ModifiableValueMap
instead.