org.chwf.servlet.engine
Class CommandFilter

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

public class CommandFilter
extends CompositeFilter

A filter that invokes controller commands based on the request. It is a composite filter; see the CommandFilter-filter.xml file for details.

Author:
Paul Strack

Constructor Summary
CommandFilter()
           
 
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

CommandFilter

public CommandFilter()


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