Package | Description |
---|---|
org.onehippo.cms7.crisp.api.resource |
This package provides Resource APIs of Hippo Addon CRISP module.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractValueMap
Abstract
ValueMap base class. |
class |
DefaultValueMap
Default
ValueMap implementation. |
Modifier and Type | Method and Description |
---|---|
ValueMap |
ResourceCacheResolvable.createCacheKey(String resourceSpace,
String operationKey,
String absPath,
Map<String,Object> pathVariables,
ExchangeHint exchangeHint)
Create cache key based on given operation key, resource path, path variables and exchange hint.
|
ValueMap |
AbstractResourceCacheResolvable.createCacheKey(String resourceSpace,
String operationKey,
String resourcePath,
Map<String,Object> pathVariables,
ExchangeHint exchangeHint) |
ValueMap |
Resource.getMetadata()
Returns metadata
ValueMap of this resource representation if there's any, or an empty value map if no metadata available. |
ValueMap |
Resource.getValueMap()
Returns value map (type of
ValueMap ) of this resource representation if there's any, or an empty value map if no values available. |
ValueMap |
DefaultValueMap.toUnmodifiable()
Returns an unmodifiable view of this
ValueMap |
Copyright © 2017–2020 Hippo B.V. (http://www.onehippo.com). All rights reserved.