Uploaded image for project: 'Tapestry'
  1. Tapestry
  2. TAPESTRY-1479

It would be nice to have a pipeline between the Dispatchers and the RequestHandlers (for component action requests and for page render requests)

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 5.0
    • 5.0.5
    • tapestry-core
    • None

    Description

      It would be very useful to have a pipeline step between the point where the type of request is known and that information is executed. Something like:

      interface RequestPipeline

      { void handleAction(String logicalPageName, String nestedComponentId, String eventType, String[] context, String[] activationContext); void handleRender(String logicalPageName, String[] context, PageRenderer renderer); }

      interface RequestPipelineFilter

      { void handleAction(String logicalPageName, String nestedComponentId, String eventType, String[] context, String[] activationContext, RequestPipeline pipeline); void handleRender(String logicalPageName, String[] context, PageRenderer renderer, RequestPipeline pipeline); }

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            hlship Howard Lewis Ship
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: