Package org.hippoecm.hst.configuration.channel
-
Interface Summary Interface Description ChannelInfo Base type for channel info interfaces.ChannelManager Management interface forChannel
s.ChannelManagerEvent This event type is used by the ChannelManagerEventListener in order to identify the channel and its related information.ChannelManagerEventListener Allows implementers to register callback methods that will be executed when aChannelManager
event occurs.HstPropertyDefinition Definition of a Channel Property. -
Class Summary Class Description Blueprint A Blueprint is provided by the developers to create and manage channels by theChannelManager
, and is defined by the node typehst:blueprint
.ChannelManagerEventListenerRegistry Singleton registry for decoupled/wring lookup/wiring of listeners to theChannelManagerEvent
s using the Whiteboard Pattern. -
Enum Summary Enum Description ChannelException.Type Type of a channel exception.ChannelManagerEventListenerException.Status -
Exception Summary Exception Description ChannelException Thrown when a channel-related error occured.ChannelManagerEventListenerException Exception that you can throw in aChannelManagerEventListener
implementation : When you wants to short circuit the processing of theChannel
creation / update entirely, you have to useChannelManagerEventListenerException.Status.STOP_CHANNEL_PROCESSING