org.jboss.portal.server.servlet
Interface ServletCommand
- All Known Implementing Classes:
- JBossWebContext.InvokeNextCommand, SessionInvalidatorInterceptor.InvalidationCommand
public interface ServletCommand
Command to be executed in the command servlet.
- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
Method Summary |
void |
execute(HttpServletRequest req,
HttpServletResponse resp)
|
execute
void execute(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
java.io.IOException
- Throws:
ServletException
java.io.IOException