Uses of Class
org.hippoecm.hst.configuration.channel.ChannelException
-
Packages that use ChannelException 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 -
-
Uses of ChannelException in org.hippoecm.hst.configuration.channel
Methods in org.hippoecm.hst.configuration.channel that throw ChannelException Modifier and Type Method Description String
ChannelManager. persist(Session session, String blueprintId, Channel channel)
Persists a channel.void
ChannelManager. save(Session session, String hostGroupName, Channel channel)
Save channel properties for the given host group. -
Uses of ChannelException in org.hippoecm.hst.configuration.channel.exceptions
Subclasses of ChannelException in org.hippoecm.hst.configuration.channel.exceptions Modifier and Type Class Description class
ChannelNotFoundException
-
Uses of ChannelException in org.hippoecm.hst.configuration.hosting
Methods in org.hippoecm.hst.configuration.hosting that throw ChannelException Modifier and Type Method Description <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.
-