|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.slim3.struts.form.ActionFormWrapperClass
public class ActionFormWrapperClass
DynaClass of ActionFormWrapper.
| Field Summary | |
|---|---|
protected String |
name
The name |
protected Map<String,DynaProperty> |
propertyMap
The map for dynamic properties. |
| Constructor Summary | |
|---|---|
ActionFormWrapperClass(String name)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addDynaProperty(DynaProperty property)
Adds the dynamic property. |
DynaProperty[] |
getDynaProperties()
|
DynaProperty |
getDynaProperty(String name)
|
String |
getName()
|
DynaBean |
newInstance()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected Map<String,DynaProperty> propertyMap
| Constructor Detail |
|---|
public ActionFormWrapperClass(String name)
throws NullPointerException
name - the name
NullPointerException - if the name parameter is null| Method Detail |
|---|
public DynaProperty[] getDynaProperties()
getDynaProperties in interface DynaClasspublic DynaProperty getDynaProperty(String name)
getDynaProperty in interface DynaClasspublic void addDynaProperty(DynaProperty property)
property - the dynamic propertypublic String getName()
getName in interface DynaClass
public DynaBean newInstance()
throws IllegalAccessException,
InstantiationException
newInstance in interface DynaClassIllegalAccessException
InstantiationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||