Package | Description |
---|---|
org.apache.struts.action |
The action package is the core of the struts framework,
providing the "Controller" aspect of a MVC model.
|
org.apache.struts.config |
The "config" package contains configuration objects that correspond to
elements that may be specified in the
struts-config.xml
module configuration file. |
Modifier and Type | Field and Description |
---|---|
protected DynaActionFormClass |
DynaActionForm.dynaClass
The
DynaActionFormClass with which we are associated. |
Modifier and Type | Method and Description |
---|---|
static DynaActionFormClass |
DynaActionFormClass.createDynaActionFormClass(FormBeanConfig config)
Return the
DynaActionFormClass instance for the specified
form bean configuration instance. |
Modifier and Type | Field and Description |
---|---|
protected DynaActionFormClass |
FormBeanConfig.dynaActionFormClass
The DynaActionFormClass associated with a DynaActionForm.
|
Modifier and Type | Method and Description |
---|---|
DynaActionFormClass |
FormBeanConfig.getDynaActionFormClass()
Return the DynaActionFormClass associated with a
DynaActionForm.
|
Copyright © 2000–2016 Apache Software Foundation. All rights reserved.