Class TomcatCommandDispatcher

java.lang.Object
org.gatein.wci.command.CommandDispatcher
org.gatein.wci.command.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 Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    include(javax.servlet.ServletContext targetServletContext, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, org.gatein.wci.RequestDispatchCallback callback, Object handback)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TomcatCommandDispatcher

      public TomcatCommandDispatcher(String servletPath)
  • Method Details

    • 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