Package | Description |
---|---|
org.hippoecm.hst.configuration.channel | |
org.hippoecm.hst.configuration.channel.exceptions | |
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 |
---|---|
String |
ChannelManager.persist(String blueprintId,
org.onehippo.cms7.services.hst.Channel channel)
Persists a channel.
|
void |
ChannelManager.save(org.onehippo.cms7.services.hst.Channel channel)
Deprecated.
This method is deprecated by {
ChannelManager.save(String, Channel) } since version 4.0.0.
Save channel properties. If the URL path of the new channel is not empty, all path-steps except the last one should already map to an existing mount. When invoking this method, an HstSubject context must be provided with the credentials necessary to persist the channel. |
void |
ChannelManager.save(String hostGroupName,
org.onehippo.cms7.services.hst.Channel channel)
Save channel properties for the given host group.
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelNotFoundException |
Modifier and Type | Method and Description |
---|---|
<T extends ChannelInfo> |
VirtualHosts.getChannelInfo(org.onehippo.cms7.services.hst.Channel channel)
The channel info for this channel.
|
Class<? extends ChannelInfo> |
VirtualHosts.getChannelInfoClass(org.onehippo.cms7.services.hst.Channel channel)
The channel info class for this channel.
|
Class<? extends ChannelInfo> |
VirtualHosts.getChannelInfoClass(String hostGroup,
String id)
The channel info class for this channel identified by id.
|
Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.