|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tomcat.util.buf.UDecoder
public final class UDecoder
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.
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 |
java.lang.String |
convert(java.lang.String str)
|
java.lang.String |
convert(java.lang.String str,
boolean query)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final boolean ALLOW_ENCODED_SLASH
Constructor Detail |
---|
public UDecoder()
Method Detail |
---|
public void convert(ByteChunk mb) throws java.io.IOException
java.io.IOException
public void convert(ByteChunk mb, boolean query) throws java.io.IOException
java.io.IOException
public void convert(CharChunk mb) throws java.io.IOException
java.io.IOException
public void convert(CharChunk mb, boolean query) throws java.io.IOException
java.io.IOException
public void convert(MessageBytes mb) throws java.io.IOException
java.io.IOException
public void convert(MessageBytes mb, boolean query) throws java.io.IOException
java.io.IOException
public final java.lang.String convert(java.lang.String str)
public final java.lang.String convert(java.lang.String str, boolean query)
|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |