Uses of Class
org.apache.struts.action.DynaActionFormClass
Packages that use 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
Fields in org.apache.struts.action declared as DynaActionFormClassModifier and TypeFieldDescriptionprotected DynaActionFormClassDynaActionForm.dynaClassTheDynaActionFormClasswith which we are associated.Methods in org.apache.struts.action that return DynaActionFormClassModifier and TypeMethodDescriptionstatic DynaActionFormClassDynaActionFormClass.createDynaActionFormClass(FormBeanConfig config) Return theDynaActionFormClassinstance for the specified form bean configuration instance. -
Uses of DynaActionFormClass in org.apache.struts.config
Fields in org.apache.struts.config declared as DynaActionFormClassModifier and TypeFieldDescriptionprotected DynaActionFormClassFormBeanConfig.dynaActionFormClassThe DynaActionFormClass associated with a DynaActionForm.Methods in org.apache.struts.config that return DynaActionFormClassModifier and TypeMethodDescriptionFormBeanConfig.getDynaActionFormClass()Return the DynaActionFormClass associated with a DynaActionForm.