Uses of Interface
org.hippoecm.hst.pagecomposer.jaxrs.api.RuntimeExceptionEvent
Packages that use RuntimeExceptionEvent
-
Uses of RuntimeExceptionEvent in org.hippoecm.hst.pagecomposer.jaxrs.api
Subinterfaces of RuntimeExceptionEvent in org.hippoecm.hst.pagecomposer.jaxrs.apiModifier and TypeInterfaceDescriptioninterface
BaseChannelEvent
which will be put on the internalChannelEventBus
forsynchronous
events dispatching where listeners to this event can inject logic or short-circuit processing by setting aRuntimeException
throughRuntimeExceptionEvent#setException(java.lang.RuntimeException)
.interface
Channel event occuring before a channel is deleted.interface
interface
PageCopyEvent
which will be put on the internal Guava event bus forsynchronous
events dispatching where listeners to this event can inject logic or short-circuit processing by setting aRuntimeException
throughPageCopyEvent#setException(java.lang.RuntimeException)
.interface
PageCreateEvent
which will be put on the internal Guava event bus forsynchronous
events dispatching where listeners to this event can inject logic or short-circuit processing by setting aRuntimeException
throughPageCreateEvent#setException(java.lang.RuntimeException)
.interface
PageDeleteEvent
which will be put on the internal Guava event bus forsynchronous
events dispatching where listeners to this event can inject logic or short-circuit processing by setting aRuntimeException
throughPageDeleteEvent#setException(java.lang.RuntimeException)
.interface
PageEvent<T extends PageActionContext>
PageEvent
which will be put on the internal Guava event bus forsynchronous
events dispatching where listeners to this event can inject logic or short-circuit processing by setting aRuntimeException
throughPageEvent#setException(java.lang.RuntimeException)
.interface
PageMoveEvent
which will be put on the internal Guava event bus forsynchronous
events dispatching where listeners to this event can inject logic or short-circuit processing by setting aRuntimeException
throughPageMoveEvent#setException(java.lang.RuntimeException)
.interface
PageUpdateEvent
which will be put on the internal Guava event bus forsynchronous
events dispatching where listeners to this event can inject logic or short-circuit processing by setting aRuntimeException
throughPageUpdateEvent#setException(java.lang.RuntimeException)
.