Package org.exoplatform.web.controller.router
package org.exoplatform.web.controller.router
-
ClassDescriptionSpecifies how a string value should be encoded in an URL.A malformed route.The render context used to compute the rendering of a parameter map.The 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_&&[^/]]The router takes care of mapping a request to a a map.An uri writer.