|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ten60.netkernel.module.rewrite.RegexRewriterRule
Regular Expression based URL Rewriter Rule. eg Maps Regex --> New Capturing groups are substituted into New using the apache mod_rewrite $1...$N convention.
Constructor Summary | |
RegexRewriterRule(String aPattern,
String aTo)
Creates a new instance of RegexRewriterRule. |
Method Summary | |
static String |
encode(String aInput)
|
URIdentifier |
map(URIdentifier aURI)
Map a URI using the preconfigured Matchers |
boolean |
matches(CharSequence aString)
simple test to see if it matches without doing anything |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RegexRewriterRule(String aPattern, String aTo)
Method Detail |
public URIdentifier map(URIdentifier aURI)
public boolean matches(CharSequence aString)
public static String encode(String aInput)
|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |