org.jboss.portal.faces.el.decorator
Class SimpleBeanDecorator

java.lang.Object
  extended by org.jboss.portal.faces.el.decorator.AbstractBeanDecorator
      extended by org.jboss.portal.faces.el.decorator.SimpleBeanDecorator
All Implemented Interfaces:
BeanDecorator

public class SimpleBeanDecorator
extends AbstractBeanDecorator

Version:
$Revision: 1.1 $
Author:
Julien Viet

Constructor Summary
SimpleBeanDecorator()
           
 
Method Summary
protected  PropertyDecorator getProperty(java.lang.Object propertyName)
           
 void setProperty(java.lang.Object propertyName, PropertyDecorator decorator)
           
 
Methods inherited from class org.jboss.portal.faces.el.decorator.AbstractBeanDecorator
getType, getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleBeanDecorator

public SimpleBeanDecorator()
Method Detail

getProperty

protected PropertyDecorator getProperty(java.lang.Object propertyName)
Specified by:
getProperty in class AbstractBeanDecorator

setProperty

public void setProperty(java.lang.Object propertyName,
                        PropertyDecorator decorator)