Uses of Interface
org.onehippo.cms7.crisp.api.resource.Binary
Package
Description
This package provides Broker APIs of Hippo Addon CRISP module.
This package provides Resource APIs of Hippo Addon CRISP module.
-
Uses of Binary in org.onehippo.cms7.crisp.api.broker
Modifier and TypeMethodDescriptionAbstractDelegatingResourceServiceBroker.resolveBinary
(String resourceSpace, String absPath) AbstractDelegatingResourceServiceBroker.resolveBinary
(String resourceSpace, String absPath, Map<String, Object> pathVariables) AbstractDelegatingResourceServiceBroker.resolveBinary
(String resourceSpace, String absPath, Map<String, Object> pathVariables, ExchangeHint exchangeHint) AbstractDelegatingResourceServiceBroker.resolveBinary
(String resourceSpace, String absPath, ExchangeHint exchangeHint) AbstractResourceServiceBroker.resolveBinary
(String resourceSpace, String absResourcePath) Resolves a properResourceResolver
by the specifiedresourceSpace
and resolves singleBinary
representation byabsPath
.AbstractResourceServiceBroker.resolveBinary
(String resourceSpace, String absResourcePath, Map<String, Object> pathVariables) Resolves a properResourceResolver
by the specifiedresourceSpace
and resolves singleBinary
representation byabsPath
.AbstractResourceServiceBroker.resolveBinary
(String resourceSpace, String absResourcePath, ExchangeHint exchangeHint) Resolves a properResourceResolver
by the specifiedresourceSpace
and resolves singleBinary
representation byabsPath
.ResourceServiceBroker.resolveBinary
(String resourceSpace, String absPath) Resolves a properResourceResolver
by the specifiedresourceSpace
and resolves singleBinary
representation byabsPath
.ResourceServiceBroker.resolveBinary
(String resourceSpace, String absPath, Map<String, Object> pathVariables) Resolves a properResourceResolver
by the specifiedresourceSpace
and resolves singleBinary
representation byabsPath
.ResourceServiceBroker.resolveBinary
(String resourceSpace, String absPath, Map<String, Object> pathVariables, ExchangeHint exchangeHint) Resolves a properResourceResolver
by the specifiedresourceSpace
and resolves singleBinary
representation byabsPath
.ResourceServiceBroker.resolveBinary
(String resourceSpace, String absPath, ExchangeHint exchangeHint) Resolves a properResourceResolver
by the specifiedresourceSpace
and resolves singleBinary
representation byabsPath
. -
Uses of Binary in org.onehippo.cms7.crisp.api.resource
Modifier and TypeMethodDescriptionAbstractResourceResolver.resolveBinary
(String absPath) Resolves singleBinary
representation byabsPath
.AbstractResourceResolver.resolveBinary
(String absPath, Map<String, Object> pathVariables) Resolves singleBinary
representation byabsPath
.AbstractResourceResolver.resolveBinary
(String absPath, ExchangeHint exchangeHint) Resolves singleBinary
representation byabsPath
.ResourceResolver.resolveBinary
(String absPath) Resolves singleBinary
representation byabsPath
.ResourceResolver.resolveBinary
(String absPath, Map<String, Object> pathVariables) Resolves singleBinary
representation byabsPath
.ResourceResolver.resolveBinary
(String absPath, Map<String, Object> pathVariables, ExchangeHint exchangeHint) Resolves singleBinary
representation byabsPath
.ResourceResolver.resolveBinary
(String absPath, ExchangeHint exchangeHint) Resolves singleBinary
representation byabsPath
.