Interface BeforeChannelDeleteEvent
- All Superinterfaces:
BaseChannelEvent
,RuntimeExceptionEvent
Channel event occuring before a channel is deleted.
-
Method Summary
Modifier and TypeMethodDescriptionReturn all mounts binding to the deleting channel.Methods inherited from interface org.hippoecm.hst.pagecomposer.jaxrs.api.BaseChannelEvent
getChannel, getLogger
Methods inherited from interface org.hippoecm.hst.pagecomposer.jaxrs.api.RuntimeExceptionEvent
getException, setException
-
Method Details
-
getRequestContext
HstRequestContext getRequestContext()- Returns:
- the
HstRequestContext
that is used that triggers this this channel event
-
getMounts
Return all mounts binding to the deleting channel.
-