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

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.xml module 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 ActionErrors
          A class that encapsulates the error messages being reported by the validate() method of an ActionForm.
 

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 ActionMessages object to this set of messages.
 

Constructors in org.apache.struts.action with parameters of type ActionMessages
ActionMessages(ActionMessages messages)
          Create an ActionMessages object 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.ActionFormBeans collection 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 ActionMessages some classes are converted to one.
 



Copyright © 2000-2003 - Apache Software Foundation