|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.gwt.shared.property.CmsPathValue
public class CmsPathValue
A bean which represents a value together with a path which indicates from where the value has been read.
| Constructor Summary | |
|---|---|
CmsPathValue(java.lang.String value,
java.lang.String path)
Creates a new instance. |
|
| Method Summary | |
|---|---|
java.lang.String |
getPath()
Gets the path. |
java.lang.String |
getValue()
Gets the value. |
CmsPathValue |
prepend(java.lang.String pathPart)
Creates a new path value with the same value as this one, but with a prefix prepended to the path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsPathValue(java.lang.String value,
java.lang.String path)
value - the valuepath - the path| Method Detail |
|---|
public java.lang.String getPath()
public java.lang.String getValue()
public CmsPathValue prepend(java.lang.String pathPart)
pathPart - the path part which should be prepended to the path
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||