Package org.gatein.wci.command
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
-
-
Constructor Summary
Constructors Constructor Description TomcatCommandDispatcher(String servletPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectinclude(javax.servlet.ServletContext targetServletContext, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, org.gatein.wci.RequestDispatchCallback callback, Object handback)
-
-
-
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:
includein classorg.gatein.wci.command.CommandDispatcher- Throws:
javax.servlet.ServletExceptionIOException
-
-