当前页面:
在线文档首页 >
JBOSS Portal 2.2 API 英文版文档
FilterCommand - JBOSS Portal 2.2 API 英文版文档
org.jboss.portal.server.servlet
Interface FilterCommand
- All Known Implementing Classes:
- LayoutDispatcher, PortletRequestDispatcherImpl
- public interface FilterCommand
Command to be executed in the command filter.
Method Summary |
void |
execute(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
javax.servlet.FilterChain chain)
|
REQ_ATT_KEY
public static final java.lang.String REQ_ATT_KEY
- See Also:
- Constant Field Values
execute
public void execute(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
javax.servlet.FilterChain chain)
throws javax.servlet.ServletException,
java.io.IOException
- Throws:
javax.servlet.ServletException
java.io.IOException