au.com.whitesquare.waf.filter
Class PageDebugInformationFilter
java.lang.Object
au.com.whitesquare.waf.filter.PageDebugInformationFilter
- All Implemented Interfaces:
- Filter
- public class PageDebugInformationFilter
- extends Object
- implements Filter
The web.xml can define a Init-Parameter with key 'pdi-renderer' that defines a class
name that implements the PDIRequestRenderer interface. This class will be used to
output all of the request
Last Modified $Date: 2006/09/01 13:27:21 $
- Version:
- $Revision: 1.8 $
- Author:
- Steve Mactaggart
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageDebugInformationFilter
public PageDebugInformationFilter()
init
public void init(FilterConfig config)
throws ServletException
- Specified by:
init in interface Filter
- Throws:
ServletException- See Also:
Filter.init(javax.servlet.FilterConfig)
doFilter
public void doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
throws IOException,
ServletException
- Specified by:
doFilter in interface Filter
- Throws:
IOException
ServletException- See Also:
Filter.doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)
destroy
public void destroy()
- Specified by:
destroy in interface Filter
- See Also:
Filter.destroy()
Copyright © 2004 Whitesquare Software. All Rights Reserved.