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.1
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic ActionContext
Deprecated, for removal: This API element is subject to removal in a future version.static ActionContext
getActionContext
(javax.servlet.http.HttpServletRequest req) Deprecated, for removal: This API element is subject to removal in a future version.static ActionContext
Deprecated, for removal: This API element is subject to removal in a future version.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.Methods inherited from class com.atlassian.confluence.struts.compat2.ServletActionContext
getActionMapping, getRequest, getResponse, getServletContext, setRequest, setResponse, setServletContext
-
Constructor Details
-
ServletActionContext
public ServletActionContext()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getActionContext
Deprecated, for removal: This API element is subject to removal in a future version. -
getActionContext
Deprecated, for removal: This API element is subject to removal in a future version. -
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.
-
ServletActionContext
instead.