Apache Struts API Documentation: Uses of Class org.apache.struts.action.ActionError

Apache Struts API


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 with parameters of type ActionError
 void ActionErrors.add(java.lang.String property, ActionError error)
          Deprecated. Use add(String, ActionMessage) instead. This will be removed after Struts 1.2.
protected  void ExceptionHandler.storeException(javax.servlet.http.HttpServletRequest request, java.lang.String property, ActionError error, ActionForward forward, java.lang.String scope)
          Deprecated. Use storeException(HttpServletRequest, String, ActionMessage, ActionForward, String) instead. This will be removed after Struts 1.2.
 

Uses of ActionError in org.apache.struts.util
 

Fields in org.apache.struts.util declared as ActionError
protected  ActionError ModuleException.error
          Deprecated. Use message instead.
 

Methods in org.apache.struts.util that return ActionError
 ActionError ModuleException.getError()
          Deprecated. Use getActionMessage() instead. This will be removed after Struts 1.2.
 

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)
          Deprecated. Use getActionMessage() instead. This will be removed after Struts 1.2.
 



Copyright © 2000-2005 - The Apache Software Foundation