|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pebble.web.filter.UriTransformer
public class UriTransformer
Responsible for converting an incoming URI to a real URI used by Pebble.
Constructor Summary | |
---|---|
UriTransformer()
|
Method Summary | |
---|---|
java.lang.String |
getUri(java.lang.String uri,
Blog blog)
Checks for URI patterns and converts them to the appropriate action. |
java.lang.String |
getUri(java.lang.String uri,
MultiBlog blog)
Checks for URI patterns and converts them to the appropriate action. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UriTransformer()
Method Detail |
---|
public java.lang.String getUri(java.lang.String uri, Blog blog)
uri
- the initial URIblog
- the current Blog instance
public java.lang.String getUri(java.lang.String uri, MultiBlog blog)
uri
- the initial URIblog
- the current Blog instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |