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
|
org.hippoecm.hst.configuration.internal |
Modifier and Type | Method and Description |
---|---|
Channel |
ChannelManagerEvent.getChannel() |
Channel |
Blueprint.getPrototypeChannel()
Get prototype
Channel |
Modifier and Type | Method and Description |
---|---|
String |
ChannelManager.persist(String blueprintId,
Channel channel)
Persists a channel.
|
void |
ChannelManager.save(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,
Channel channel)
Save channel properties for the given host group.
|
void |
Blueprint.setPrototypeChannel(Channel prototypeChannel)
Set the prototype
Channel |
Constructor and Description |
---|
Channel(Channel channel) |
Modifier and Type | Method and Description |
---|---|
Channel |
Mount.getChannel() |
Channel |
VirtualHosts.getChannelById(String hostGroup,
String id)
For
hostGroup get a Channel given its id |
Channel |
VirtualHosts.getChannelByJcrPath(String hostGroup,
String channelPath) |
Modifier and Type | Method and Description |
---|---|
Map<String,Channel> |
VirtualHosts.getChannels(String hostGroup) |
Modifier and Type | Method and Description |
---|---|
<T extends ChannelInfo> |
VirtualHosts.getChannelInfo(Channel channel)
The channel info for this channel.
|
Class<? extends ChannelInfo> |
VirtualHosts.getChannelInfoClass(Channel channel)
The channel info class for this channel.
|
List<HstPropertyDefinition> |
VirtualHosts.getPropertyDefinitions(Channel channel)
|
ResourceBundle |
VirtualHosts.getResourceBundle(Channel channel,
Locale locale)
The resource bundle for the channel info.
|
void |
MutableMount.setChannel(Channel channel,
Channel previewChannel)
|
Modifier and Type | Method and Description |
---|---|
Channel |
ContextualizableMount.getPreviewChannel()
internal only : not api
|
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.