Package | Description |
---|---|
org.onehippo.cms7.crisp.api.broker |
This package provides Broker APIs of Hippo Addon CRISP module.
|
org.onehippo.cms7.crisp.api.resource |
This package provides Resource APIs of Hippo Addon CRISP module.
|
Class and Description |
---|
Binary
Common Binary representation interface, reflecting any binary content.
|
Resource
Common Resource representation interface, reflecting any content such as JSON, XML, JCR, etc.
|
ResourceBeanMapper
Mapper to convert a
Resource object to a bean. |
ResourceDataCache
Abstraction that represents the underlying cache store.
|
ResourceException
The
ResourceException class defines a general exception that any CRISP Resource
operations can throw when it is unable to perform its operation successfully. |
ResourceLink
Resource link representation.
|
ResourceResolver
Responsible for resolving
Resource (s). |
ResourceResolverProvider
Responsible for providing a
ResourceResolver . |
Class and Description |
---|
AbstractResourceCacheResolvable
Abstract
ResourceCacheResolvable base class. |
AbstractValueMap
Abstract
ValueMap base class. |
Binary
Common Binary representation interface, reflecting any binary content.
|
Resource
Common Resource representation interface, reflecting any content such as JSON, XML, JCR, etc.
|
ResourceBeanMapper
Mapper to convert a
Resource object to a bean. |
ResourceCacheResolvable
An abstraction responsible for the following:
to return a
ResourceDataCache as a cache store of resource representations,
to be able to check whether or not a specific Resource representation is cacheable,
to convert a Resource representation to a cacheable data object to be stored in ResourceDataCache ,
and to convert a cached data object back to a Resource representation. |
ResourceCollection
Read-only
Iterable interface with some read-only Collection/List operations such as size()
or get(int) . |
ResourceDataCache
Abstraction that represents the underlying cache store.
|
ResourceException
The
ResourceException class defines a general exception that any CRISP Resource
operations can throw when it is unable to perform its operation successfully. |
ResourceLink
Resource link representation.
|
ResourceLinkResolver
Responsible for resolving a link (type of
ResourceLink ) for a Resource representation. |
ResourceResolver
Responsible for resolving
Resource (s). |
ValueMap
ValueMap is an easy way to access properties or metadata of a resource. |
Copyright © 2017–2020 Hippo B.V. (http://www.onehippo.com). All rights reserved.