Interface DispatcherManager

All Known Implementing Classes:
DefaultDispatcherManager

public interface DispatcherManager
The DispatcherManager API.
Author:
Manfred Riem ([email protected])
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.servlet.RequestDispatcher
    Get the named request dispatcher.
    void
    Set the web application.
  • Method Details

    • getNamedDispatcher

      jakarta.servlet.RequestDispatcher getNamedDispatcher(String name)
      Get the named request dispatcher.
      Parameters:
      name - the name.
      Returns:
      the request dispatcher.
    • setWebApplication

      void setWebApplication(WebApplication webApplication)
      Set the web application.
      Parameters:
      webApplication - the web application.