Class StaticFilesFilter
- java.lang.Object
-
- org.apache.tapestry5.internal.services.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.
-
-
Constructor Summary
Constructors Constructor Description StaticFilesFilter(Context context)
-
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.
-
-
-
Constructor Detail
-
StaticFilesFilter
public StaticFilesFilter(Context context)
-
-
Method Detail
-
service
public boolean service(Request request, Response response, RequestHandler handler) throws java.io.IOException
Description copied from interface:RequestFilter
Returns true if the request has been handled, false otherwise.- Specified by:
service
in interfaceRequestFilter
- Throws:
java.io.IOException
-
-