Uses of Class
org.exoplatform.web.controller.regexp.REVisitor
Packages that use REVisitor
-
Uses of REVisitor in org.exoplatform.web.controller.regexp
Subclasses of REVisitor in org.exoplatform.web.controller.regexpMethods in org.exoplatform.web.controller.regexp with parameters of type REVisitorModifier and TypeMethodDescriptionabstract <E extends Exception>
void<E extends Exception>
void<E extends Exception>
void<E extends Exception>
void<E extends Exception>
void<E extends Exception>
void<E extends Exception>
void<E extends Exception>
void<E extends Exception>
void<E extends Exception>
void<E extends Exception>
void<E extends Exception>
void<E extends Exception>
void<E extends Exception>
void -
Uses of REVisitor in org.exoplatform.web.controller.router
Subclasses of REVisitor in org.exoplatform.web.controller.routerModifier and TypeClassDescriptionclassThe route escaper transformer a regular expression with the following rules: substitute any char occurence of the source s by the destination d replace the any by the negated destination character [^] append&&[^s]to any top character class A few examples with / replaced by _: / becomes _ . becomes [^/] [a/] becomes[a_&[^/]][,-1] becomes[,-.0-1_&&[^/]]class