|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.faces.el.decorator.AbstractPropertyDecorator
public abstract class AbstractPropertyDecorator
Constructor Summary | |
---|---|
AbstractPropertyDecorator(java.lang.Class type)
|
Method Summary | |
---|---|
java.lang.Class |
getType(java.lang.Object bean)
Return the type of the specified property. |
boolean |
setValue(java.lang.Object bean,
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 |
Methods inherited from interface org.jboss.portal.faces.el.decorator.PropertyDecorator |
---|
getValue |
Constructor Detail |
---|
public AbstractPropertyDecorator(java.lang.Class type)
Method Detail |
---|
public final java.lang.Class getType(java.lang.Object bean) throws java.lang.IllegalArgumentException
PropertyDecorator
getType
in interface PropertyDecorator
bean
- the decorated bean
java.lang.IllegalArgumentException
- if the bean is nullpublic boolean setValue(java.lang.Object bean, java.lang.Object value) throws java.lang.IllegalArgumentException
PropertyDecorator
setValue
in interface PropertyDecorator
bean
- the decorated beanvalue
- the new property value
java.lang.IllegalArgumentException
- if the bean is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |