org.jboss.portal.server.servlet
Class CommandFilter

java.lang.Object
  extended by org.jboss.portal.server.servlet.CommandFilter

public class CommandFilter
extends java.lang.Object

Version:
$Revision: 5448 $
Author:
Julien Viet

Constructor Summary
CommandFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest req, ServletResponse resp, FilterChain chain)
           
 void init(FilterConfig cfg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandFilter

public CommandFilter()
Method Detail

init

public void init(FilterConfig cfg)
          throws ServletException
Throws:
ServletException

doFilter

public void doFilter(ServletRequest req,
                     ServletResponse resp,
                     FilterChain chain)
              throws java.io.IOException,
                     ServletException
Throws:
java.io.IOException
ServletException

destroy

public void destroy()