| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.portal.faces.el.dynamic.SimpleDynamicBean
public abstract class SimpleDynamicBean
| Constructor Summary | |
|---|---|
SimpleDynamicBean()
 | 
|
| Method Summary | |
|---|---|
protected abstract  DynamicProperty | 
getProperty(java.lang.Object propertyName)
Return a dynamic property or null if not found.  | 
 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 SimpleDynamicBean()
| Method Detail | 
|---|
public java.lang.Class getType(java.lang.Object propertyName)
                        throws java.lang.IllegalArgumentException
DynamicBean
getType in interface DynamicBeanpropertyName - the property name
java.lang.IllegalArgumentException - if the property name is null
public PropertyValue getValue(java.lang.Object propertyName)
                       throws java.lang.IllegalArgumentException
DynamicBean
getValue in interface DynamicBeanpropertyName - the property name
java.lang.IllegalArgumentException - if the property is null
public boolean setValue(java.lang.Object propertyName,
                        java.lang.Object value)
                 throws java.lang.IllegalArgumentException
DynamicBean
setValue in interface DynamicBeanpropertyName - the property namevalue - the new property value
java.lang.IllegalArgumentException - if the property name is nullprotected abstract DynamicProperty getProperty(java.lang.Object propertyName)
propertyName - the property name
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||