|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Provides a level of indirection for manipulating java beans through a set of accessor methods.
| Method Summary | |
java.lang.Object |
getIndexedProperty(java.lang.String pname,
int idx)
|
java.lang.Object |
getObject()
Obtain a reference to the underlying bean. |
java.lang.Object |
getProperty(java.lang.String propertyName)
Obtains the value of a property by name. |
java.lang.Object |
invoke(java.lang.String method)
Invoke a no-arg method. |
void |
setProperty(java.lang.String propertyName,
java.lang.String value)
Sets the value of a bean property. |
| Method Detail |
public java.lang.Object getProperty(java.lang.String propertyName)
throws BeanFactoryException
propertyName - the name of the property to be retrieved
public void setProperty(java.lang.String propertyName,
java.lang.String value)
throws BeanFactoryException
propertyName - name of the property to be setvalue - string representation of the new property value
public java.lang.Object invoke(java.lang.String method)
throws BeanFactoryException
method - the name of the method
public java.lang.Object getIndexedProperty(java.lang.String pname,
int idx)
throws BeanFactoryException
public java.lang.Object getObject()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||