Uses of Class
org.owasp.encoder.URIEncoder.Mode
-
-
Uses of URIEncoder.Mode in org.owasp.encoder
Fields in org.owasp.encoder declared as URIEncoder.Mode Modifier and Type Field Description private URIEncoder.ModeURIEncoder. _modeThe encoding mode for this encoder--used primarily for toString().Methods in org.owasp.encoder that return URIEncoder.Mode Modifier and Type Method Description static URIEncoder.ModeURIEncoder.Mode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static URIEncoder.Mode[]URIEncoder.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.owasp.encoder with parameters of type URIEncoder.Mode Constructor Description URIEncoder(URIEncoder.Mode mode)Constructor for the URIEncoder the specifies the encoding mode the URIEncoder will use.
-