| Frames | No Frames | |
Methods with return type org.apache.struts.action.ActionFormBean | |
| ActionFormBean | ConfigHelper.getFormBean(String name) Return the form bean definition associated with the specified
logical name, if any; otherwise return null. |
| ActionFormBean | ConfigHelperInterface.getFormBean(String name) Return the form bean definition associated with the specified
logical name, if any; otherwise return null. |
Methods with parameter type org.apache.struts.action.ActionFormBean | |
| void | Register a form bean to the set configured for this servlet. |
| void | Deregister a formBean from the set configured for this servlet. |
Methods with return type org.apache.struts.action.ActionFormBean | |
| ActionFormBean | ActionFormBeans.findFormBean(String name) Return the formBean associated with the specified logical name,
if any; otherwise return null. |
| ActionFormBean | ActionServlet.findFormBean(String name) Return the form bean definition associated with the specified
logical name, if any; otherwise return null. |