Package | Description |
---|---|
org.hippoecm.hst.pagecomposer.jaxrs.api |
Class and Description |
---|
BaseChannelEvent
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) . |
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 in
PageCopyEvent . |
PageEvent
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) . |
RuntimeExceptionEvent
Synchronous event abstraction to allow a listener to be able to set a runtime exception.
|
Copyright © 2008–2020 Hippo B.V. (http://www.onehippo.com). All rights reserved.