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