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. 
 

Uses of ActionMessage in org.apache.struts.action
 

Subclasses of ActionMessage in org.apache.struts.action
 class ActionError
          An encapsulation of an individual error message returned by the validate() method of an ActionForm, consisting of a message key (to be used to look up message text in an appropriate message resources database) plus up to four placeholder objects that can be used for parametric replacement in the message text.
 

Methods in org.apache.struts.action with parameters of type ActionMessage
 void ActionMessages.add(java.lang.String property, ActionMessage message)
          Add a message to the set of messages for the specified property.
 



Copyright © 2000-2003 - Apache Software Foundation