Class TomcatCommandDispatcher


  • public class TomcatCommandDispatcher
    extends org.gatein.wci.command.CommandDispatcher
    Author:
    Ken Finnigan
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.gatein.wci.command.CommandDispatcher

        org.gatein.wci.command.CommandDispatcher.CallbackCommand
    • Field Summary

      • Fields inherited from class org.gatein.wci.command.CommandDispatcher

        servletPath
    • Constructor Detail

      • TomcatCommandDispatcher

        public TomcatCommandDispatcher​(String servletPath)
    • Method Detail

      • include

        public Object include​(javax.servlet.ServletContext targetServletContext,
                              javax.servlet.http.HttpServletRequest req,
                              javax.servlet.http.HttpServletResponse resp,
                              org.gatein.wci.RequestDispatchCallback callback,
                              Object handback)
                       throws javax.servlet.ServletException,
                              IOException
        Overrides:
        include in class org.gatein.wci.command.CommandDispatcher
        Throws:
        javax.servlet.ServletException
        IOException