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 interfaceModifiableValueMapTheModifiableValueMapis an extension of theValueMapwhich allows to modify and persist properties.interfacePersistableValueMapDeprecated.Use theModifiableValueMapinstead.Fields in org.apache.sling.api.resource declared as ValueMap Modifier and Type Field Description static ValueMapValueMap. EMPTYEmpty immutable value map.Methods in org.apache.sling.api.resource that return ValueMap Modifier and Type Method Description ValueMapAbstractResource. getValueMap()This method callsAdaptable.adaptTo(Class)with theValueMapclass as an argument.@NotNull ValueMapResource. getValueMap()Returns a value map for this resource.static @NotNull ValueMapResourceUtil. getValueMap(Resource res)Returns anValueMapobject for the givenResource.ValueMapResourceWrapper. 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 classCompositeValueMapclassDeepReadModifiableValueMapDecoratorA value map wrapper which implements deep reading of properties based on the resource tree and also supportsModifiableValueMap.classDeepReadValueMapDecoratorA value map wrapper which implements deep reading of properties based on the resource tree.classModifiableValueMapDecoratorModifiableValueMapDecoratordecorates anotherMapto provide a basic implementation for the additional methods of aModifiableValueMap.classValueMapDecoratorConstructors 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.
-