org.apache.tapestry5.internal.services
Class StaticFilesFilter

java.lang.Object
  extended by org.apache.tapestry5.internal.services.StaticFilesFilter
All Implemented Interfaces:
RequestFilter

public class StaticFilesFilter
extends Object
implements RequestFilter

Identifies requests that are for actual resource files in the context. For those, Tapestry allows the servlet container to process the request.


Constructor Summary
StaticFilesFilter(Context context)
           
 
Method Summary
 boolean service(Request request, Response response, RequestHandler handler)
          Returns true if the request has been handled, false otherwise.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticFilesFilter

public StaticFilesFilter(Context context)
Method Detail

service

public boolean service(Request request,
                       Response response,
                       RequestHandler handler)
                throws IOException
Description copied from interface: RequestFilter
Returns true if the request has been handled, false otherwise.

Specified by:
service in interface RequestFilter
Throws:
IOException


Copyright © 2003-2012 The Apache Software Foundation.