com.bradmcevoy.http
Class StandardFilter

java.lang.Object
  extended by com.bradmcevoy.http.StandardFilter
All Implemented Interfaces:
Filter

public class StandardFilter
extends java.lang.Object
implements Filter


Field Summary
static java.lang.String INTERNAL_SERVER_ERROR_HTML
           
 
Constructor Summary
StandardFilter()
           
 
Method Summary
 void process(FilterChain chain, Request request, Response response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INTERNAL_SERVER_ERROR_HTML

public static final java.lang.String INTERNAL_SERVER_ERROR_HTML
See Also:
Constant Field Values
Constructor Detail

StandardFilter

public StandardFilter()
Method Detail

process

public void process(FilterChain chain,
                    Request request,
                    Response response)
Specified by:
process in interface Filter


Copyright © 2011. All Rights Reserved.