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.
|
Modifier and Type | Method and Description |
---|---|
ResourceLink |
AbstractResourceServiceBroker.resolveLink(String resourceSpace,
Resource resource)
Resolves a proper
ResourceResolver by the specified resourceSpace and resolves a ResourceLink
for the given resource . |
ResourceLink |
AbstractDelegatingResourceServiceBroker.resolveLink(String resourceSpace,
Resource resource) |
ResourceLink |
ResourceServiceBroker.resolveLink(String resourceSpace,
Resource resource)
Resolves a proper
ResourceResolver by the specified resourceSpace and resolves a ResourceLink
for the given resource . |
ResourceLink |
AbstractResourceServiceBroker.resolveLink(String resourceSpace,
Resource resource,
Map<String,Object> linkVariables)
Resolves a proper
ResourceResolver by the specified resourceSpace and resolves a ResourceLink
for the given resource with passing linkVariables that can be used by implementation to
expand its internal link generation template. |
ResourceLink |
AbstractDelegatingResourceServiceBroker.resolveLink(String resourceSpace,
Resource resource,
Map<String,Object> linkVariables) |
ResourceLink |
ResourceServiceBroker.resolveLink(String resourceSpace,
Resource resource,
Map<String,Object> linkVariables)
Resolves a proper
ResourceResolver by the specified resourceSpace and resolves a ResourceLink
for the given resource with passing linkVariables that can be used by implementation to
expand its internal link generation template. |
Modifier and Type | Method and Description |
---|---|
ResourceLink |
AbstractResourceLinkResolver.resolve(Resource resource)
Resolves a
ResourceLink for the given resource . |
ResourceLink |
ResourceLinkResolver.resolve(Resource resource)
Resolves a
ResourceLink for the given resource . |
ResourceLink |
ResourceLinkResolver.resolve(Resource resource,
Map<String,Object> linkVariables)
Resolves a
ResourceLink for the given resource with passing linkVariables that can be
used by implementation to expand its internal link generation template. |
Copyright © 2017–2020 Hippo B.V. (http://www.onehippo.com). All rights reserved.