Uses of Interface
org.onehippo.cms7.crisp.api.resource.ResourceLink
-
Packages that use ResourceLink 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. -
-
Uses of ResourceLink in org.onehippo.cms7.crisp.api.broker
Methods in org.onehippo.cms7.crisp.api.broker that return ResourceLink Modifier and Type Method Description ResourceLink
AbstractDelegatingResourceServiceBroker. resolveLink(String resourceSpace, Resource resource)
ResourceLink
AbstractDelegatingResourceServiceBroker. resolveLink(String resourceSpace, Resource resource, Map<String,Object> linkVariables)
ResourceLink
AbstractResourceServiceBroker. resolveLink(String resourceSpace, Resource resource)
Resolves a properResourceResolver
by the specifiedresourceSpace
and resolves aResourceLink
for the givenresource
.ResourceLink
AbstractResourceServiceBroker. resolveLink(String resourceSpace, Resource resource, Map<String,Object> linkVariables)
Resolves a properResourceResolver
by the specifiedresourceSpace
and resolves aResourceLink
for the givenresource
with passinglinkVariables
that can be used by implementation to expand its internal link generation template.ResourceLink
ResourceServiceBroker. resolveLink(String resourceSpace, Resource resource)
Resolves a properResourceResolver
by the specifiedresourceSpace
and resolves aResourceLink
for the givenresource
.ResourceLink
ResourceServiceBroker. resolveLink(String resourceSpace, Resource resource, Map<String,Object> linkVariables)
Resolves a properResourceResolver
by the specifiedresourceSpace
and resolves aResourceLink
for the givenresource
with passinglinkVariables
that can be used by implementation to expand its internal link generation template. -
Uses of ResourceLink in org.onehippo.cms7.crisp.api.resource
Methods in org.onehippo.cms7.crisp.api.resource that return ResourceLink Modifier and Type Method Description ResourceLink
AbstractResourceLinkResolver. resolve(Resource resource)
Resolves aResourceLink
for the givenresource
.ResourceLink
ResourceLinkResolver. resolve(Resource resource)
Resolves aResourceLink
for the givenresource
.ResourceLink
ResourceLinkResolver. resolve(Resource resource, Map<String,Object> linkVariables)
Resolves aResourceLink
for the givenresource
with passinglinkVariables
that can be used by implementation to expand its internal link generation template.
-