|
||||||||||
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 nullMethod Detail |
---|
public DynaProperty[] getDynaProperties()
getDynaProperties
in interface DynaClass
public DynaProperty getDynaProperty(String name)
getDynaProperty
in interface DynaClass
public void addDynaProperty(DynaProperty property)
property
- the dynamic propertypublic String getName()
getName
in interface DynaClass
public DynaBean newInstance() throws IllegalAccessException, InstantiationException
newInstance
in interface DynaClass
IllegalAccessException
InstantiationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |