org.apache.tapestry5.internal.services
Class URLRewriterRequestFilter
java.lang.Object
org.apache.tapestry5.internal.services.URLRewriterRequestFilter
- All Implemented Interfaces:
- org.apache.tapestry5.services.RequestFilter
public class URLRewriterRequestFilter
- extends Object
- implements org.apache.tapestry5.services.RequestFilter
RequestFilter that applies the URL rewriting rules to requests.
- See Also:
RequestFilter
|
Method Summary |
boolean |
service(org.apache.tapestry5.services.Request request,
org.apache.tapestry5.services.Response response,
org.apache.tapestry5.services.RequestHandler handler)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLRewriterRequestFilter
public URLRewriterRequestFilter(URLRewriter urlRewriter)
- Single constructor of this class.
- Parameters:
urlRewriter - um URLRewriter. It cannot be null.
service
public boolean service(org.apache.tapestry5.services.Request request,
org.apache.tapestry5.services.Response response,
org.apache.tapestry5.services.RequestHandler handler)
throws IOException
- Specified by:
service in interface org.apache.tapestry5.services.RequestFilter
- Throws:
IOException
Copyright © 2012. All Rights Reserved.