org.jboss.portal.server.servlet
Interface FilterCommand


public interface FilterCommand

Command to be executed in the command filter.

Version:
$Revision: 5448 $
Author:
Julien Viet

Field Summary
static java.lang.String REQ_ATT_KEY
           
 
Method Summary
 void execute(HttpServletRequest req, HttpServletResponse resp, FilterChain chain)
           
 

Field Detail

REQ_ATT_KEY

static final java.lang.String REQ_ATT_KEY
See Also:
Constant Field Values
Method Detail

execute

void execute(HttpServletRequest req,
             HttpServletResponse resp,
             FilterChain chain)
             throws ServletException,
                    java.io.IOException
Throws:
ServletException
java.io.IOException