Save This Page
Home » tapestry-src-5.0.19 » org.apache.tapestry5.internal.services » [javadoc | source]
org.apache.tapestry5.internal.services
public class: StaticFilesFilter [javadoc | source]
java.lang.Object
   org.apache.tapestry5.internal.services.StaticFilesFilter

All Implemented Interfaces:
    RequestFilter

Identifies requests that are for actual resource files in the context. For those, Tapestry allows the servlet container to process the request.
Constructor:
 public StaticFilesFilter(Context context) 
Method from org.apache.tapestry5.internal.services.StaticFilesFilter Summary:
service
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tapestry5.internal.services.StaticFilesFilter Detail:
 public boolean service(Request request,
    Response response,
    RequestHandler handler) throws IOException