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(javax.jcr.Session session,
String blueprintId,
org.onehippo.cms7.services.hst.Channel channel)
Persists a channel.
|
void |
ChannelManager.save(javax.jcr.Session session,
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.
|
List<Class<? extends ChannelInfo>> |
VirtualHosts.getChannelInfoMixins(org.onehippo.cms7.services.hst.Channel channel)
The channel info mixin classes for this channel.
|
List<Class<? extends ChannelInfo>> |
VirtualHosts.getChannelInfoMixins(String hostGroup,
String id)
The channel info mixin classes for this channel identified by id.
|
Copyright © 2008–2020 Hippo B.V. (http://www.onehippo.com). All rights reserved.