Uses of Interface
org.apache.sling.api.resource.ValueMap
Packages that use ValueMap
Package
Description
API for accessing context-aware configuration.
Management API of the Context-Aware configuration implementation.
-
Uses of ValueMap in org.apache.sling.api.resource
Subinterfaces of ValueMap in org.apache.sling.api.resourceModifier and TypeInterfaceDescriptioninterfaceTheModifiableValueMapis an extension of theValueMapwhich allows to modify and persist properties.interfaceDeprecated.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 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.@NotNull ValueMapResourceWrapper.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 TypeClassDescriptionclassDeprecated.UseValueMapUtil.merge(ValueMap...)instead.classA value map wrapper which implements deep reading of properties based on the resource tree and also supportsModifiableValueMap.classA value map wrapper which implements deep reading of properties based on the resource tree.classModifiableValueMapDecoratordecorates anotherMapto provide a basic implementation for the additional methods of aModifiableValueMap.classMethods in org.apache.sling.api.wrappers that return ValueMapModifier and TypeMethodDescriptionstatic @NotNull ValueMapDecorates the givenValueMapwith a caching layer.static @NotNull ValueMapMerge providedValueMapsinto a single viewValueMapthat aggregates all key-value pairs of the given maps.static @NotNull ValueMapA convenience method that turns the var-args into aCollectionand delegates toValueMapUtil.merge(List).static @NotNull ValueMapValueMapUtil.mergeAndCache(@NotNull List<ValueMap> valueMaps) Convenience method that allows creating a mergedValueMapwhere accessed mappings are cached to optimize repeated lookups.Methods in org.apache.sling.api.wrappers with parameters of type ValueMapModifier and TypeMethodDescriptionstatic @NotNull ValueMapDecorates the givenValueMapwith a caching layer.static @NotNull ValueMapA convenience method that turns the var-args into aCollectionand delegates toValueMapUtil.merge(List).Method parameters in org.apache.sling.api.wrappers with type arguments of type ValueMapModifier and TypeMethodDescriptionstatic @NotNull ValueMapMerge providedValueMapsinto a single viewValueMapthat aggregates all key-value pairs of the given maps.static @NotNull ValueMapValueMapUtil.mergeAndCache(@NotNull List<ValueMap> valueMaps) Convenience method that allows creating a mergedValueMapwhere 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.caconfig
Methods in org.apache.sling.caconfig that return ValueMapModifier and TypeMethodDescription@NotNull ValueMapConfigurationBuilder.asValueMap()Get configuration as singleton resource and return its properties as value map.Methods in org.apache.sling.caconfig that return types with arguments of type ValueMapModifier and TypeMethodDescription@NotNull Collection<ValueMap>ConfigurationBuilder.asValueMapCollection()Get collection of configuration resources with their properties mapped to the given annotation class. -
Uses of ValueMap in org.apache.sling.caconfig.management
Methods in org.apache.sling.caconfig.management that return ValueMapModifier and TypeMethodDescription@NotNull ValueMapConfigurationData.getEffectiveValues()Configuration values stored for the given context path merged with inherited values and default values.@NotNull ValueMapConfigurationData.getValues()Configuration values stored for the given context path. -
Uses of ValueMap in org.apache.sling.caconfig.resource.impl.util
Methods in org.apache.sling.caconfig.resource.impl.util with parameters of type ValueMapModifier and TypeMethodDescriptionstatic booleanPropertyUtil.getBooleanValueAdditionalKeys(ValueMap valueMap, String key, String[] additionalKeys) Get boolean value from value map with key, or with alternative keys if not set. -
Uses of ValueMap in org.apache.sling.event.impl.support
Methods in org.apache.sling.event.impl.support that return ValueMapMethods in org.apache.sling.event.impl.support with parameters of type ValueMap -
Uses of ValueMap in org.apache.sling.fsprovider.internal.mapper
Methods in org.apache.sling.fsprovider.internal.mapper that return ValueMap -
Uses of ValueMap in org.apache.sling.fsprovider.internal.mapper.jcr
Fields in org.apache.sling.fsprovider.internal.mapper.jcr declared as ValueMap -
Uses of ValueMap in org.apache.sling.fsprovider.internal.mapper.valuemap
Classes in org.apache.sling.fsprovider.internal.mapper.valuemap that implement ValueMapModifier and TypeClassDescriptionfinal classThis is copied from org.apache.sling.api.wrappers.ValueMapDectorator to avoid dependency to latest Sling API.Methods in org.apache.sling.fsprovider.internal.mapper.valuemap that return ValueMapModifier and TypeMethodDescriptionstatic ValueMapValueMapUtil.toValueMap(Map<String, Object> content) Convert map to value map. -
Uses of ValueMap in org.apache.sling.jackrabbit.usermanager.impl.resource
Classes in org.apache.sling.jackrabbit.usermanager.impl.resource that implement ValueMapModifier and TypeClassDescriptionclassValueMap implementation for the root property container of Authorizable Resourcesclassbase implementation for ValueMap implementations for Authorizable ResourcesclassValueMap implementation for nested properties of Authorizable Resources -
Uses of ValueMap in org.apache.sling.jcr.resource.internal.helper.jcr
Methods in org.apache.sling.jcr.resource.internal.helper.jcr that return types with arguments of type ValueMapModifier and TypeMethodDescriptionBasicQueryLanguageProvider.queryResources(@NotNull ResolveContext<org.apache.sling.jcr.resource.internal.helper.jcr.JcrProviderState> ctx, String query, String language) -
Uses of ValueMap in org.apache.sling.scripting.jsp.taglib
Methods in org.apache.sling.scripting.jsp.taglib that return ValueMapModifier and TypeMethodDescriptionGetPropertyTag.getProperties()Gets the ValueMap from which to retrieve the value.Methods in org.apache.sling.scripting.jsp.taglib with parameters of type ValueMapModifier and TypeMethodDescriptionstatic final <E> EGets the value of the specified key from the ValueMap and either coerses the value into the specified type or uses the specified type as a default depending on the parameter passed in.voidGetPropertyTag.setProperties(ValueMap properties) Sets the ValueMap from which to retrieve the value. -
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. -
Uses of ValueMap in org.apache.sling.validation
Methods in org.apache.sling.validation with parameters of type ValueMapModifier and TypeMethodDescription@NotNull ValidationResultValidationService.validate(@NotNull ValueMap valueMap, @NotNull ValidationModel model) -
Uses of ValueMap in org.apache.sling.validation.impl.model
Methods in org.apache.sling.validation.impl.model that return ValueMap -
Uses of ValueMap in org.apache.sling.validation.impl.validators
Methods in org.apache.sling.validation.impl.validators with parameters of type ValueMapModifier and TypeMethodDescriptionRegexValidator.validate(String data, ValidatorContext context, ValueMap arguments) -
Uses of ValueMap in org.apache.sling.validation.model
Methods in org.apache.sling.validation.model that return ValueMap -
Uses of ValueMap in org.apache.sling.validation.spi
Methods in org.apache.sling.validation.spi that return ValueMapMethods in org.apache.sling.validation.spi with parameters of type ValueMapModifier and TypeMethodDescription@NotNull ValidationResultValidator.validate(T data, @NotNull ValidatorContext context, @NotNull ValueMap arguments) Validates thedataand/or thevalueMapaccording to the internal constraints of this validator.
ModifiableValueMapinstead.