Uses of Class
org.apache.struts.action.DynaActionFormClass

Packages that use DynaActionFormClass
org.apache.struts.action The action package is the core of the struts framework, providing the "Controller" aspect of a MVC model. 
 

Uses of DynaActionFormClass in org.apache.struts.action
 

Fields in org.apache.struts.action declared as DynaActionFormClass
protected  DynaActionFormClass DynaActionForm.dynaClass
          The DynaActionFormClass with which we are associated.
 

Methods in org.apache.struts.action that return DynaActionFormClass
static DynaActionFormClass DynaActionFormClass.createDynaActionFormClass(FormBeanConfig config)
          Create (if necessary) and return a new DynaActionFormClass instance for the specified form bean configuration instance.
 

Methods in org.apache.struts.action with parameters of type DynaActionFormClass
(package private)  void DynaActionForm.setDynaActionFormClass(DynaActionFormClass dynaClass)
          Set the DynaActionFormClass instance that we are associated with.
 



Copyright © 2000-2003 - Apache Software Foundation