org.jboss.portal.server.servlet
Interface FilterCommand
public interface FilterCommand
Command to be executed in the command filter.
- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
Method Summary |
void |
execute(HttpServletRequest req,
HttpServletResponse resp,
FilterChain chain)
|
REQ_ATT_KEY
static final java.lang.String REQ_ATT_KEY
- See Also:
- Constant Field Values
execute
void execute(HttpServletRequest req,
HttpServletResponse resp,
FilterChain chain)
throws ServletException,
java.io.IOException
- Throws:
ServletException
java.io.IOException