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.util.RequestUtils.computeParameters(PageContext, String, String, String, String, String, String, String, boolean)
|
org.apache.struts.util.RequestUtils.computeURL(PageContext, String, String, String, Map, String, boolean)
|
org.apache.struts.util.RequestUtils.computeURL(PageContext, String, String, String, String, Map, String, boolean)
|
org.apache.struts.util.RequestUtils.computeURL(PageContext, String, String, String, String, Map, String, boolean, boolean)
|
org.apache.struts.tiles.DefinitionsUtil.createDefinitionsFactory(ServletContext, Map, String)
Use createDefinitionsFactory(ServletContext servletContext, ServletConfig servletConfig)
|
org.apache.struts.util.RequestUtils.encodeURL(String)
|
org.apache.struts.validator.Resources.getActionError(HttpServletRequest, ValidatorAction, Field)
Use getActionMessage() instead. This will be removed after
Struts 1.2.
|
org.apache.struts.taglib.TagUtils.getActionErrors(PageContext, String)
Use getActionMessages() instead. This will be removed
after Struts 1.2.
|
org.apache.struts.util.RequestUtils.getActionErrors(PageContext, String)
|
org.apache.struts.util.RequestUtils.getActionMappingName(String)
|
org.apache.struts.util.RequestUtils.getActionMappingURL(String, PageContext)
|
org.apache.struts.util.RequestUtils.getActionMessages(PageContext, String)
|
org.apache.struts.taglib.html.ImageTag.getAlign()
Align attribute is deprecated in HTML 4.x.
|
org.apache.struts.config.ForwardConfig.getContextRelative()
Use module property instead; will be removed in a release following 1.2.0.
|
org.apache.struts.taglib.html.ImgTag.getContextRelative()
Use module property instead; will be removed in a release after 1.2.0.
|
org.apache.struts.taglib.html.HtmlTag.getCurrentLocale()
This will be removed after Struts 1.2.
|
org.apache.struts.tiles.DefinitionsUtil.getDefinitionsFactory(ServletContext)
|
org.apache.struts.util.ModuleException.getError()
Use getActionMessage() instead. This will be removed
after Struts 1.2.
|
org.apache.struts.taglib.html.HtmlTag.getLocale()
This will be removed after Struts 1.2.
|
org.apache.struts.validator.Resources.getLocale(HttpServletRequest)
Use RequestUtils.getUserLocale() instead. This will be removed
after Struts 1.2.
|
org.apache.struts.taglib.html.ImgTag.getLowsrc()
This is not defined in the HTML 4.01 spec and will be removed in a
future version of Struts.
|
org.apache.struts.util.RequestUtils.getModuleConfig(HttpServletRequest, ServletContext)
|
org.apache.struts.util.RequestUtils.getModuleConfig(PageContext)
|
org.apache.struts.util.RequestUtils.getModuleName(HttpServletRequest, ServletContext)
|
org.apache.struts.util.RequestUtils.getModuleName(String, ServletContext)
|
org.apache.struts.util.RequestUtils.getModulePrefixes(ServletContext)
|
org.apache.struts.taglib.tiles.util.TagUtils.getProperty(Object, String)
Use PropertyUtils.getProperty() directly. This will be removed
after Struts 1.2.
|
org.apache.struts.util.RequestUtils.getRequestModuleConfig(HttpServletRequest)
|
org.apache.struts.util.RequestUtils.getScope(String)
|
org.apache.struts.taglib.html.ImgTag.isContextRelativeSet()
Use module property instead; will be removed in a release after 1.2.0.
|
org.apache.struts.util.RequestUtils.isXhtml(PageContext)
|
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.util.RequestUtils.lookup(PageContext, String, String)
|
org.apache.struts.util.RequestUtils.lookup(PageContext, String, String, String)
|
org.apache.struts.util.RequestUtils.message(PageContext, String, String, String)
|
org.apache.struts.util.RequestUtils.message(PageContext, String, String, String, Object[])
|
org.apache.struts.util.RequestUtils.pageURL(HttpServletRequest, String)
|
org.apache.struts.tiles.ControllerSupport.perform(ComponentContext, HttpServletRequest, HttpServletResponse, ServletContext)
Use execute() instead. This will be removed after
Struts 1.2.
|
org.apache.struts.tiles.Controller.perform(ComponentContext, HttpServletRequest, HttpServletResponse, ServletContext)
Use execute() instead. This will be removed after
Struts 1.2.
|
org.apache.struts.util.RequestUtils.present(PageContext, String, String, String)
|
org.apache.struts.tiles.actions.DefinitionDispatcherAction.printError(HttpServletResponse, String)
This will be removed after Struts 1.2.
|
org.apache.struts.taglib.tiles.InsertTag.InsertHandler.processException(Throwable, String)
This method will be removed in a release after Struts 1.2.
|
org.apache.struts.util.RequestUtils.retrieveUserLocale(PageContext, String)
|
org.apache.struts.action.Action.saveErrors(HttpServletRequest, ActionErrors)
Use saveErrors(HttpServletRequest, ActionMessages) instead.
This will be removed after Struts 1.2.
|
org.apache.struts.util.RequestUtils.saveException(PageContext, Throwable)
|
org.apache.struts.util.RequestUtils.selectModule(HttpServletRequest, ServletContext)
|
org.apache.struts.util.RequestUtils.selectModule(String, HttpServletRequest, ServletContext)
|
org.apache.struts.taglib.html.ImageTag.setAlign(String)
Align attribute is deprecated in HTML 4.x.
|
org.apache.struts.config.ForwardConfig.setContextRelative(boolean)
Use module property instead; will be removed in a release following 1.2.0.
|
org.apache.struts.taglib.html.ImgTag.setContextRelative(String)
Use module property instead; will be removed in a release after 1.2.0.
|
org.apache.struts.config.FormBeanConfig.setDynamic(boolean)
The value to be returned by getDynamic()
is now computed automatically in setType()
|
org.apache.struts.taglib.html.HtmlTag.setLocale(boolean)
This will be removed after Struts 1.2.
|
org.apache.struts.taglib.bean.IncludeTag.setName(String)
use setPage(String) instead
|
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.
|
org.apache.struts.util.ResponseUtils.write(PageContext, String)
use TagUtils.write() method instead.
This method will be removed after Struts 1.2.
|
org.apache.struts.util.ResponseUtils.writePrevious(PageContext, String)
use TagUtils.writePrevious() method instead.
This method will be removed after Struts 1.2.
|