Class StaticFilesFilter

  • All Implemented Interfaces:
    RequestFilter

    public class StaticFilesFilter
    extends java.lang.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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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