wt.inf.container
Class ContainerPathHelper

java.lang.Object
  extended bywt.inf.container.ContainerPathHelper

final class ContainerPathHelper
extends Object



Supported API: false

Extendable: false


Field Summary
protected static char COMMA
           
private static String DISPLAY_SEPARATOR
           
protected static char EQUALS
           
private static String RESOURCE
           
protected static char SEPARATOR
           
protected static String SEPARATOR_STRING
           
 
Constructor Summary
(package private) ContainerPathHelper()
           
 
Method Summary
(package private) static void escape(String name, StringBuffer sb)
           
(package private) static String getDisplayPath(WTContainerRef ref, Locale locale)
           
(package private) static String getPath(WTContainerRef ref)
           
(package private) static Iterator parse(String escaped_path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ContainerPathHelper

ContainerPathHelper()
Method Detail

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)