Uses of Package
org.hippoecm.hst.pagecomposer.jaxrs.api
Packages that use org.hippoecm.hst.pagecomposer.jaxrs.api
-
Classes in org.hippoecm.hst.pagecomposer.jaxrs.api used by org.hippoecm.hst.pagecomposer.jaxrs.apiClassDescription
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)
.Channel event type.Singleton registry for decoupled/wring lookup/wiring of listeners that handle using the Whiteboard Pattern.Super interface for all page actions that require a context.Page copying context data used inPageCopyEvent
.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)
.Synchronous event abstraction to allow a listener to be able to set a runtime exception.