Uses of Class
org.apache.struts.action.DynaActionFormClass
Package
Description
The action package is the core of the struts framework,
providing the "Controller" aspect of a MVC model.
The "config" package contains configuration objects that correspond to
elements that may be specified in the
struts-config.xml
module configuration file.-
Uses of DynaActionFormClass in org.apache.struts.action
Modifier and TypeFieldDescriptionprotected DynaActionFormClass
DynaActionForm.dynaClass
TheDynaActionFormClass
with which we are associated.Modifier and TypeMethodDescriptionstatic DynaActionFormClass
DynaActionFormClass.createDynaActionFormClass
(FormBeanConfig config) Return theDynaActionFormClass
instance for the specified form bean configuration instance. -
Uses of DynaActionFormClass in org.apache.struts.config
Modifier and TypeFieldDescriptionprotected DynaActionFormClass
FormBeanConfig.dynaActionFormClass
The DynaActionFormClass associated with a DynaActionForm.Modifier and TypeMethodDescriptionFormBeanConfig.getDynaActionFormClass()
Return the DynaActionFormClass associated with a DynaActionForm.