|
|||||||||
Home >> All >> org >> apache >> struts >> [ action overview ] | PREV NEXT |
Deprecated API
Deprecated Classes | |
org.apache.struts.action.ActionError
Please use ActionMessage instead, deprecated since 1.2.0. |
Deprecated Fields | |
org.apache.struts.action.Action.defaultLocale
Use Locale.getDefault directly. This will be removed after Struts 1.2. |
|
org.apache.struts.action.ActionErrors.GLOBAL_ERROR
Use ActionMessages.GLOBAL_MESSAGE instead. This will be removed after Struts 1.2. |
Deprecated Methods | |
org.apache.struts.action.ActionErrors.add(String, ActionError)
Use add(String, ActionMessage) instead. This will be removed after Struts 1.2. |
|
org.apache.struts.action.DynaActionFormClass.clear()
No longer need to Clear our cache of DynaActionFormClass instances. |
|
org.apache.struts.action.RequestProcessor.log(String)
Use commons-logging instead. This will be removed in a release after Struts 1.2. |
|
org.apache.struts.action.RequestProcessor.log(String, Throwable)
Use commons-logging instead. This will be removed in a release after Struts 1.2. |
|
org.apache.struts.action.Action.saveErrors(HttpServletRequest, ActionErrors)
Use saveErrors(HttpServletRequest, ActionMessages) instead. This will be removed after Struts 1.2. |
|
org.apache.struts.action.ExceptionHandler.storeException(HttpServletRequest, String, ActionError, ActionForward, String)
Use storeException(HttpServletRequest, String, ActionMessage, ActionForward, String) instead. This will be removed after Struts 1.2. |
Deprecated Constructors | |
org.apache.struts.action.ActionForward(String, String, boolean, boolean)
Use module rather than contextRelative |
|
|||||||||
Home >> All >> org >> apache >> struts >> [ action overview ] | PREV NEXT |