|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 . |
Uses of ValueMap in org.apache.sling.jackrabbit.usermanager.impl.resource |
---|
Classes in org.apache.sling.jackrabbit.usermanager.impl.resource that implement ValueMap | |
---|---|
class |
AuthorizableValueMap
ValueMap implementation for Authorizable Resources |
Uses of ValueMap in org.apache.sling.jcr.resource |
---|
Classes in org.apache.sling.jcr.resource that implement ValueMap | |
---|---|
class |
JcrModifiablePropertyMap
This implementation of the value map allows to change the properies and save them later on. |
class |
JcrPropertyMap
An implementation of the value map based on a JCR node. |
Uses of ValueMap in org.apache.sling.servlets.get.impl.helpers |
---|
Methods in org.apache.sling.servlets.get.impl.helpers with parameters of type ValueMap | |
---|---|
protected void |
JsonResourceWriter.writeProperty(JSONWriter w,
ValueMap valueMap,
String key,
Object value)
Write a single property |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |