Uses of Interface
org.hippoecm.hst.configuration.channel.ChannelInfo
Packages that use ChannelInfo
Package
Description
The org.hippoecm.hst.core.hosting package defines the API for the HST Core Hosting
The org.hippoecm.hst.configuration.site package defines the API for the HST Configuration
-
Uses of ChannelInfo in org.hippoecm.hst.configuration.hosting
Methods in org.hippoecm.hst.configuration.hosting with type parameters of type ChannelInfoModifier and TypeMethodDescription<T extends ChannelInfo>
TMount.getChannelInfo()
<T extends ChannelInfo>
TVirtualHosts.getChannelInfo
(Channel channel) The channel info for this channel.Methods in org.hippoecm.hst.configuration.hosting that return types with arguments of type ChannelInfoModifier and TypeMethodDescriptionClass<? 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. -
Uses of ChannelInfo in org.hippoecm.hst.configuration.internal
Methods in org.hippoecm.hst.configuration.internal with type parameters of type ChannelInfoModifier and TypeMethodDescription<T extends ChannelInfo>
TContextualizableMount.getPreviewChannelInfo()
internal only : not api The preview channel properties for this mount. -
Uses of ChannelInfo in org.hippoecm.hst.configuration.site
Methods in org.hippoecm.hst.configuration.site with type parameters of type ChannelInfo