@Deprecated
public interface PropertyValue
extends java.io.Serializable
PropertyValue
provides a way to pass context to pages/portlets.PropertyController
Modifier and Type | Method and Description |
---|---|
Property |
getProperty()
Deprecated.
Return the
Property part of this object. |
java.lang.Object |
getValue()
Deprecated.
Return the value of the
Property . |
java.lang.String |
toString()
Deprecated.
|
java.lang.String toString()
toString
in class java.lang.Object
Property getProperty()
Property
part of this object.Property
part of this objectProperty
java.lang.Object getValue()
Property
.
Will be an instance of the java class associated with the Property
.Property
.