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

Packages that use ActionMessage
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.util The Utilities package provides a variety of families of classes, to solve problems that are commonly encountered in building web applications. 
org.apache.struts.validator The validator package provides a series of classes to validate ActionForm type of input. 
 

Uses of ActionMessage in org.apache.struts.action
 

Methods in org.apache.struts.action with parameters of type ActionMessage
 void ActionMessages.add(String property, ActionMessage message)
          Add a message to the set of messages for the specified property.
protected  void ExceptionHandler.storeException(HttpServletRequest request, String property, ActionMessage error, ActionForward forward, String scope)
          Default implementation for handling an ActionMessage generated from an Exception during Action delegation.
 

Uses of ActionMessage in org.apache.struts.util
 

Fields in org.apache.struts.util declared as ActionMessage
protected  ActionMessage ModuleException.message
          The ActionMessage associated with this exception.
 

Methods in org.apache.struts.util that return ActionMessage
 ActionMessage ModuleException.getActionMessage()
          Returns the error associated with the exception.
 

Uses of ActionMessage in org.apache.struts.validator
 

Methods in org.apache.struts.validator that return ActionMessage
static ActionMessage Resources.getActionMessage(HttpServletRequest request, ValidatorAction va, Field field)
          Deprecated. Use getActionMessage(Validator, HttpServletRequest, ValidatorAction, Field) method instead
static ActionMessage Resources.getActionMessage(Validator validator, HttpServletRequest request, ValidatorAction va, Field field)
          Gets the ActionMessage based on the ValidatorAction message and the Field's arg objects.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.