Package org.gatein.wci.command
Class CommandDispatcher.CallbackCommand
- java.lang.Object
-
- org.gatein.wci.command.CommandDispatcher.CallbackCommand
-
- Enclosing class:
- CommandDispatcher
public static class CommandDispatcher.CallbackCommand extends Object
-
-
Constructor Summary
Constructors Constructor Description CallbackCommand(javax.servlet.ServletContext servletContext, RequestDispatchCallback invocation, Object handback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectexecute(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
-
-
-
Constructor Detail
-
CallbackCommand
public CallbackCommand(javax.servlet.ServletContext servletContext, RequestDispatchCallback invocation, Object handback)
-
-
Method Detail
-
execute
public Object execute(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
- Throws:
javax.servlet.ServletExceptionIOException
-
-