Package | Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
ActionError
Deprecated.
Please use
ActionMessage instead, deprecated since 1.2.0. |
Modifier and Type | Method and Description |
---|---|
void |
ActionMessages.add(java.lang.String property,
ActionMessage message)
Add a message to the set of messages for the specified property.
|
protected void |
ExceptionHandler.storeException(javax.servlet.http.HttpServletRequest request,
java.lang.String property,
ActionMessage error,
ActionForward forward,
java.lang.String scope)
Default implementation for handling an
ActionMessage generated
from an Exception during Action delegation. |
Modifier and Type | Field and Description |
---|---|
protected ActionMessage |
ModuleException.message
The ActionMessage associated with this exception.
|
Modifier and Type | Method and Description |
---|---|
ActionMessage |
ModuleException.getActionMessage()
Returns the error associated with the exception.
|
Modifier and Type | Method and Description |
---|---|
static ActionMessage |
Resources.getActionMessage(javax.servlet.http.HttpServletRequest request,
org.apache.commons.validator.ValidatorAction va,
org.apache.commons.validator.Field field)
Gets the
ActionMessage based on the
ValidatorAction message and the Field 's
arg objects. |
static ActionMessage |
Resources.getActionMessage(org.apache.commons.validator.Validator validator,
javax.servlet.http.HttpServletRequest request,
org.apache.commons.validator.ValidatorAction va,
org.apache.commons.validator.Field field)
Gets the
ActionMessage based on the
ValidatorAction message and the Field 's
arg objects. |
Copyright ? 2000-2014 - The Apache Software Foundation