org.jboss.portal.core.model.portal
Class PortalObjectPath.CanonicalFormat

java.lang.Object
  extended by org.jboss.portal.core.model.portal.PortalObjectPath.Format
      extended by org.jboss.portal.core.model.portal.PortalObjectPath.CanonicalFormat
Enclosing class:
PortalObjectPath

public static final class PortalObjectPath.CanonicalFormat
extends PortalObjectPath.Format


Field Summary
static char PATH_SEPARATOR
           
 
Constructor Summary
PortalObjectPath.CanonicalFormat()
           
 
Method Summary
protected  java.lang.String decodeName(java.lang.String name)
           
protected  java.lang.String encodeName(java.lang.String name)
           
 java.lang.String[] parse(java.lang.String value)
           
 java.lang.String toString(java.lang.String[] names, int from, int to)
           
 
Methods inherited from class org.jboss.portal.core.model.portal.PortalObjectPath.Format
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PATH_SEPARATOR

public static final char PATH_SEPARATOR
See Also:
Constant Field Values
Constructor Detail

PortalObjectPath.CanonicalFormat

public PortalObjectPath.CanonicalFormat()
Method Detail

parse

public java.lang.String[] parse(java.lang.String value)
Specified by:
parse in class PortalObjectPath.Format
Returns:

toString

public java.lang.String toString(java.lang.String[] names,
                                 int from,
                                 int to)
Specified by:
toString in class PortalObjectPath.Format
Returns:

decodeName

protected java.lang.String decodeName(java.lang.String name)

encodeName

protected java.lang.String encodeName(java.lang.String name)