站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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)
           
 

Method Detail

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