|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.slp.internal.Convert
public class Convert
Convert
Field Summary | |
---|---|
static String |
ATTR_RESERVED
ATTR_RESERVED |
static String |
DEFAULT_RESERVED
DEFAULT_RESERVED |
static String |
SCOPE_RESERVED
SCOPE_RESERVED |
Constructor Summary | |
---|---|
Convert()
|
Method Summary | |
---|---|
static String |
escape(String pStr)
escape |
static String |
escape(String pStr,
String pReservedChars)
escape |
static byte[] |
getBytes(String pStr)
getBytes |
static String |
unescape(String pStr)
unescape |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ATTR_RESERVED
public static final String SCOPE_RESERVED
public static final String DEFAULT_RESERVED
Constructor Detail |
---|
public Convert()
Method Detail |
---|
public static byte[] getBytes(String pStr)
pStr
-
public static String escape(String pStr)
pStr
-
public static String escape(String pStr, String pReservedChars)
pStr
- pReservedChars
-
public static String unescape(String pStr) throws ServiceLocationException
pStr
-
ServiceLocationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |