Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractDelegatingResourceServiceBroker - Class in org.onehippo.cms7.crisp.api.broker
-
Abstract delegating Resource Service Broker adaptor class.
- AbstractDelegatingResourceServiceBroker(ResourceServiceBroker) - Constructor for class org.onehippo.cms7.crisp.api.broker.AbstractDelegatingResourceServiceBroker
- AbstractResource - Class in org.onehippo.cms7.crisp.api.resource
-
Abstract
Resourcerepresentation. - AbstractResource(String) - Constructor for class org.onehippo.cms7.crisp.api.resource.AbstractResource
-
Construct resource representation by using resource type name.
- AbstractResource(String, String) - Constructor for class org.onehippo.cms7.crisp.api.resource.AbstractResource
-
Constructs resource representation by using resource type name and resource name.
- AbstractResource(Resource, String, String) - Constructor for class org.onehippo.cms7.crisp.api.resource.AbstractResource
-
Constructs resource representation by using parent resoruce representation, resource type name and resource name.
- AbstractResourceBeanMapper - Class in org.onehippo.cms7.crisp.api.resource
-
Abstract implementation for
ResourceBeanMapper. - AbstractResourceBeanMapper() - Constructor for class org.onehippo.cms7.crisp.api.resource.AbstractResourceBeanMapper
- AbstractResourceCacheResolvable - Class in org.onehippo.cms7.crisp.api.resource
-
Abstract
ResourceCacheResolvablebase class. - AbstractResourceCacheResolvable() - Constructor for class org.onehippo.cms7.crisp.api.resource.AbstractResourceCacheResolvable
- AbstractResourceLinkResolver - Class in org.onehippo.cms7.crisp.api.resource
-
Abstract
ResourceLinkResolverbase class. - AbstractResourceLinkResolver() - Constructor for class org.onehippo.cms7.crisp.api.resource.AbstractResourceLinkResolver
- AbstractResourceResolver - Class in org.onehippo.cms7.crisp.api.resource
-
Abstract
ResourceResolverbase class. - AbstractResourceResolver() - Constructor for class org.onehippo.cms7.crisp.api.resource.AbstractResourceResolver
- AbstractResourceServiceBroker - Class in org.onehippo.cms7.crisp.api.broker
-
Abstract CRISP Resource Service Broker base class.
- AbstractResourceServiceBroker() - Constructor for class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
-
Default constructor.
- AbstractValueMap - Class in org.onehippo.cms7.crisp.api.resource
-
Abstract
ValueMapbase class. - AbstractValueMap() - Constructor for class org.onehippo.cms7.crisp.api.resource.AbstractValueMap
B
- BEAN_DEFINITION - Static variable in class org.onehippo.cms7.crisp.api.CrispConstants
-
Property name of a CRISP ResourceResolver configuration node, containing its own
ResourceResolverbean configuration. - Binary - Interface in org.onehippo.cms7.crisp.api.resource
-
Common Binary representation interface, reflecting any binary content.
- build() - Method in class org.onehippo.cms7.crisp.api.exchange.ExchangeHintBuilder
-
Build a
ExchangeHint.
C
- clear() - Static method in class org.onehippo.cms7.crisp.api.broker.ResourceServiceBrokerRequestContext
-
Clear all the attributes stored for the current request context.
- clear() - Method in class org.onehippo.cms7.crisp.api.resource.DefaultValueMap
- clear() - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceDataCache
-
Remove all mappings from the cache.
- close() - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceResolver
-
Closes any resources used in this
ResourceResolverinstance with the backend. - close() - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceResolver
-
Closes any resources used in this
ResourceResolverinstance with the backend. - containsKey(Object) - Method in class org.onehippo.cms7.crisp.api.resource.DefaultValueMap
- containsValue(Object) - Method in class org.onehippo.cms7.crisp.api.resource.DefaultValueMap
- convertValueOfBasicType(Object, Class<T>) - Static method in class org.onehippo.cms7.crisp.api.resource.AbstractResource
-
Convert the
valueof a basic type to one of theexpectedType. - create() - Static method in class org.onehippo.cms7.crisp.api.exchange.ExchangeHintBuilder
-
Create a default
ExchangeHintBuilderinstance. - createCacheKey(String, String, String, Map<String, Object>, ExchangeHint) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceCacheResolvable
- createCacheKey(String, String, String, Map<String, Object>, ExchangeHint) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceCacheResolvable
-
Create cache key based on given operation key, resource path, path variables and exchange hint.
- CRISP_MODULE_CONFIG_PATH_PROP_NAME - Static variable in class org.onehippo.cms7.crisp.api.CrispConstants
- CrispConstants - Class in org.onehippo.cms7.crisp.api
-
CRISP related global constants.
- CrispHstServices - Class in org.onehippo.cms7.crisp.hst.module
-
Convenient utility to allow easy access to the singleton
ResourceServiceBrokerin an application.
D
- DEFAULT_CRISP_MODULE_CONFIG_PATH - Static variable in class org.onehippo.cms7.crisp.api.CrispConstants
-
Default CRISP module configuration node path.
- DefaultValueMap - Class in org.onehippo.cms7.crisp.api.resource
-
Default
ValueMapimplementation. - DefaultValueMap() - Constructor for class org.onehippo.cms7.crisp.api.resource.DefaultValueMap
-
Default constructor.
- DefaultValueMap(Map<String, Object>) - Constructor for class org.onehippo.cms7.crisp.api.resource.DefaultValueMap
-
Constructs with a map to delegate.
- dispose() - Method in interface org.onehippo.cms7.crisp.api.resource.Binary
-
Clean up any resources opened in this binary.
- dump(OutputStream) - Method in interface org.onehippo.cms7.crisp.api.resource.Resource
-
Specific implementation may support this operation to dump (write) the internal data representation into the
outputfor debugging purpose.
E
- EMPTY - Static variable in interface org.onehippo.cms7.crisp.api.resource.ResourceCollection
-
Empty
ResourceCollectionobject. - entrySet() - Method in class org.onehippo.cms7.crisp.api.resource.DefaultValueMap
- equals(Object) - Method in class org.onehippo.cms7.crisp.api.resource.DefaultValueMap
- EVENT_ACTION_UPDATE_CONFIGURATION - Static variable in class org.onehippo.cms7.crisp.api.CrispConstants
-
HippoEventaction name used internally in configuration changeHippoEventhandling. - EVENT_APPLICATION_NAME - Static variable in class org.onehippo.cms7.crisp.api.CrispConstants
-
HippoEventapplication name used internally in configuration changeHippoEventhandling. - EVENT_CATEGORY_CONFIGURATION - Static variable in class org.onehippo.cms7.crisp.api.CrispConstants
-
HippoEventcategory name used internally in configuration changeHippoEventhandling. - evictData(Object) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceDataCache
-
Evict the mapping for this
keyfrom this cache if it is present. - EXCHANGE_HINT - Static variable in class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
-
Key name for the exchange hint, which can be used in cache key generation as an attribute name.
- ExchangeHint - Interface in org.onehippo.cms7.crisp.api.exchange
-
Extra message exchange hint representation for backend services.
- ExchangeHintBuilder - Class in org.onehippo.cms7.crisp.api.exchange
-
Builder to help build
ExchangeHintinstance. - ExchangeHintBuilder() - Constructor for class org.onehippo.cms7.crisp.api.exchange.ExchangeHintBuilder
F
- findResources(String) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceResolver
- findResources(String) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceResolver
- findResources(String, String) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractDelegatingResourceServiceBroker
- findResources(String, String) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpaceand searchResourcerepresentations frombaseAbsPathand returns a parentResourcerepresentation which contains a collection of childResourcerepresentations. - findResources(String, String) - Method in interface org.onehippo.cms7.crisp.api.broker.ResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpaceand searchResourcerepresentations frombaseAbsPathand returns a parentResourcerepresentation which contains a collection of childResourcerepresentations. - findResources(String, String, Map<String, Object>) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractDelegatingResourceServiceBroker
- findResources(String, String, Map<String, Object>) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpaceand searchResourcerepresentations frombaseAbsPathand returns a parentResourcerepresentation which contains a collection of childResourcerepresentations. - findResources(String, String, Map<String, Object>) - Method in interface org.onehippo.cms7.crisp.api.broker.ResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpaceand searchResourcerepresentations frombaseAbsPathand returns a parentResourcerepresentation which contains a collection of childResourcerepresentations. - findResources(String, String, Map<String, Object>, ExchangeHint) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractDelegatingResourceServiceBroker
- findResources(String, String, Map<String, Object>, ExchangeHint) - Method in interface org.onehippo.cms7.crisp.api.broker.ResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpaceand searchResourcerepresentations frombaseAbsPathand returns a parentResourcerepresentation which contains a collection of childResourcerepresentations. - findResources(String, String, ExchangeHint) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractDelegatingResourceServiceBroker
- findResources(String, String, ExchangeHint) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpaceand searchResourcerepresentations frombaseAbsPathand returns a parentResourcerepresentation which contains a collection of childResourcerepresentations. - findResources(String, String, ExchangeHint) - Method in interface org.onehippo.cms7.crisp.api.broker.ResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpaceand searchResourcerepresentations frombaseAbsPathand returns a parentResourcerepresentation which contains a collection of childResourcerepresentations. - findResources(String, Map<String, Object>) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceResolver
- findResources(String, Map<String, Object>) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceResolver
- findResources(String, Map<String, Object>, ExchangeHint) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceResolver
- findResources(String, ExchangeHint) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceResolver
- findResources(String, ExchangeHint) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceResolver
- fromCacheData(Object) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceCacheResolvable
- fromCacheData(Object) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceCacheResolvable
G
- get(int) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceCollection
-
Returns the resource element at the specified position in this resource collection.
- get(Object) - Method in class org.onehippo.cms7.crisp.api.resource.DefaultValueMap
- get(String, Class<T>) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractValueMap
- get(String, Class<T>) - Method in interface org.onehippo.cms7.crisp.api.resource.ValueMap
-
Get a named property and convert it into the given type.
- get(String, T) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractValueMap
- get(String, T) - Method in interface org.onehippo.cms7.crisp.api.resource.ValueMap
-
Get a named property and convert it into the given type.
- getCacheKey() - Method in interface org.onehippo.cms7.crisp.api.exchange.ExchangeHint
-
Return a cache key of this hint.
- getChildCount() - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResource
-
Returns child resource count of this resource representation.
- getChildCount() - Method in interface org.onehippo.cms7.crisp.api.resource.Resource
-
Returns child resource count of this resource representation.
- getChildren() - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResource
-
Return a
ResourceCollectionof child resource representations. - getChildren() - Method in interface org.onehippo.cms7.crisp.api.resource.Resource
-
Return a
ResourceCollectionof child resource representations. - getChildren(long, long) - Method in interface org.onehippo.cms7.crisp.api.resource.Resource
-
Return a
ResourceCollectionof child resource representations fromoffsetindex withlimitcount at max. - getCollection() - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceCollection
-
Returns a read-only collection over elements of type
Resource. - getCurrentResourceSpace() - Static method in class org.onehippo.cms7.crisp.api.broker.ResourceServiceBrokerRequestContext
-
Return the current resource space name in the
ResourceServiceBrokerinvocation. - getCurrentServletRequest() - Static method in class org.onehippo.cms7.crisp.api.broker.ResourceServiceBrokerRequestContext
-
Return the current request object if available.
- getData(Object) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceDataCache
-
Finds a cached data object for a
Resourcerepresentation from the underlying cache store by the givenkey. - getDefaultResourceServiceBroker() - Static method in class org.onehippo.cms7.crisp.hst.module.CrispHstServices
-
Deprecated.
- getDefaultResourceServiceBroker(ComponentManager) - Static method in class org.onehippo.cms7.crisp.hst.module.CrispHstServices
-
Returns the singleton
ResourceServiceBrokerinstance from eithercomponentManagerorHippoServiceRegistry. - getDefaultValue() - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResource
-
Resolves the default property value of this resource if available, or null if unavailable.
- getDefaultValue() - Method in interface org.onehippo.cms7.crisp.api.resource.Resource
-
Resolves the default property value of this resource if available, or null if unavailable.
- getDefaultValue(Class<T>) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResource
-
Resolves the default property value of this resource if available and converts it into the given type, or null if unavailable.
- getDefaultValue(Class<T>) - Method in interface org.onehippo.cms7.crisp.api.resource.Resource
-
Resolves the default property value of this resource if available and converts it into the given type, or null if unavailable.
- getInputStream() - Method in interface org.onehippo.cms7.crisp.api.resource.Binary
-
Return input stream of this binary.
- getMetadata() - Method in interface org.onehippo.cms7.crisp.api.resource.Resource
-
Returns metadata
ValueMapof this resource representation if there's any, or an empty value map if no metadata available. - getMethodName() - Method in interface org.onehippo.cms7.crisp.api.exchange.ExchangeHint
-
Return method name hint.
- getModuleComponent(String) - Static method in class org.onehippo.cms7.crisp.hst.module.CrispHstServices
-
Deprecated.Use
getModuleComponent(ComponentManager, String)instead. - getModuleComponent(ComponentManager, String) - Static method in class org.onehippo.cms7.crisp.hst.module.CrispHstServices
-
Returns a component registered in CRISP HST Addon Module's
ComponentManager. - getName() - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResource
-
Returns the name of this resource representation if there's any.
- getName() - Method in interface org.onehippo.cms7.crisp.api.resource.Resource
-
Returns the name of this resource representation if there's any.
- getNodeData() - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResource
- getNodeData() - Method in interface org.onehippo.cms7.crisp.api.resource.Resource
-
Return the underlying, internal node data that this
Resourcerepresents. - getParent() - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResource
-
Returns parent resource representation if there's any.
- getParent() - Method in interface org.onehippo.cms7.crisp.api.resource.Resource
-
Returns parent resource representation if there's any.
- getPath() - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResource
-
Returns the path of this resource representation if there's any.
- getPath() - Method in interface org.onehippo.cms7.crisp.api.resource.Resource
-
Returns the path of this resource representation if there's any.
- getRequest() - Method in interface org.onehippo.cms7.crisp.api.exchange.ExchangeHint
-
Deprecated.Use
ExchangeHint.getRequestHeaders()andExchangeHint.getRequestBody()instead. - getRequestBody() - Method in interface org.onehippo.cms7.crisp.api.exchange.ExchangeHint
-
Return request body.
- getRequestHeaders() - Method in interface org.onehippo.cms7.crisp.api.exchange.ExchangeHint
-
Return request headers map.
- getResourceBeanMapper() - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceResolver
-
Returns a
ResourceBeanMapper. - getResourceBeanMapper() - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceResolver
-
Returns a
ResourceBeanMapper. - getResourceBeanMapper(String) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractDelegatingResourceServiceBroker
- getResourceBeanMapper(String) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
-
Returns a proper
ResourceBeanMapperfor the givenresourceSpace. - getResourceBeanMapper(String) - Method in interface org.onehippo.cms7.crisp.api.broker.ResourceServiceBroker
-
Returns a proper
ResourceBeanMapperfor the givenresourceSpace. - getResourceDataCache() - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceCacheResolvable
-
Returns a
ResourceDataCachethat represents the underlying cache store. - getResourceDataCache() - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceCacheResolvable
-
Returns a
ResourceDataCachethat represents the underlying cache store. - getResourceDataCache(String) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractDelegatingResourceServiceBroker
- getResourceDataCache(String) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
-
Returns a proper resource cache store representation (
ResourceDataCache) for the specifiedresourceSpace, or null if caching is disabled. - getResourceDataCache(String) - Method in interface org.onehippo.cms7.crisp.api.broker.ResourceServiceBroker
-
Returns a proper resource cache store representation (
ResourceDataCache) for the specifiedresourceSpace, or null if caching is disabled. - getResourceLinkResolver() - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceResolver
-
Returns a domain-specific
ResourceLinkResolverfor aResourcerepresentation generated by thisResourceResolverimplementation. - getResourceLinkResolver() - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceResolver
-
Returns a domain-specific
ResourceLinkResolverfor aResourcerepresentation generated by thisResourceResolverimplementation. - getResourceResolver(String) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
-
Finds and returns a
ResourceResolverby the specifiedresourceSpace. - getResourceResolver(String) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceResolverProvider
-
Returns a proper
ResourceResolverby the given resource space name (resourceSpace). - getResourceResolverProvider() - Method in class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
-
Returns
ResourceResolverProviderthat finds and returns a properResourceResolver. - getResourceType() - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResource
-
Returns the resource type name of this resource representation if there's any.
- getResourceType() - Method in interface org.onehippo.cms7.crisp.api.resource.Resource
-
Returns the resource type name of this resource representation if there's any.
- getResponseBody() - Method in interface org.onehippo.cms7.crisp.api.exchange.ExchangeHint
-
Return response body.
- getResponseHeaders() - Method in interface org.onehippo.cms7.crisp.api.exchange.ExchangeHint
-
Return response headers map.
- getResponseStatusCode() - Method in interface org.onehippo.cms7.crisp.api.exchange.ExchangeHint
-
Return response status code.
- getUri() - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceLink
-
Returns a URI of this resource link representation.
- getValue(String) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResource
-
Resolves a property value of this resource by the given
relPath. - getValue(String) - Method in interface org.onehippo.cms7.crisp.api.resource.Resource
-
Resolves a property value of this resource by the given
relPath. - getValue(String, Class<T>) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResource
-
Resolves a property value of this resource by the given
relPathand converts it into the given type. - getValue(String, Class<T>) - Method in interface org.onehippo.cms7.crisp.api.resource.Resource
-
Resolves a property value of this resource by the given
relPathand converts it into the given type. - getValueMap() - Method in interface org.onehippo.cms7.crisp.api.resource.Resource
-
Returns value map (type of
ValueMap) of this resource representation if there's any, or an empty value map if no values available.
H
- hasCurrentServletRequest() - Static method in class org.onehippo.cms7.crisp.api.broker.ResourceServiceBrokerRequestContext
-
Return true if the current request object if available.
- hashCode() - Method in class org.onehippo.cms7.crisp.api.resource.DefaultValueMap
I
- isAnyChildContained() - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResource
-
Returns true if this resource representation contains any child resource representation.
- isAnyChildContained() - Method in interface org.onehippo.cms7.crisp.api.resource.Resource
-
Returns true if this resource representation contains any child resource representation.
- isArray() - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResource
-
Returns true if this resource representation is purely for an array (e.g, JSON Array if underlying data is based on JSON).
- isArray() - Method in interface org.onehippo.cms7.crisp.api.resource.Resource
-
Returns true if this resource representation is purely for an array (e.g, JSON Array if underlying data is based on JSON).
- isCacheable(Resource) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceCacheResolvable
-
Returns true if the given
resourceis cacheable. - isCacheable(Resource) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceCacheResolvable
-
Returns true if the given
resourceis cacheable. - isCacheEnabled() - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceCacheResolvable
-
Returns true if caching is enabled with this.
- isCacheEnabled() - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceCacheResolvable
-
Returns true if caching is enabled with this.
- isEmpty() - Method in class org.onehippo.cms7.crisp.api.resource.DefaultValueMap
- isLive() - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceResolver
-
Returns true if the
ResourceResolverservice for a backend is still alive. - isLive() - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceResolver
-
Returns true if the
ResourceResolverservice for a backend is still alive. - isNoCache() - Method in interface org.onehippo.cms7.crisp.api.exchange.ExchangeHint
-
Return true if the underlying
ResourceResolvershould disallow caching. - isResourceType(String) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResource
-
Returns true if this resource representation is typed and of the specific
resourceTypename. - isResourceType(String) - Method in interface org.onehippo.cms7.crisp.api.resource.Resource
-
Returns true if this resource representation is typed and of the specific
resourceTypename.
K
- keySet() - Method in class org.onehippo.cms7.crisp.api.resource.DefaultValueMap
M
- map(Resource, Class<T>) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceBeanMapper
-
Map a
Resourceobject to a bean oftype. - mapCollection(ResourceCollection, Class<T>) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceBeanMapper
- mapCollection(ResourceCollection, Class<T>) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceBeanMapper
-
Map the child resources of the
ResourceCollectionto a new collection ofbeanTypeto return. - mapCollection(ResourceCollection, Class<T>, int, int) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceBeanMapper
- mapCollection(ResourceCollection, Class<T>, int, int) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceBeanMapper
-
Map the child resources of the
ResourceCollectionto a new collection ofbeanTypeto return. - mapCollection(ResourceCollection, Class<T>, Collection<T>) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceBeanMapper
- mapCollection(ResourceCollection, Class<T>, Collection<T>) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceBeanMapper
-
Map the child resources of the
ResourceCollectionand push them to the giventargetBeanCollectionofbeanType. - mapCollection(ResourceCollection, Class<T>, Collection<T>, int, int) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceBeanMapper
- mapCollection(ResourceCollection, Class<T>, Collection<T>, int, int) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceBeanMapper
-
Map the child resources of the
ResourceCollectionand push them to the giventargetBeanCollectionofbeanTypefrom theoffsetindex up tolimitsize at max. - methodName() - Method in class org.onehippo.cms7.crisp.api.exchange.ExchangeHintBuilder
-
Return method hint name
- methodName(String) - Method in class org.onehippo.cms7.crisp.api.exchange.ExchangeHintBuilder
-
Set method hint name.
- MODULE_CONFIG - Static variable in class org.onehippo.cms7.crisp.api.CrispConstants
-
Node name of the CRISP module configuration node.
- MODULE_NAME - Static variable in class org.onehippo.cms7.crisp.hst.module.CrispHstServices
-
CRISP HST Addon Module name.
N
- noCache() - Method in class org.onehippo.cms7.crisp.api.exchange.ExchangeHintBuilder
-
Return true if the underlying
ResourceResolvershould disallow caching. - noCache(boolean) - Method in class org.onehippo.cms7.crisp.api.exchange.ExchangeHintBuilder
-
Set the flag whether or not the underlying
ResourceResolvershould disallow caching. - NT_MODULE_CONFIG - Static variable in class org.onehippo.cms7.crisp.api.CrispConstants
-
Node type name of the CRISP module configuration node.
- NT_RESOURCE_RESOLVER - Static variable in class org.onehippo.cms7.crisp.api.CrispConstants
-
Node type name of a CRISP
ResourceResolverconfiguration node. - NT_RESOURCE_RESOLVER_CONTAINER - Static variable in class org.onehippo.cms7.crisp.api.CrispConstants
-
Node type name of the container node of all the CRISP
ResourceResolverconfiguration nodes.
O
- OPERATION_KEY - Static variable in class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
-
Key name for an invoked operation name, which can be used in cache key generation as an attribute name.
- OPERATION_KEY_FIND_RESOURCES - Static variable in class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
-
Key name of
AbstractResourceServiceBroker.OPERATION_KEYinAbstractResourceServiceBroker.findResources(String, String, Map)operation invocation, which can be used in cache key generation as an attribute name. - OPERATION_KEY_RESOLVE - Static variable in class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
-
Key name of
AbstractResourceServiceBroker.OPERATION_KEYinAbstractResourceServiceBroker.resolve(String, String, Map)operation invocation, which can be used in cache key generation as an attribute name. - org.onehippo.cms7.crisp.api - package org.onehippo.cms7.crisp.api
-
This package provides APIs of Hippo Addon CRISP module.
- org.onehippo.cms7.crisp.api.broker - package org.onehippo.cms7.crisp.api.broker
-
This package provides Broker APIs of Hippo Addon CRISP module.
- org.onehippo.cms7.crisp.api.exchange - package org.onehippo.cms7.crisp.api.exchange
- org.onehippo.cms7.crisp.api.resource - package org.onehippo.cms7.crisp.api.resource
-
This package provides Resource APIs of Hippo Addon CRISP module.
- org.onehippo.cms7.crisp.hst.module - package org.onehippo.cms7.crisp.hst.module
-
This package provides HST module related components and implementations of Hippo Addon CRISP module.
P
- PATH_VARIABLES - Static variable in class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
-
Key name for the path variables to be used in the physical invocation path (or URI) expansion, which can be used in cache key generation as an attribute name.
- PROP_NAMES - Static variable in class org.onehippo.cms7.crisp.api.CrispConstants
-
Property name of a CRISP ResourceResolver configuration node, containing property names that can be used as variables in the value of
CrispConstants.BEAN_DEFINITIONproperty. - PROP_VALUES - Static variable in class org.onehippo.cms7.crisp.api.CrispConstants
-
Property name of a CRISP ResourceResolver configuration node, containing property values that can be used in variable interpolations in the value of
CrispConstants.BEAN_DEFINITIONproperty. - put(String, Object) - Method in class org.onehippo.cms7.crisp.api.resource.DefaultValueMap
- putAll(Map<? extends String, ? extends Object>) - Method in class org.onehippo.cms7.crisp.api.resource.DefaultValueMap
- putData(Object, Object) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceDataCache
-
Associates the specified cacheable
dataobject for aResourcerepresentation with the specifiedkeyin the underlying cache store. - putDataIfAbsent(Object, Object) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceDataCache
-
Associates the specified cacheable
dataobject for aResourcerepresentation with the specifiedkeyin the underlying cache store if it is not set already.
R
- refresh() - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceResolver
-
Refreshes any local state changes, if any.
- refresh() - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceResolver
-
Refreshes any local state changes, if any.
- REGISTRY_MODULE_PATH - Static variable in class org.onehippo.cms7.crisp.api.CrispConstants
-
CRISP module configuration path in repository.
- remove(Object) - Method in class org.onehippo.cms7.crisp.api.resource.DefaultValueMap
- request() - Method in class org.onehippo.cms7.crisp.api.exchange.ExchangeHintBuilder
-
Deprecated.Use
ExchangeHintBuilder.requestHeaders()andExchangeHintBuilder.requestBody()instead. - request(Object) - Method in class org.onehippo.cms7.crisp.api.exchange.ExchangeHintBuilder
-
Deprecated.
- requestBody() - Method in class org.onehippo.cms7.crisp.api.exchange.ExchangeHintBuilder
-
Return request body object representation or request callback instance than can be understood by the backend.
- requestBody(Object) - Method in class org.onehippo.cms7.crisp.api.exchange.ExchangeHintBuilder
-
Set request body object representation or request callback instance than can be understood by the backend
- requestHeader(String, String...) - Method in class org.onehippo.cms7.crisp.api.exchange.ExchangeHintBuilder
-
Add request headers.
- requestHeaders() - Method in class org.onehippo.cms7.crisp.api.exchange.ExchangeHintBuilder
-
Return request headers.
- requestHeaders(Map<String, List<String>>) - Method in class org.onehippo.cms7.crisp.api.exchange.ExchangeHintBuilder
-
Reset request headers by the given new
requestHeaders. - resolve(String) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceResolver
-
Resolves single
Resourcerepresentation byabsPath. - resolve(String) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceResolver
-
Resolves single
Resourcerepresentation byabsPath. - resolve(String, String) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractDelegatingResourceServiceBroker
- resolve(String, String) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpaceand resolves singleResourcerepresentation byabsPath. - resolve(String, String) - Method in interface org.onehippo.cms7.crisp.api.broker.ResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpaceand resolves singleResourcerepresentation byabsPath. - resolve(String, String, Map<String, Object>) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractDelegatingResourceServiceBroker
- resolve(String, String, Map<String, Object>) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpaceand resolves singleResourcerepresentation byabsPath. - resolve(String, String, Map<String, Object>) - Method in interface org.onehippo.cms7.crisp.api.broker.ResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpaceand resolves singleResourcerepresentation byabsPath. - resolve(String, String, Map<String, Object>, ExchangeHint) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractDelegatingResourceServiceBroker
- resolve(String, String, Map<String, Object>, ExchangeHint) - Method in interface org.onehippo.cms7.crisp.api.broker.ResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpaceand resolves singleResourcerepresentation byabsPath. - resolve(String, String, ExchangeHint) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractDelegatingResourceServiceBroker
- resolve(String, String, ExchangeHint) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpaceand resolves singleResourcerepresentation byabsPath. - resolve(String, String, ExchangeHint) - Method in interface org.onehippo.cms7.crisp.api.broker.ResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpaceand resolves singleResourcerepresentation byabsPath. - resolve(String, Map<String, Object>) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceResolver
-
Resolves single
Resourcerepresentation byabsPath. - resolve(String, Map<String, Object>) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceResolver
-
Resolves single
Resourcerepresentation byabsPath. - resolve(String, Map<String, Object>, ExchangeHint) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceResolver
-
Resolves single
Resourcerepresentation byabsPath. - resolve(String, ExchangeHint) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceResolver
- resolve(String, ExchangeHint) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceResolver
- resolve(Resource) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceLinkResolver
-
Resolves a
ResourceLinkfor the givenresource. - resolve(Resource) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceLinkResolver
-
Resolves a
ResourceLinkfor the givenresource. - resolve(Resource, Map<String, Object>) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceLinkResolver
-
Resolves a
ResourceLinkfor the givenresourcewith passinglinkVariablesthat can be used by implementation to expand its internal link generation template. - resolveBinary(String) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceResolver
-
Resolves single
Binaryrepresentation byabsPath. - resolveBinary(String) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceResolver
-
Resolves single
Binaryrepresentation byabsPath. - resolveBinary(String, String) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractDelegatingResourceServiceBroker
- resolveBinary(String, String) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpaceand resolves singleBinaryrepresentation byabsPath. - resolveBinary(String, String) - Method in interface org.onehippo.cms7.crisp.api.broker.ResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpaceand resolves singleBinaryrepresentation byabsPath. - resolveBinary(String, String, Map<String, Object>) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractDelegatingResourceServiceBroker
- resolveBinary(String, String, Map<String, Object>) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpaceand resolves singleBinaryrepresentation byabsPath. - resolveBinary(String, String, Map<String, Object>) - Method in interface org.onehippo.cms7.crisp.api.broker.ResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpaceand resolves singleBinaryrepresentation byabsPath. - resolveBinary(String, String, Map<String, Object>, ExchangeHint) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractDelegatingResourceServiceBroker
- resolveBinary(String, String, Map<String, Object>, ExchangeHint) - Method in interface org.onehippo.cms7.crisp.api.broker.ResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpaceand resolves singleBinaryrepresentation byabsPath. - resolveBinary(String, String, ExchangeHint) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractDelegatingResourceServiceBroker
- resolveBinary(String, String, ExchangeHint) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpaceand resolves singleBinaryrepresentation byabsPath. - resolveBinary(String, String, ExchangeHint) - Method in interface org.onehippo.cms7.crisp.api.broker.ResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpaceand resolves singleBinaryrepresentation byabsPath. - resolveBinary(String, Map<String, Object>) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceResolver
-
Resolves single
Binaryrepresentation byabsPath. - resolveBinary(String, Map<String, Object>) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceResolver
-
Resolves single
Binaryrepresentation byabsPath. - resolveBinary(String, Map<String, Object>, ExchangeHint) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceResolver
-
Resolves single
Binaryrepresentation byabsPath. - resolveBinary(String, ExchangeHint) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceResolver
-
Resolves single
Binaryrepresentation byabsPath. - resolveBinary(String, ExchangeHint) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceResolver
-
Resolves single
Binaryrepresentation byabsPath. - resolveBinaryAsResource(String) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceResolver
- resolveBinaryAsResource(String) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceResolver
- resolveBinaryAsResource(String, String) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractDelegatingResourceServiceBroker
- resolveBinaryAsResource(String, String) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
- resolveBinaryAsResource(String, String) - Method in interface org.onehippo.cms7.crisp.api.broker.ResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpace, resolves singleBinaryrepresentation byabsPath, and converts theBinaryrepresentation into aResource. - resolveBinaryAsResource(String, String, Map<String, Object>) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractDelegatingResourceServiceBroker
- resolveBinaryAsResource(String, String, Map<String, Object>) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
- resolveBinaryAsResource(String, String, Map<String, Object>) - Method in interface org.onehippo.cms7.crisp.api.broker.ResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpace, resolves singleBinaryrepresentation byabsPath, and converts theBinaryrepresentation into aResource. - resolveBinaryAsResource(String, String, Map<String, Object>, ExchangeHint) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractDelegatingResourceServiceBroker
- resolveBinaryAsResource(String, String, Map<String, Object>, ExchangeHint) - Method in interface org.onehippo.cms7.crisp.api.broker.ResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpace, resolves singleBinaryrepresentation byabsPath, and converts theBinaryrepresentation into aResource. - resolveBinaryAsResource(String, String, ExchangeHint) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractDelegatingResourceServiceBroker
- resolveBinaryAsResource(String, String, ExchangeHint) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
- resolveBinaryAsResource(String, String, ExchangeHint) - Method in interface org.onehippo.cms7.crisp.api.broker.ResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpace, resolves singleBinaryrepresentation byabsPath, and converts theBinaryrepresentation into aResource. - resolveBinaryAsResource(String, Map<String, Object>) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceResolver
- resolveBinaryAsResource(String, Map<String, Object>) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceResolver
- resolveBinaryAsResource(String, Map<String, Object>, ExchangeHint) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceResolver
- resolveBinaryAsResource(String, ExchangeHint) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceResolver
- resolveBinaryAsResource(String, ExchangeHint) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceResolver
- resolveFullURI(String) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceResolver
- resolveFullURI(String) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceResolver
-
Resolves a full URI determined and resolved for the
absPath. - resolveFullURI(String, String) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractDelegatingResourceServiceBroker
- resolveFullURI(String, String) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
- resolveFullURI(String, String) - Method in interface org.onehippo.cms7.crisp.api.broker.ResourceServiceBroker
-
Resolves a full URI determined and resolved for the specific
resourceSpaceand theabsPath. - resolveFullURI(String, String, Map<String, Object>) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractDelegatingResourceServiceBroker
- resolveFullURI(String, String, Map<String, Object>) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
- resolveFullURI(String, String, Map<String, Object>) - Method in interface org.onehippo.cms7.crisp.api.broker.ResourceServiceBroker
-
Resolves a full URI determined and resolved for the specific
resourceSpaceand theabsPath. - resolveFullURI(String, Map<String, Object>) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceResolver
- resolveFullURI(String, Map<String, Object>) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceResolver
-
Resolves a full URI determined and resolved for the
absPath. - resolveLink(String, Resource) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractDelegatingResourceServiceBroker
- resolveLink(String, Resource) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpaceand resolves aResourceLinkfor the givenresource. - resolveLink(String, Resource) - Method in interface org.onehippo.cms7.crisp.api.broker.ResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpaceand resolves aResourceLinkfor the givenresource. - resolveLink(String, Resource, Map<String, Object>) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractDelegatingResourceServiceBroker
- resolveLink(String, Resource, Map<String, Object>) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpaceand resolves aResourceLinkfor the givenresourcewith passinglinkVariablesthat can be used by implementation to expand its internal link generation template. - resolveLink(String, Resource, Map<String, Object>) - Method in interface org.onehippo.cms7.crisp.api.broker.ResourceServiceBroker
-
Resolves a proper
ResourceResolverby the specifiedresourceSpaceand resolves aResourceLinkfor the givenresourcewith passinglinkVariablesthat can be used by implementation to expand its internal link generation template. - Resource - Interface in org.onehippo.cms7.crisp.api.resource
-
Common Resource representation interface, reflecting any content such as JSON, XML, JCR, etc.
- RESOURCE_PATH - Static variable in class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
-
Key name for the relative resource path in an invocation, which can be used in cache key generation as an attribute name.
- RESOURCE_RESOLVER_CONTAINER - Static variable in class org.onehippo.cms7.crisp.api.CrispConstants
-
Node name of the container node of all the CRISP
ResourceResolverconfiguration nodes. - RESOURCE_SPACE - Static variable in class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
-
Key name for the resource space name in an invocation, which can be used in cache key generation as an attribute name.
- ResourceBeanMapper - Interface in org.onehippo.cms7.crisp.api.resource
-
Mapper to convert a
Resourceobject to a bean. - ResourceCacheResolvable - Interface in org.onehippo.cms7.crisp.api.resource
-
An abstraction responsible for the following: to return a
ResourceDataCacheas a cache store of resource representations, to be able to check whether or not a specificResourcerepresentation is cacheable, to convert aResourcerepresentation to a cacheable data object to be stored inResourceDataCache, and to convert a cached data object back to aResourcerepresentation. - ResourceCollection - Interface in org.onehippo.cms7.crisp.api.resource
-
Read-only
Iterableinterface with some read-only Collection/List operations such assize()orget(int). - ResourceDataCache - Interface in org.onehippo.cms7.crisp.api.resource
-
Abstraction that represents the underlying cache store.
- ResourceException - Exception in org.onehippo.cms7.crisp.api.resource
-
The
ResourceExceptionclass defines a general exception that any CRISPResourceoperations can throw when it is unable to perform its operation successfully. - ResourceException() - Constructor for exception org.onehippo.cms7.crisp.api.resource.ResourceException
-
Constructs a new
Resourceexception. - ResourceException(String) - Constructor for exception org.onehippo.cms7.crisp.api.resource.ResourceException
-
Constructs a new
Resourceexception with the given message. - ResourceException(String, Throwable) - Constructor for exception org.onehippo.cms7.crisp.api.resource.ResourceException
-
Constructs a new
Resourceexception with the given message and a nested exception. - ResourceException(Throwable) - Constructor for exception org.onehippo.cms7.crisp.api.resource.ResourceException
-
Constructs a new
Resourceexception with the nested exception. - ResourceLink - Interface in org.onehippo.cms7.crisp.api.resource
-
Resource link representation.
- ResourceLinkResolver - Interface in org.onehippo.cms7.crisp.api.resource
-
Responsible for resolving a link (type of
ResourceLink) for aResourcerepresentation. - ResourceResolver - Interface in org.onehippo.cms7.crisp.api.resource
-
Responsible for resolving
Resource(s). - ResourceResolverProvider - Interface in org.onehippo.cms7.crisp.api.resource
-
Responsible for providing a
ResourceResolver. - ResourceServiceBroker - Interface in org.onehippo.cms7.crisp.api.broker
-
CRISP Resource Service Broker abstraction.
- ResourceServiceBrokerRequestContext - Class in org.onehippo.cms7.crisp.api.broker
-
Provides an access method to the current request object if available.
S
- setCacheEnabled(boolean) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceCacheResolvable
-
Sets flag whether or not this is enabled with caching.
- setCurrentResourceSpace(String) - Static method in class org.onehippo.cms7.crisp.api.broker.ResourceServiceBrokerRequestContext
-
Set the current resource space name in the
ResourceServiceBrokerinvocation. - setCurrentServletRequest(ServletRequest) - Static method in class org.onehippo.cms7.crisp.api.broker.ResourceServiceBrokerRequestContext
-
Set the current request object if available.
- setNoCache(boolean) - Method in interface org.onehippo.cms7.crisp.api.exchange.ExchangeHint
-
Set flag whether or not the underlying
ResourceResolvershould disallow caching. - setResourceDataCache(ResourceDataCache) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceCacheResolvable
-
Sets
ResourceDataCache. - setResourceLinkResolver(ResourceLinkResolver) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceResolver
-
Sets
ResourceLinkResolver. - setResourceResolverProvider(ResourceResolverProvider) - Method in class org.onehippo.cms7.crisp.api.broker.AbstractResourceServiceBroker
-
Sets
ResourceResolverProviderthat finds and returns a properResourceResolver. - setResponseBody(Object) - Method in interface org.onehippo.cms7.crisp.api.exchange.ExchangeHint
-
Set response body.
- setResponseHeaders(Map<String, List<String>>) - Method in interface org.onehippo.cms7.crisp.api.exchange.ExchangeHint
-
Set response headers map.
- setResponseStatusCode(int) - Method in interface org.onehippo.cms7.crisp.api.exchange.ExchangeHint
-
Set response status code.
- SITE_SCOPES - Static variable in class org.onehippo.cms7.crisp.api.CrispConstants
-
Property name of a CRISP ResourceResolver configuration node, defines a resource scope Valid values are - platform (for CMS & PLATFORM app types) and site name.
- size() - Method in class org.onehippo.cms7.crisp.api.resource.DefaultValueMap
- size() - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceCollection
-
Returns the number of elements in this resource collection.
T
- toCacheData(Resource) - Method in class org.onehippo.cms7.crisp.api.resource.AbstractResourceCacheResolvable
-
Convert the given
resourceto a cacheable data object to be stored inResourceDataCache. - toCacheData(Resource) - Method in interface org.onehippo.cms7.crisp.api.resource.ResourceCacheResolvable
-
Convert the given
resourceto a cacheable data object to be stored inResourceDataCache. - toUnmodifiable() - Method in class org.onehippo.cms7.crisp.api.resource.DefaultValueMap
-
Returns an unmodifiable view of this
ValueMap
V
- ValueMap - Interface in org.onehippo.cms7.crisp.api.resource
-
ValueMapis an easy way to access properties or metadata of a resource. - values() - Method in class org.onehippo.cms7.crisp.api.resource.DefaultValueMap
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
getDefaultResourceServiceBroker(ComponentManager)instead.