站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

ServletCommand - JBOSS Portal 2.2 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.


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