|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueMap | |
---|---|
org.apache.sling.api.resource | |
org.apache.sling.api.wrappers | |
org.apache.sling.jackrabbit.usermanager.resource | |
org.apache.sling.jcr.resource |
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 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.resource |
---|
Classes in org.apache.sling.jackrabbit.usermanager.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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |