| java.lang.Object org.apache.tomcat.util.buf.UDecoder
UDecoder | final public class UDecoder (Code) | | All URL decoding happens here. This way we can reuse, review, optimize
without adding complexity to the buffers.
The conversion will modify the original buffer.
author: Costin Manolache |
UDecoder | public UDecoder()(Code) | | |
convert | public void convert(ByteChunk mb) throws IOException(Code) | | URLDecode, will modify the source. Includes converting
'+' to ' '.
|
convert | public void convert(CharChunk mb) throws IOException(Code) | | In-buffer processing - the buffer will be modified
Includes converting '+' to ' '.
|
convert | public void convert(CharChunk mb, boolean query) throws IOException(Code) | | In-buffer processing - the buffer will be modified
|
|
|