Uses of Interface
org.hippoecm.hst.pagecomposer.jaxrs.api.PageActionContext
-
Packages that use PageActionContext Package Description org.hippoecm.hst.pagecomposer.jaxrs.api -
-
Uses of PageActionContext in org.hippoecm.hst.pagecomposer.jaxrs.api
Classes in org.hippoecm.hst.pagecomposer.jaxrs.api with type parameters of type PageActionContext Modifier and Type Interface Description interface
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.api Modifier and Type Interface Description interface
PageCopyContext
Page copying context data used inPageCopyEvent
.interface
PageCreateContext
Page create context data used inPageCreateEvent
interface
PageDeleteContext
Page delete context data used inPageDeleteEvent
.interface
PageMoveContext
Page moving context data used inPageMoveEvent
.interface
PageUpdateContext
Page updating context data used inPageUpdateEvent
-