Class RenderPhaseEvent
- java.lang.Object
-
- org.apache.tapestry5.internal.services.EventImpl
-
- org.apache.tapestry5.internal.structure.RenderPhaseEvent
-
- All Implemented Interfaces:
Event
public class RenderPhaseEvent extends EventImpl
-
-
Constructor Summary
Constructors Constructor Description RenderPhaseEvent(org.apache.tapestry5.internal.structure.RenderPhaseEventHandler handler, org.slf4j.Logger logger, OperationTracker tracker)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
enqueueSavedRenderCommands()
Delegates toRenderPhaseEventHandler.enqueueSavedRenderCommands()
, to queue up any render commands returned from invoked event handler methods.boolean
getResult()
-
Methods inherited from class org.apache.tapestry5.internal.services.EventImpl
getMethodDescription, isAborted, setMethodDescription, storeResult
-
-
-
-
Constructor Detail
-
RenderPhaseEvent
public RenderPhaseEvent(org.apache.tapestry5.internal.structure.RenderPhaseEventHandler handler, org.slf4j.Logger logger, OperationTracker tracker)
-
-
Method Detail
-
enqueueSavedRenderCommands
public void enqueueSavedRenderCommands()
Delegates toRenderPhaseEventHandler.enqueueSavedRenderCommands()
, to queue up any render commands returned from invoked event handler methods.
-
getResult
public boolean getResult()
-
-