|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
PersistableValueMap
The PersistableValueMap is an extension
of the ValueMap which allows to modify and
persist the properties. |
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 . |
Uses of ValueMap in org.apache.sling.api.wrappers |
---|
Classes in org.apache.sling.api.wrappers that implement ValueMap | |
---|---|
class |
ValueMapDecorator
ValueMapDecorator decorates another Map
to provide a basic implementation for the additional methods
of a ValueMap . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |