| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ActionMessages | |
| 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.xmlmodule configuration file. | 
| org.apache.struts.util | The Utilities package provides a variety of families of classes, to solve problems that are commonly encountered in building web applications. | 
| Uses of ActionMessages in org.apache.struts.action | 
| Subclasses of ActionMessages in org.apache.struts.action | |
|  class | ActionErrorsA class that encapsulates the error messages being reported by the validate()method of anActionForm. | 
| Methods in org.apache.struts.action with parameters of type ActionMessages | |
| protected  void | Action.saveMessages(javax.servlet.http.HttpServletRequest request,
             ActionMessages messages)Save the specified messages keys into the appropriate request attribute for use by the <html:messages> tag (if messages="true" is set), if any messages are required. | 
|  void | ActionMessages.add(ActionMessages messages)Adds the messages from the given ActionMessagesobject to
 this set of messages. | 
| Constructors in org.apache.struts.action with parameters of type ActionMessages | |
| ActionMessages(ActionMessages messages)Create an ActionMessagesobject initialized with the given 
 messages. | |
| Uses of ActionMessages in org.apache.struts.config | 
| Methods in org.apache.struts.config that return ActionMessages | |
|  ActionMessages | ConfigHelper.getActionMessages() | 
|  ActionMessages | ConfigHelperInterface.getActionMessages()The org.apache.struts.action.ActionFormBeanscollection
 for this application. | 
| Uses of ActionMessages in org.apache.struts.util | 
| Methods in org.apache.struts.util that return ActionMessages | |
| static ActionMessages | RequestUtils.getActionMessages(javax.servlet.jsp.PageContext pageContext,
                  java.lang.String paramName)Retrieves the value from request scope and if it isn't already an ActionMessagessome classes are converted to one. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||