wt.inf.container
Class ContainerPathHelper
java.lang.Object
wt.inf.container.ContainerPathHelper
- final class ContainerPathHelper
- extends Object
Supported API: false
Extendable: false
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
SEPARATOR
protected static final char SEPARATOR
- See Also:
- Constant Field Values
EQUALS
protected static final char EQUALS
- See Also:
- Constant Field Values
COMMA
protected static final char COMMA
- See Also:
- Constant Field Values
SEPARATOR_STRING
protected static final String SEPARATOR_STRING
DISPLAY_SEPARATOR
private static final String DISPLAY_SEPARATOR
- See Also:
- Constant Field Values
ContainerPathHelper
ContainerPathHelper()
getDisplayPath
static String getDisplayPath(WTContainerRef ref,
Locale locale)
throws WTException
- Throws:
WTException
getPath
static String getPath(WTContainerRef ref)
throws WTException
- Throws:
WTException
escape
static void escape(String name,
StringBuffer sb)
parse
static Iterator parse(String escaped_path)