See: Description
Interface | 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. |
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.
|
ResourceLink |
Resource link representation.
|
ResourceLinkResolver |
Responsible for resolving a link (type of
ResourceLink ) for a Resource representation. |
ResourceResolver |
Responsible for resolving
Resource (s). |
ResourceResolverProvider |
Responsible for providing a
ResourceResolver . |
ValueMap |
ValueMap is an easy way to access properties or metadata of a resource. |
Class | Description |
---|---|
AbstractResource |
Abstract
Resource representation. |
AbstractResourceBeanMapper |
Abstract implementation for
ResourceBeanMapper . |
AbstractResourceCacheResolvable |
Abstract
ResourceCacheResolvable base class. |
AbstractResourceLinkResolver |
Abstract
ResourceLinkResolver base class. |
AbstractResourceResolver |
Abstract
ResourceResolver base class. |
AbstractValueMap |
Abstract
ValueMap base class. |
DefaultValueMap |
Default
ValueMap implementation. |
Exception | Description |
---|---|
ResourceException |
The
ResourceException class defines a general exception that any CRISP Resource
operations can throw when it is unable to perform its operation successfully. |
Copyright © 2017–2020 Hippo B.V. (http://www.onehippo.com). All rights reserved.