org.apache.struts2.dispatcher.Dispatcher.createContextMap(HttpServletRequest, HttpServletResponse, ActionMapping, ServletContext)
use version without servletContext param
|
org.apache.struts2.dispatcher.Dispatcher.createContextMap(Map, Map, Map, Map, HttpServletRequest, HttpServletResponse, ServletContext)
use version without ServletContext param
|
org.apache.struts2.dispatcher.mapper.DefaultActionMapper.dropExtension(String)
|
org.apache.struts2.views.xslt.XSLTResult.getExcludingPattern()
Since 2.1.1
|
org.apache.struts2.views.xslt.XSLTResult.getMatchingPattern()
Since 2.1.1
|
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.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)
|
org.apache.struts2.components.Include.include(String, Writer, ServletRequest, HttpServletResponse)
|
org.apache.struts2.dispatcher.Dispatcher.sendError(HttpServletRequest, HttpServletResponse, ServletContext, int, Exception)
remove in version 3.0 - use version without ServletContext parameter
|
org.apache.struts2.dispatcher.Dispatcher.serviceAction(HttpServletRequest, HttpServletResponse, ServletContext, ActionMapping)
use version without ServletContext param
|
org.apache.struts2.dispatcher.Dispatcher.setConfigurationManager(ConfigurationManager)
should be removed as is used only in tests
|
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.dispatcher.Dispatcher.wrapRequest(HttpServletRequest, ServletContext)
use version without ServletContext param
|