Package | Description |
---|---|
org.hippoecm.hst.pagecomposer.jaxrs.api |
Modifier and Type | Interface and Description |
---|---|
interface |
BeforeChannelDeleteEvent
Channel event occuring before a channel is deleted.
|
interface |
ChannelEvent |
interface |
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) . |
interface |
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) . |
interface |
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) . |
interface |
PageEvent<T extends PageActionContext>
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) . |
interface |
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) . |
interface |
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) . |
Copyright © 2008–2020 Hippo B.V. (http://www.onehippo.com). All rights reserved.