Adempiere 3.5.2a

org.compiere.www
Class WFilter

java.lang.Object
  extended by org.compiere.www.WFilter
All Implemented Interfaces:
Filter

public final class WFilter
extends Object
implements Filter

HTML UI Filter to do timing and list parameters

Version:
$Id: WFilter.java,v 1.3 2006/07/30 00:53:21 jjanke Exp $
Author:
Jorg Janke

Constructor Summary
WFilter()
           
 
Method Summary
 void destroy()
          Take this filter out of service.
 void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
          Time the processing that is performed by all subsequent filters in the current filter stack, including the ultimately invoked servlet.
 void init(FilterConfig filterConfig)
          Place this filter into service.
 String toString()
          Return a String representation of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WFilter

public WFilter()
Method Detail

init

public void init(FilterConfig filterConfig)
          throws ServletException
Place this filter into service.

Specified by:
init in interface Filter
Parameters:
filterConfig - The filter configuration object
Throws:
ServletException

destroy

public void destroy()
Take this filter out of service.

Specified by:
destroy in interface Filter

doFilter

public void doFilter(ServletRequest request,
                     ServletResponse response,
                     FilterChain chain)
              throws IOException,
                     ServletException
Time the processing that is performed by all subsequent filters in the current filter stack, including the ultimately invoked servlet.

Specified by:
doFilter in interface Filter
Parameters:
request - The servlet request we are processing
response - response
chain - The filter chain we are processing
Throws:
IOException - if an input/output error occurs
ServletException - if a servlet error occurs

toString

public String toString()
Return a String representation of this object.

Overrides:
toString in class Object
Returns:
String info

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.