Class ServletActionContext

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

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

    • ServletActionContext

      public ServletActionContext()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getActionContext

      public static ActionContext getActionContext(javax.servlet.http.HttpServletRequest req)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getActionContext

      public static ActionContext getActionContext()
      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.
    • getValueStack

      public static com.opensymphony.xwork2.util.ValueStack getValueStack(javax.servlet.http.HttpServletRequest req)
      Deprecated, for removal: This API element is subject to removal in a future version.