Uses of Interface
org.hippoecm.hst.pagecomposer.jaxrs.api.PageActionContext
Packages that use PageActionContext
-
Uses of PageActionContext in org.hippoecm.hst.pagecomposer.jaxrs.api
Classes in org.hippoecm.hst.pagecomposer.jaxrs.api with type parameters of type PageActionContextModifier and TypeInterfaceDescriptioninterface
PageEvent<T extends PageActionContext>
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)
.Subinterfaces of PageActionContext in org.hippoecm.hst.pagecomposer.jaxrs.apiModifier and TypeInterfaceDescriptioninterface
Page copying context data used inPageCopyEvent
.interface
Page create context data used inPageCreateEvent
interface
Page delete context data used inPageDeleteEvent
.interface
Page moving context data used inPageMoveEvent
.interface
Page updating context data used inPageUpdateEvent