Interface BeforeChannelDeleteEvent
-
- All Superinterfaces:
BaseChannelEvent
,RuntimeExceptionEvent
public interface BeforeChannelDeleteEvent extends BaseChannelEvent
Channel event occuring before a channel is deleted.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Mount>
getMounts()
Return all mounts binding to the deleting channel.HstRequestContext
getRequestContext()
-
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 Detail
-
getRequestContext
HstRequestContext getRequestContext()
- Returns:
- the
HstRequestContext
that is used that triggers this this channel event
-
-