Package org.hippoecm.hst.pagecomposer.jaxrs.api


package org.hippoecm.hst.pagecomposer.jaxrs.api
  • Class
    Description
    BaseChannelEvent which will be put on the internal ChannelEventBus for synchronous events dispatching where listeners to this event can inject logic or short-circuit processing by setting a RuntimeException through RuntimeExceptionEvent#setException(java.lang.RuntimeException).
    Channel event occuring before a channel is deleted.
     
    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 in PageCopyEvent.
    PageCopyEvent which will be put on the internal Guava event bus for synchronous events dispatching where listeners to this event can inject logic or short-circuit processing by setting a RuntimeException through PageCopyEvent#setException(java.lang.RuntimeException).
    Page create context data used in PageCreateEvent
    PageCreateEvent which will be put on the internal Guava event bus for synchronous events dispatching where listeners to this event can inject logic or short-circuit processing by setting a RuntimeException through PageCreateEvent#setException(java.lang.RuntimeException).
    Page delete context data used in PageDeleteEvent.
    PageDeleteEvent which will be put on the internal Guava event bus for synchronous events dispatching where listeners to this event can inject logic or short-circuit processing by setting a RuntimeException through PageDeleteEvent#setException(java.lang.RuntimeException).
    PageEvent which will be put on the internal Guava event bus for synchronous events dispatching where listeners to this event can inject logic or short-circuit processing by setting a RuntimeException through PageEvent#setException(java.lang.RuntimeException).
    Page moving context data used in PageMoveEvent.
    PageMoveEvent which will be put on the internal Guava event bus for synchronous events dispatching where listeners to this event can inject logic or short-circuit processing by setting a RuntimeException through PageMoveEvent#setException(java.lang.RuntimeException).
    Page updating context data used in PageUpdateEvent
    PageUpdateEvent which will be put on the internal Guava event bus for synchronous events dispatching where listeners to this event can inject logic or short-circuit processing by setting a RuntimeException through PageUpdateEvent#setException(java.lang.RuntimeException).
    Synchronous event abstraction to allow a listener to be able to set a runtime exception.