Package | Description |
---|---|
org.hippoecm.hst.configuration.channel |
Modifier and Type | Method and Description |
---|---|
Blueprint |
ChannelManager.getBlueprint(String id)
Retrieve a blue print from it's ID.
|
List<Blueprint> |
ChannelManager.getBlueprints()
The list of available blueprints
|
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.
|
<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.
|
Class<? extends ChannelInfo> |
ChannelManager.getChannelInfoClass(String id)
The channel info class for this channel identified by id.
|
Map<String,Channel> |
ChannelManager.getChannels()
List all managed channels, identified by their channel IDs
|
String |
ChannelManager.persist(String blueprintId,
Channel channel)
Persists a channel.
|
void |
ChannelManager.save(Channel channel)
Save channel properties.
|
Copyright © 2008-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.