Uses of Interface
org.apache.sling.api.resource.ValueMap

Packages that use ValueMap
org.apache.sling.api.resource   
org.apache.sling.api.wrappers   
 

Uses of ValueMap in org.apache.sling.api.resource
 

Subinterfaces of ValueMap in org.apache.sling.api.resource
 interface ModifiableValueMap
          The ModifiableValueMap is an extension of the ValueMap which allows to modify and persist properties.
 interface PersistableValueMap
          Deprecated. Use the instead.
 

Fields in org.apache.sling.api.resource declared as ValueMap
static ValueMap ValueMap.EMPTY
          Empty immutable value map.
 

Methods in org.apache.sling.api.resource that return ValueMap
static ValueMap ResourceUtil.getValueMap(Resource res)
          Returns an ValueMap object for the given Resource.
 

Methods in org.apache.sling.api.resource that return types with arguments of type ValueMap
 java.util.Iterator<ValueMap> QueriableResourceProvider.queryResources(ResourceResolver resolver, java.lang.String query, java.lang.String language)
          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
 class ModifiableValueMapDecorator
          ModifiableValueMapDecorator decorates another Map to provide a basic implementation for the additional methods of a ModifiableValueMap.
 class ValueMapDecorator
          ValueMapDecorator decorates another Map to provide a basic implementation for the additional methods of a ValueMap.
 



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.