Class ActionContext

java.lang.Object
com.atlassian.confluence.struts.compat2.ActionContext
com.atlassian.confluence.struts.compat.ActionContext

@Deprecated(forRemoval=true, since="9.3") public class ActionContext extends ActionContext
Deprecated, for removal: This API element is subject to removal in a future version.
since 9.3, use ActionContext instead.
Since:
9.1
  • Constructor Details

    • ActionContext

      protected ActionContext(org.apache.struts2.ActionContext actualContext)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • adapt

      public static ActionContext adapt(org.apache.struts2.ActionContext actualContext)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getActualContext

      public com.opensymphony.xwork2.ActionContext getActualContext()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      getActualContext in class ActionContext
    • of

      public static ActionContext of(Map<String,Object> context)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • of

      public static ActionContext of()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • bind

      public static ActionContext bind(ActionContext actionContext)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getContext

      public static ActionContext getContext()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • bind

      public ActionContext bind()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      bind in class ActionContext
    • withActionInvocation

      public ActionContext withActionInvocation(com.opensymphony.xwork2.ActionInvocation actionInvocation)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • withActionInvocation

      public ActionContext withActionInvocation(org.apache.struts2.ActionInvocation actionInvocation)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      withActionInvocation in class ActionContext
    • getActionInvocation

      public com.opensymphony.xwork2.ActionInvocation getActionInvocation()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      getActionInvocation in class ActionContext
    • withApplication

      public ActionContext withApplication(Map<String,Object> application)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      withApplication in class ActionContext
    • withConversionErrors

      public ActionContext withConversionErrors(Map<String,com.opensymphony.xwork2.conversion.impl.ConversionData> conversionErrors)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      withConversionErrors in class ActionContext
    • getConversionErrors

      public Map<String,com.opensymphony.xwork2.conversion.impl.ConversionData> getConversionErrors()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      getConversionErrors in class ActionContext
    • withLocale

      public ActionContext withLocale(Locale locale)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      withLocale in class ActionContext
    • withActionName

      public ActionContext withActionName(String actionName)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      withActionName in class ActionContext
    • withParameters

      public ActionContext withParameters(org.apache.struts2.dispatcher.HttpParameters parameters)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      withParameters in class ActionContext
    • withSession

      public ActionContext withSession(Map<String,Object> session)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      withSession in class ActionContext
    • withValueStack

      public ActionContext withValueStack(com.opensymphony.xwork2.util.ValueStack valueStack)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • withValueStack

      public ActionContext withValueStack(org.apache.struts2.util.ValueStack valueStack)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      withValueStack in class ActionContext
    • getValueStack

      public com.opensymphony.xwork2.util.ValueStack getValueStack()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      getValueStack in class ActionContext
    • withContainer

      public ActionContext withContainer(com.opensymphony.xwork2.inject.Container container)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      withContainer in class ActionContext
    • withServletContext

      public ActionContext withServletContext(javax.servlet.ServletContext servletContext)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      withServletContext in class ActionContext
    • withServletRequest

      public ActionContext withServletRequest(javax.servlet.http.HttpServletRequest request)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      withServletRequest in class ActionContext
    • withServletResponse

      public ActionContext withServletResponse(javax.servlet.http.HttpServletResponse response)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      withServletResponse in class ActionContext
    • withPageContext

      public ActionContext withPageContext(javax.servlet.jsp.PageContext pageContext)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      withPageContext in class ActionContext
    • withActionMapping

      public ActionContext withActionMapping(org.apache.struts2.dispatcher.mapper.ActionMapping actionMapping)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      withActionMapping in class ActionContext
    • withExtraContext

      public ActionContext withExtraContext(Map<String,Object> extraContext)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      withExtraContext in class ActionContext
    • with

      public ActionContext with(String key, Object value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      with in class ActionContext