Uses of Class
org.hippoecm.hst.configuration.channel.ChannelException
Package
Description
The org.hippoecm.hst.core.hosting package defines the API for the HST Core Hosting
-
Uses of ChannelException in org.hippoecm.hst.configuration.channel
-
Uses of ChannelException in org.hippoecm.hst.configuration.channel.exceptions
-
Uses of ChannelException in org.hippoecm.hst.configuration.hosting
Modifier and TypeMethodDescription<T extends ChannelInfo>
TVirtualHosts.getChannelInfo
(Channel channel) The channel info for this channel.Class<? extends ChannelInfo>
VirtualHosts.getChannelInfoClass
(String hostGroup, String id) The channel info class for this channel identified by id.Class<? extends ChannelInfo>
VirtualHosts.getChannelInfoClass
(Channel channel) The channel info class for this channel.List<Class<? extends ChannelInfo>>
VirtualHosts.getChannelInfoMixins
(String hostGroup, String id) The channel info mixin classes for this channel identified by id.List<Class<? extends ChannelInfo>>
VirtualHosts.getChannelInfoMixins
(Channel channel) The channel info mixin classes for this channel.