|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.xfp.AttributeContainer
org.xfp.Filter
org.xfp.filters.beans.BeanInstance
Instantiates a JavaBean and sets its properties.
This filter uses the Jakarta Commons BeanUtils package.
BeanUtils| Nested Class Summary |
| Nested classes inherited from class org.xfp.Filter |
Filter.OnErrorEnum, Filter.OnLoopErrorEnum |
| Field Summary |
| Fields inherited from class org.xfp.AttributeContainer |
name, parentContainer |
| Constructor Summary | |
BeanInstance()
|
|
| Method Summary | |
java.lang.Object |
execute()
Executes this filter. |
java.lang.Object |
execute(java.lang.Class beanClass)
Executes this filter. |
java.lang.Object |
execute(java.lang.String beanClassName)
Executes this filter. |
void |
reset()
Resets filter status after execution. |
void |
setProperty(java.lang.String propertyname,
java.lang.Object propertyvalue)
Sets a bean property. |
void |
setType(java.lang.String type)
Sets the type. |
| Methods inherited from class org.xfp.Filter |
getOnError, initialize, log, newInstance, perform, toString |
| Methods inherited from class org.xfp.AttributeContainer |
configureAttributes, disposeAttributes, getAttributes, getFullName, getName, initializeAttributes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public BeanInstance()
| Method Detail |
public void setProperty(java.lang.String propertyname,
java.lang.Object propertyvalue)
propertyname - Name of the property to setpropertyvalue - Value for the property
public java.lang.Object execute()
throws java.lang.Exception
java.lang.Exception
public java.lang.Object execute(java.lang.Class beanClass)
throws java.lang.Exception
beanClass - The bean class.
java.lang.Exception
public java.lang.Object execute(java.lang.String beanClassName)
throws java.lang.Exception
beanClassName - The name of the bean class.
java.lang.Exceptionpublic void reset()
Filter
reset in class FilterFilter.reset()public void setType(java.lang.String type)
type - The type to set
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||