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 Details

    • RenderPhaseEvent

      public RenderPhaseEvent(org.apache.tapestry5.internal.structure.RenderPhaseEventHandler handler, org.slf4j.Logger logger, OperationTracker tracker)
  • Method Details

    • enqueueSavedRenderCommands

      Delegates to RenderPhaseEventHandler.enqueueSavedRenderCommands(), to queue up any render commands returned from invoked event handler methods.
    • getResult

      public boolean getResult()