public interface URLRewriter
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasRequestRules()
Tells whether there are registered URL rewrite rules.
|
org.apache.tapestry5.services.Request |
processRequest(org.apache.tapestry5.services.Request request)
Processes an incoming
Request. |
org.apache.tapestry5.services.Request processRequest(org.apache.tapestry5.services.Request request)
Request.
This method must check if they need to rewrite this request. If no, it
must return the received request unchanged. This method cannot return
null.request - a Request.Request. It
cannot be null.boolean hasRequestRules()
true if there are URL rewrite rules, false otherwise.Copyright © 2008-2013 Ars Machina Tecnologia da Informação Ltda.. All Rights Reserved.