Class StaticFilesFilter
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
service
(Request request, Response response, RequestHandler handler) Returns true if the request has been handled, false otherwise.
-
Constructor Details
-
StaticFilesFilter
-
-
Method Details
-
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 interfaceRequestFilter
- Throws:
IOException
-