org.jboss.portal.server.servlet
Interface FilterCommand


public interface FilterCommand

Command to be executed in the command filter.

Version:
$Revision: 8784 $
Author:
Julien Viet

Field Summary
static java.lang.String REQ_ATT_KEY
           
 
Method Summary
 void execute(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, javax.servlet.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(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