|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.faces.el.dynamic.AbstractDynamicBean
public class AbstractDynamicBean
Base implementation.
Constructor Summary | |
---|---|
AbstractDynamicBean()
|
Method Summary | |
---|---|
java.lang.Class |
getType(java.lang.Object propertyName)
Return the type of the specified property. |
PropertyValue |
getValue(java.lang.Object propertyName)
Return the value of the specified property. |
boolean |
setValue(java.lang.Object propertyName,
java.lang.Object value)
Set the value of the specified property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractDynamicBean()
Method Detail |
---|
public java.lang.Class getType(java.lang.Object propertyName)
DynamicBean
getType
in interface DynamicBean
propertyName
- the property name
public PropertyValue getValue(java.lang.Object propertyName)
DynamicBean
getValue
in interface DynamicBean
propertyName
- the property name
public boolean setValue(java.lang.Object propertyName, java.lang.Object value)
DynamicBean
setValue
in interface DynamicBean
propertyName
- the property namevalue
- the new property value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |