程序包 | 说明 |
---|---|
org.opencms.gwt.shared.property |
限定符和类型 | 方法和说明 |
---|---|
CmsPathValue |
CmsClientProperty.getPathValue()
Returns the effective path value of the property.
|
CmsPathValue |
CmsClientProperty.getPathValue(CmsClientProperty.Mode mode)
Gets the path value for a specific access mode.
|
static CmsPathValue |
CmsClientProperty.getPathValue(CmsClientProperty property,
CmsClientProperty.Mode mode)
Gets the path value for a property object (which may be null) and a property access mode.
|
CmsPathValue |
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.
|