Uses of Class
org.owasp.esapi.reference.DefaultEncoder.UriSegment
-
Packages that use DefaultEncoder.UriSegment Package Description org.owasp.esapi.reference This package contains reference implementations of the ESAPI interfaces. -
-
Uses of DefaultEncoder.UriSegment in org.owasp.esapi.reference
Methods in org.owasp.esapi.reference that return DefaultEncoder.UriSegment Modifier and Type Method Description static DefaultEncoder.UriSegment
DefaultEncoder.UriSegment. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DefaultEncoder.UriSegment[]
DefaultEncoder.UriSegment. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.owasp.esapi.reference with type arguments of type DefaultEncoder.UriSegment Modifier and Type Method Description protected java.lang.String
DefaultEncoder. buildUrl(java.util.Map<DefaultEncoder.UriSegment,java.lang.String> parseMap)
All the parts should be canonicalized by this point.
-