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 | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected ActionError |
ModuleException.error
Deprecated.
Use message instead.
|
Modifier and Type | Method and Description |
---|---|
ActionError |
ModuleException.getError()
Deprecated.
Use getActionMessage() instead. This will be removed
after Struts 1.2.
|
Modifier and Type | Method and Description |
---|---|
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-2014 - The Apache Software Foundation