Interface PageRenderRequestFilter


public interface PageRenderRequestFilter
Filter interface for PageRenderRequestHandler, which allows extra behaviors to be injected into the processing of a page render request.
  • Method Details

    • handle

      Invoked to activate and render a page. The return value of the event handler method(s) for the activate event may result in an action response generator being returned.
      Parameters:
      parameters - defines the page name and activation context
      handler - to delegate the invocation to
      Throws:
      IOException