public interface URLRewriterRule
| Modifier and Type | Method and Description |
|---|---|
org.apache.tapestry5.services.Request |
process(org.apache.tapestry5.services.Request request)
Processes a
Request. |
org.apache.tapestry5.services.Request process(org.apache.tapestry5.services.Request request)
Request.
Implementations of 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.Copyright © 2008-2013 Ars Machina Tecnologia da Informação Ltda.. All Rights Reserved.