public class URLRewriterRequestFilter extends Object implements org.apache.tapestry5.services.RequestFilter
RequestFilter that applies the URL rewriting rules to requests.| Constructor and Description |
|---|
URLRewriterRequestFilter(URLRewriter urlRewriter)
Single constructor of this class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
service(org.apache.tapestry5.services.Request request,
org.apache.tapestry5.services.Response response,
org.apache.tapestry5.services.RequestHandler handler) |
public URLRewriterRequestFilter(URLRewriter urlRewriter)
urlRewriter - an URLRewriter. It cannot be null.public boolean service(org.apache.tapestry5.services.Request request,
org.apache.tapestry5.services.Response response,
org.apache.tapestry5.services.RequestHandler handler)
throws IOException
service in interface org.apache.tapestry5.services.RequestFilterIOExceptionCopyright © 2008-2013 Ars Machina Tecnologia da Informação Ltda.. All Rights Reserved.