org.jboss.portal.faces.el.dynamic
Class AbstractDynamicBean

java.lang.Object
  extended by org.jboss.portal.faces.el.dynamic.AbstractDynamicBean
All Implemented Interfaces:
DynamicBean

public class AbstractDynamicBean
extends java.lang.Object
implements DynamicBean

Base implementation.

Version:
$Revision: 8784 $
Author:
Julien Viet

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

AbstractDynamicBean

public AbstractDynamicBean()
Method Detail

getType

public java.lang.Class getType(java.lang.Object propertyName)
Description copied from interface: DynamicBean
Return the type of the specified property.

Specified by:
getType in interface DynamicBean
Parameters:
propertyName - the property name
Returns:
always null

getValue

public PropertyValue getValue(java.lang.Object propertyName)
Description copied from interface: DynamicBean
Return the value of the specified property.

Specified by:
getValue in interface DynamicBean
Parameters:
propertyName - the property name
Returns:
always null

setValue

public boolean setValue(java.lang.Object propertyName,
                        java.lang.Object value)
Description copied from interface: DynamicBean
Set the value of the specified property.

Specified by:
setValue in interface DynamicBean
Parameters:
propertyName - the property name
value - the new property value
Returns:
always false