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

Packages that use ActionError
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 ActionError in org.apache.struts.action
 

Methods in org.apache.struts.action that return ActionError
 ActionError ActionException.getError()
          Deprecated. Returns an instance of an ActionError configured for this exception.
 

Methods in org.apache.struts.action with parameters of type ActionError
protected  void ExceptionHandler.storeException(javax.servlet.http.HttpServletRequest request, java.lang.String property, ActionError error, ActionForward forward, java.lang.String scope)
          Default implementation for handling an ActionError generated from an Exception during Action delegation.
 void ActionErrors.add(java.lang.String property, ActionError error)
          Add an error message to the set of errors for the specified property.
 

Uses of ActionError in org.apache.struts.util
 

Fields in org.apache.struts.util declared as ActionError
protected  ActionError ModuleException.error
           
 

Methods in org.apache.struts.util that return ActionError
static ActionError StrutsValidatorUtil.getActionError(javax.servlet.http.HttpServletRequest request, org.apache.commons.validator.ValidatorAction va, org.apache.commons.validator.Field field)
          Deprecated. As of Struts 1.1, replaced by Resources.getActionError(HttpServletRequest, ValidatorAction, Field)
 ActionError ModuleException.getError()
          Returns the error associated with the exception.
 

Uses of ActionError in org.apache.struts.validator
 

Methods in org.apache.struts.validator that return ActionError
static ActionError Resources.getActionError(javax.servlet.http.HttpServletRequest request, org.apache.commons.validator.ValidatorAction va, org.apache.commons.validator.Field field)
          Gets the ActionError based on the ValidatorAction message and the Field's arg objects.
 



Copyright © 2000-2003 - Apache Software Foundation