|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.dexterim.msn.util.SpecialCharacters
Description of the Class
Constructor Summary | |
protected |
SpecialCharacters()
Creates a new instance of SpecialCharacters |
Method Summary | |
java.lang.String |
decode(java.lang.String str)
Description of the Method |
java.lang.String |
decode(java.lang.String str,
boolean urldecode)
Description of the Method |
java.lang.String |
encode(java.lang.String str)
Description of the Method |
java.lang.String |
encode(java.lang.String str,
boolean urlencode)
Description of the Method |
protected java.lang.String |
getDecodedChar(int index)
|
protected java.lang.String |
getEncodedChar(int index)
|
static SpecialCharacters |
getInstance()
Gets the instance attribute of the SpecialCharacters class |
protected void |
initialize(java.util.List encodedChars,
java.util.List decodedChars)
|
java.lang.String |
replace(java.lang.String string,
java.lang.String a,
java.lang.String b)
Description of the Method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected SpecialCharacters()
Method Detail |
protected final void initialize(java.util.List encodedChars, java.util.List decodedChars)
public static SpecialCharacters getInstance()
public java.lang.String decode(java.lang.String str)
str
- Description of the Parameter
public java.lang.String decode(java.lang.String str, boolean urldecode)
str
- Description of the Parameterurldecode
- Description of the Parameter
public java.lang.String encode(java.lang.String str)
str
- Description of the Parameter
public java.lang.String encode(java.lang.String str, boolean urlencode)
str
- Description of the Parameterurlencode
- Description of the Parameter
protected java.lang.String getEncodedChar(int index)
protected java.lang.String getDecodedChar(int index)
public java.lang.String replace(java.lang.String string, java.lang.String a, java.lang.String b)
a
- Description of the Parameterb
- Description of the Parameter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |