Apache Struts API Documentation: Uses of Class org.apache.struts.action.ActionFormBean

Apache Struts API


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

Packages that use ActionFormBean
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. 
 

Uses of ActionFormBean in org.apache.struts.config
 

Methods in org.apache.struts.config that return ActionFormBean
 ActionFormBean ConfigHelperInterface.getFormBean(java.lang.String name)
          Return the form bean definition associated with the specified logical name, if any; otherwise return null.
 ActionFormBean ConfigHelper.getFormBean(java.lang.String name)
          Return the form bean definition associated with the specified logical name, if any; otherwise return null.
 



Copyright © 2000-2005 - The Apache Software Foundation