|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.xsp.application.ComponentParameters
public class ComponentParameters
Component properties. This class handles the component properties, when the session is executed as a Component.
Constructor Summary | |
---|---|
ComponentParameters()
Required by Serializable. |
Method Summary | |
---|---|
java.lang.String |
getAsJson()
Get the properties as a JSON string. |
java.util.Iterator<java.lang.String> |
getPropertyNames()
Enumerate the property names. |
java.lang.Class<?> |
getType(java.lang.Object key)
Set a property value. |
java.lang.Object |
getValue(java.lang.Object key)
Get a property value. |
boolean |
isReadOnly(java.lang.Object key)
Check if a property is read-only. |
void |
setFromJson(java.lang.String json)
Set the properties from a JSON string. |
void |
setValue(java.lang.Object key,
java.lang.Object value)
Set a property value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentParameters()
Method Detail |
---|
public java.util.Iterator<java.lang.String> getPropertyNames()
public java.lang.String getAsJson()
public void setFromJson(java.lang.String json)
public java.lang.Object getValue(java.lang.Object key)
getValue
in interface DataObject
key
- key whose associated value is to be returned.
public void setValue(java.lang.Object key, java.lang.Object value)
setValue
in interface DataObject
key
- key with which the specified value is to be associated.value
- value to be associated with the specified key.public java.lang.Class<?> getType(java.lang.Object key)
getType
in interface DataObject
key
- key with which the specified value is to be associated.
public boolean isReadOnly(java.lang.Object key)
isReadOnly
in interface DataObject
key
- key of the specified value to be tested.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |