Package | Description |
---|---|
org.hippoecm.hst.configuration.channel | |
org.hippoecm.hst.configuration.hosting |
The org.hippoecm.hst.core.hosting package defines the API for the HST Core Hosting
|
Modifier and Type | Method and Description |
---|---|
Channel |
ChannelManagerEvent.getChannel()
Returns the channel which was used as an input during channel creation or update.
|
Channel |
ChannelManager.getChannelById(String id)
Get a
Channel given its id |
Channel |
ChannelManager.getChannelByJcrPath(String channelPath)
Returns the channel configured at the given JCR path.
|
Channel |
Blueprint.getPrototypeChannel()
Get prototype
Channel |
Modifier and Type | Method and Description |
---|---|
Map<String,Channel> |
ChannelManager.getChannels()
List all managed channels, identified by their channel IDs
|
Modifier and Type | Method and Description |
---|---|
<T extends ChannelInfo> |
ChannelManager.getChannelInfo(Channel channel)
The channel info for this channel.
|
Class<? extends ChannelInfo> |
ChannelManager.getChannelInfoClass(Channel channel)
The channel info class for this channel.
|
List<HstPropertyDefinition> |
ChannelManager.getPropertyDefinitions(Channel channel)
|
ResourceBundle |
ChannelManager.getResourceBundle(Channel channel,
Locale locale)
The resource bundle for the channel info.
|
String |
ChannelManager.persist(String blueprintId,
Channel channel)
Persists a channel.
|
void |
ChannelManager.save(Channel channel)
Save channel properties.
|
void |
Blueprint.setPrototypeChannel(Channel prototypeChannel)
Set the prototype
Channel |
Modifier and Type | Method and Description |
---|---|
Channel |
Mount.getChannel() |
Modifier and Type | Method and Description |
---|---|
void |
MutableMount.setChannel(Channel channel)
Sets the info for this
Mount . |
Copyright © 2008-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.