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 |
---|---|
Binary |
AbstractResourceServiceBroker.resolveBinary(String resourceSpace,
String absResourcePath)
Resolves a proper
ResourceResolver by the specified resourceSpace and resolves single Binary
representation by absPath . |
Binary |
AbstractDelegatingResourceServiceBroker.resolveBinary(String resourceSpace,
String absPath) |
Binary |
ResourceServiceBroker.resolveBinary(String resourceSpace,
String absPath)
Resolves a proper
ResourceResolver by the specified resourceSpace and resolves single Binary
representation by absPath . |
Binary |
AbstractResourceServiceBroker.resolveBinary(String resourceSpace,
String absResourcePath,
ExchangeHint exchangeHint)
Resolves a proper
ResourceResolver by the specified resourceSpace and resolves single Binary
representation by absPath . |
Binary |
AbstractDelegatingResourceServiceBroker.resolveBinary(String resourceSpace,
String absPath,
ExchangeHint exchangeHint) |
Binary |
ResourceServiceBroker.resolveBinary(String resourceSpace,
String absPath,
ExchangeHint exchangeHint)
Resolves a proper
ResourceResolver by the specified resourceSpace and resolves single Binary
representation by absPath . |
Binary |
AbstractResourceServiceBroker.resolveBinary(String resourceSpace,
String absResourcePath,
Map<String,Object> pathVariables)
Resolves a proper
ResourceResolver by the specified resourceSpace and resolves single Binary
representation by absPath . |
Binary |
AbstractDelegatingResourceServiceBroker.resolveBinary(String resourceSpace,
String absPath,
Map<String,Object> pathVariables) |
Binary |
ResourceServiceBroker.resolveBinary(String resourceSpace,
String absPath,
Map<String,Object> pathVariables)
Resolves a proper
ResourceResolver by the specified resourceSpace and resolves single Binary
representation by absPath . |
Binary |
AbstractDelegatingResourceServiceBroker.resolveBinary(String resourceSpace,
String absPath,
Map<String,Object> pathVariables,
ExchangeHint exchangeHint) |
Binary |
ResourceServiceBroker.resolveBinary(String resourceSpace,
String absPath,
Map<String,Object> pathVariables,
ExchangeHint exchangeHint)
Resolves a proper
ResourceResolver by the specified resourceSpace and resolves single Binary
representation by absPath . |
Modifier and Type | Method and Description |
---|---|
Binary |
ResourceResolver.resolveBinary(String absPath)
Resolves single
Binary representation by absPath . |
Binary |
AbstractResourceResolver.resolveBinary(String absPath)
Resolves single
Binary representation by absPath . |
Binary |
ResourceResolver.resolveBinary(String absPath,
ExchangeHint exchangeHint)
Resolves single
Binary representation by absPath . |
Binary |
AbstractResourceResolver.resolveBinary(String absPath,
ExchangeHint exchangeHint)
Resolves single
Binary representation by absPath . |
Binary |
ResourceResolver.resolveBinary(String absPath,
Map<String,Object> pathVariables)
Resolves single
Binary representation by absPath . |
Binary |
AbstractResourceResolver.resolveBinary(String absPath,
Map<String,Object> pathVariables)
Resolves single
Binary representation by absPath . |
Binary |
ResourceResolver.resolveBinary(String absPath,
Map<String,Object> pathVariables,
ExchangeHint exchangeHint)
Resolves single
Binary representation by absPath . |
Copyright © 2017–2020 Hippo B.V. (http://www.onehippo.com). All rights reserved.