org.chwf.servlet.view
Class ViewFilter

java.lang.Object
  |
  +--org.chwf.servlet.filter.CompositeFilter
        |
        +--org.chwf.servlet.view.ViewFilter
All Implemented Interfaces:
javax.servlet.Filter

public class ViewFilter
extends CompositeFilter

A filter that processes view logic. It is a composite filter; see the ViewFilter-filter.xml file for details.

Author:
Paul Strack

Constructor Summary
ViewFilter()
           
 
Methods inherited from class org.chwf.servlet.filter.CompositeFilter
destroy, doFilter, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewFilter

public ViewFilter()


Copyright © 2002-2004, Paul Strack. All Rights Reserved.