Class ActionContext
java.lang.Object
com.atlassian.confluence.struts.compat2.ActionContext
com.atlassian.confluence.struts.compat.ActionContext
Deprecated, for removal: This API element is subject to removal in a future version.
- Since:
- 9.1
-
Field Summary
Fields inherited from class com.atlassian.confluence.struts.compat2.ActionContext
actualContext
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ActionContext
(org.apache.struts2.ActionContext actualContext) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic ActionContext
adapt
(org.apache.struts2.ActionContext actualContext) Deprecated, for removal: This API element is subject to removal in a future version.bind()
Deprecated, for removal: This API element is subject to removal in a future version.static ActionContext
bind
(ActionContext actionContext) Deprecated, for removal: This API element is subject to removal in a future version.com.opensymphony.xwork2.ActionInvocation
Deprecated, for removal: This API element is subject to removal in a future version.com.opensymphony.xwork2.ActionContext
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.Deprecated, for removal: This API element is subject to removal in a future version.com.opensymphony.xwork2.util.ValueStack
Deprecated, for removal: This API element is subject to removal in a future version.static ActionContext
of()
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.Deprecated, for removal: This API element is subject to removal in a future version.withActionInvocation
(com.opensymphony.xwork2.ActionInvocation actionInvocation) Deprecated, for removal: This API element is subject to removal in a future version.withActionInvocation
(org.apache.struts2.ActionInvocation actionInvocation) Deprecated, for removal: This API element is subject to removal in a future version.withActionMapping
(org.apache.struts2.dispatcher.mapper.ActionMapping actionMapping) Deprecated, for removal: This API element is subject to removal in a future version.withActionName
(String actionName) Deprecated, for removal: This API element is subject to removal in a future version.withApplication
(Map<String, Object> application) Deprecated, for removal: This API element is subject to removal in a future version.withContainer
(com.opensymphony.xwork2.inject.Container container) Deprecated, for removal: This API element is subject to removal in a future version.withConversionErrors
(Map<String, com.opensymphony.xwork2.conversion.impl.ConversionData> conversionErrors) Deprecated, for removal: This API element is subject to removal in a future version.withExtraContext
(Map<String, Object> extraContext) Deprecated, for removal: This API element is subject to removal in a future version.withLocale
(Locale locale) Deprecated, for removal: This API element is subject to removal in a future version.withPageContext
(javax.servlet.jsp.PageContext pageContext) Deprecated, for removal: This API element is subject to removal in a future version.withParameters
(org.apache.struts2.dispatcher.HttpParameters parameters) Deprecated, for removal: This API element is subject to removal in a future version.withServletContext
(javax.servlet.ServletContext servletContext) Deprecated, for removal: This API element is subject to removal in a future version.withServletRequest
(javax.servlet.http.HttpServletRequest request) Deprecated, for removal: This API element is subject to removal in a future version.withServletResponse
(javax.servlet.http.HttpServletResponse response) Deprecated, for removal: This API element is subject to removal in a future version.withSession
(Map<String, Object> session) Deprecated, for removal: This API element is subject to removal in a future version.withValueStack
(com.opensymphony.xwork2.util.ValueStack valueStack) Deprecated, for removal: This API element is subject to removal in a future version.withValueStack
(org.apache.struts2.util.ValueStack valueStack) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class com.atlassian.confluence.struts.compat2.ActionContext
bind, clear, containsValueStack, get, getActionMapping, getActionName, getApplication, getContainer, getContextMap, getInstance, getLocale, getPageContext, getParameters, getServletContext, getServletRequest, getServletResponse, getSession, put
-
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
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 classActionContext
-
of
Deprecated, for removal: This API element is subject to removal in a future version. -
of
Deprecated, for removal: This API element is subject to removal in a future version. -
bind
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. -
bind
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
bind
in classActionContext
-
withActionInvocation
public ActionContext withActionInvocation(com.opensymphony.xwork2.ActionInvocation actionInvocation) Deprecated, for removal: This API element is subject to removal in a future version. -
withActionInvocation
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
withActionInvocation
in classActionContext
-
getActionInvocation
public com.opensymphony.xwork2.ActionInvocation getActionInvocation()Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getActionInvocation
in classActionContext
-
withApplication
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
withApplication
in classActionContext
-
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 classActionContext
-
getConversionErrors
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getConversionErrors
in classActionContext
-
withLocale
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
withLocale
in classActionContext
-
withActionName
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
withActionName
in classActionContext
-
withParameters
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
withParameters
in classActionContext
-
withSession
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
withSession
in classActionContext
-
withValueStack
Deprecated, for removal: This API element is subject to removal in a future version. -
withValueStack
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
withValueStack
in classActionContext
-
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 classActionContext
-
withContainer
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
withContainer
in classActionContext
-
withServletContext
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
withServletContext
in classActionContext
-
withServletRequest
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
withServletRequest
in classActionContext
-
withServletResponse
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
withServletResponse
in classActionContext
-
withPageContext
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
withPageContext
in classActionContext
-
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 classActionContext
-
withExtraContext
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
withExtraContext
in classActionContext
-
with
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
with
in classActionContext
-
ActionContext
instead.