Class CommandDispatcher

java.lang.Object
org.gatein.wci.command.CommandDispatcher

public class CommandDispatcher extends Object
  • Field Details

    • servletPath

      protected final String servletPath
      .
  • Constructor Details

    • CommandDispatcher

      public CommandDispatcher(String servletPath)
  • Method Details

    • include

      public Object include(jakarta.servlet.ServletContext targetServletContext, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, RequestDispatchCallback callback, Object handback) throws jakarta.servlet.ServletException, IOException
      Throws:
      jakarta.servlet.ServletException
      IOException