Package org.gatein.wci.command
Class CommandDispatcher
- java.lang.Object
-
- org.gatein.wci.command.CommandDispatcher
-
public class CommandDispatcher extends Object
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCommandDispatcher.CallbackCommand
-
Field Summary
Fields Modifier and Type Field Description protected StringservletPath.
-
Constructor Summary
Constructors Constructor Description CommandDispatcher(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, RequestDispatchCallback callback, Object handback)
-
-
-
Field Detail
-
servletPath
protected final String servletPath
.
-
-
Constructor Detail
-
CommandDispatcher
public CommandDispatcher(String servletPath)
-
-
Method Detail
-
include
public Object include(javax.servlet.ServletContext targetServletContext, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, RequestDispatchCallback callback, Object handback) throws javax.servlet.ServletException, IOException
- Throws:
javax.servlet.ServletExceptionIOException
-
-