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

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

Uses of ActionFormBean in org.apache.struts.action
 

Methods in org.apache.struts.action that return ActionFormBean
 ActionFormBean ActionServlet.findFormBean(java.lang.String name)
          Deprecated. Replaced by ModuleConfig.findFormBeanConfig()
 ActionFormBean ActionFormBeans.findFormBean(java.lang.String name)
          Deprecated. Return the formBean associated with the specified logical name, if any; otherwise return null.
 

Methods in org.apache.struts.action with parameters of type ActionFormBean
 void ActionFormBeans.addFormBean(ActionFormBean formBean)
          Deprecated. Register a form bean to the set configured for this servlet.
 void ActionFormBeans.removeFormBean(ActionFormBean formBean)
          Deprecated. Deregister a formBean from the set configured for this servlet.
 

Uses of ActionFormBean in org.apache.struts.config
 

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



Copyright © 2000-2003 - Apache Software Foundation