当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
ServletCommand - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.server.servlet
Interface ServletCommand
- All Known Implementing Classes:
- ContextDispatcherInterceptor.InvokeNextCommand, SessionInvalidatorInterceptor.InvalidationCommand
- public interface ServletCommand
Command to be executed in the command servlet.
- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
Method Summary |
void |
execute(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
|
execute
public void execute(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
java.io.IOException
- Throws:
javax.servlet.ServletException
java.io.IOException