| com.opensymphony.xwork2.config.ConfigurationManager.addConfigurationProvider(ConfigurationProvider)
Since 2.1, use #addContainerProvider()
|
| com.opensymphony.xwork2.config.ConfigurationManager.clearConfigurationProviders()
|
| com.opensymphony.xwork2.ActionProxyFactory.createActionProxy(String, String, Map)
|
| com.opensymphony.xwork2.ActionProxyFactory.createActionProxy(String, String, Map, boolean, boolean)
|
| org.apache.struts2.dispatcher.mapper.DefaultActionMapper.dropExtension(String)
|
| com.opensymphony.xwork2.util.AnnotationUtils.findAnnotatedMethods(Class, Class extends Annotation>)
since 2.0.4 use getAnnotatedMethods
|
| com.opensymphony.xwork2.util.AnnotationUtils.findRecursively(Class, Class extends Annotation>, List)
since 2.0.4 use getAnnotatedMethods
|
| com.opensymphony.xwork2.config.entities.ResultTypeConfig.getClazz()
|
| org.apache.struts2.el.parser.SimpleCharStream.getColumn() |
| com.opensymphony.xwork2.config.ConfigurationManager.getConfigurationProviders()
|
| com.opensymphony.xwork2.ActionSupport.getErrorMessages()
|
| com.opensymphony.xwork2.ActionSupport.getErrors()
|
| org.apache.struts2.views.xslt.XSLTResult.getExcludingPattern()
Since 2.1.1
|
| org.apache.struts2.el.parser.SimpleCharStream.getLine() |
| org.apache.struts2.views.xslt.XSLTResult.getMatchingPattern()
Since 2.1.1
|
| com.opensymphony.xwork2.ObjectFactory.getObjectFactory()
Since 2.1
|
| org.apache.struts2.portlet.interceptor.PortletPrincipalProxy.getRequest()
To obtain the HttpServletRequest in your action, use
org.apache.struts2.servlet.ServletRequestAware, since this method will be dropped in future.
|
| org.apache.struts2.interceptor.PrincipalProxy.getRequest()
To obtain the HttpServletRequest in your action, use
org.apache.struts2.servlet.ServletRequestAware, since this method will be dropped in future.
|
| org.apache.struts2.servlet.interceptor.ServletPrincipalProxy.getRequest()
To obtain the HttpServletRequest in your action, use
org.apache.struts2.servlet.ServletRequestAware, since this method will be dropped in future.
|
| org.apache.struts2.jasper.Options.getSendErrorToClient() |
| org.apache.struts2.jasper.JspC.getSendErrorToClient() |
| org.apache.struts2.jasper.EmbeddedServletOptions.getSendErrorToClient() |
| org.apache.struts2.jasper.servlet.JspCServletContext.getServlet(String)
This method has been deprecated with no replacement
|
| org.apache.struts2.jasper.servlet.JspCServletContext.getServletNames()
This method has been deprecated with no replacement
|
| org.apache.struts2.jasper.servlet.JspCServletContext.getServlets()
This method has been deprecated with no replacement
|
| org.apache.struts2.jasper.compiler.JspUtil.getTagHandlerClassName(String, ErrorDispatcher)
Use {@link #getTagHandlerClassName(String, String,
ErrorDispatcher)
See https://issues.apache.org/bugzilla/show_bug.cgi?id=46471
|
| com.opensymphony.xwork2.XWorkException.getThrowable()
|
| org.apache.struts2.components.Token.getTokenNameField()
Templates should use $parameters from now on, not $tag.
|
| org.apache.struts2.util.StrutsUtil.include(Object, HttpServletRequest, HttpServletResponse)
the request and response are stored in this util class, please use include(string)
|
| com.opensymphony.xwork2.spring.SpringObjectFactory.initObjectFactory()
Since 2.1 as it isn't necessary
|
| org.apache.struts2.jasper.servlet.JspCServletContext.log(Exception, String)
Use log(String,Throwable) instead
|
| org.apache.struts2.jasper.compiler.JspUtil.nextTemporaryVariableName() |
| org.apache.struts2.jasper.compiler.TagFileProcessor.parseTagFileDirectives(ParserController, String, String, TagLibraryInfo)
|
| org.apache.struts2.jasper.compiler.ParserController.parseTagFileDirectives(String)
|
| com.opensymphony.xwork2.config.Configuration.reload(List)
Since 2.1
|
| org.apache.struts2.jasper.compiler.JspUtil.resetTemporaryVariableName() |
| com.opensymphony.xwork2.config.ConfigurationManager.setConfigurationProviders(List)
Since 2.1, use #setContainerProvider()
|
| org.apache.struts2.views.xslt.XSLTResult.setExcludingPattern(String)
Since 2.1.1
|
| org.apache.struts2.views.xslt.XSLTResult.setLocation(String)
Use #setStylesheetLocation(String)
|
| org.apache.struts2.views.xslt.XSLTResult.setMatchingPattern(String)
Since 2.1.1
|
| org.apache.struts2.views.jsp.ui.TextFieldTag.setMaxLength(String)
|
| org.apache.struts2.dojo.views.jsp.ui.TreeTag.setTreeCollapsedTopic(String) |
| org.apache.struts2.dojo.views.jsp.ui.TreeTag.setTreeExpandedTopic(String) |
| org.apache.struts2.dojo.views.jsp.ui.TreeTag.setTreeSelectedTopic(String) |
| org.apache.struts2.jasper.compiler.JspUtil.validateExpressions(Mark, String, Class, FunctionMapper, ErrorDispatcher)
now delegated to the org.apache.el Package
|