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

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

public static class PortalObjectPath.LegacyFormat
extends PortalObjectPath.Format


Constructor Summary
PortalObjectPath.LegacyFormat()
           
 
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
 

Constructor Detail

PortalObjectPath.LegacyFormat

public PortalObjectPath.LegacyFormat()
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)