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