org.apache.tomcat.util.buf
public final class UDecoder extends Object
Field Summary | |
---|---|
protected static boolean | ALLOW_ENCODED_SLASH |
Constructor Summary | |
---|---|
UDecoder() |
Method Summary | |
---|---|
void | convert(ByteChunk mb) URLDecode, will modify the source. |
void | convert(ByteChunk mb, boolean query) URLDecode, will modify the source. |
void | convert(CharChunk mb) In-buffer processing - the buffer will be modified
Includes converting '+' to ' '. |
void | convert(CharChunk mb, boolean query) In-buffer processing - the buffer will be modified |
void | convert(MessageBytes mb) URLDecode, will modify the source
Includes converting '+' to ' '. |
void | convert(MessageBytes mb, boolean query) URLDecode, will modify the source |
String | convert(String str) |
String | convert(String str, boolean query) |