Uses of Class
com.atlassian.confluence.struts.compat2.ActionContext
Packages that use ActionContext
-
Uses of ActionContext in com.atlassian.confluence.struts.compat
Subclasses of ActionContext in com.atlassian.confluence.struts.compatModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ActionContext in com.atlassian.confluence.struts.compat2
Methods in com.atlassian.confluence.struts.compat2 that return ActionContextModifier and TypeMethodDescriptionstatic ActionContext
ActionContext.adapt
(org.apache.struts2.ActionContext actualContext) ActionContext.bind()
static ActionContext
ActionContext.bind
(ActionContext actionContext) static ActionContext
ServletActionContext.getActionContext()
static ActionContext
ServletActionContext.getActionContext
(javax.servlet.http.HttpServletRequest req) static ActionContext
ActionContext.getContext()
static ActionContext
ServletActionContext.getContext()
static ActionContext
ActionContext.of()
static ActionContext
ActionContext.withActionInvocation
(org.apache.struts2.ActionInvocation actionInvocation) ActionContext.withActionMapping
(org.apache.struts2.dispatcher.mapper.ActionMapping actionMapping) ActionContext.withActionName
(String actionName) ActionContext.withApplication
(Map<String, Object> application) ActionContext.withContainer
(com.opensymphony.xwork2.inject.Container container) ActionContext.withConversionErrors
(Map<String, com.opensymphony.xwork2.conversion.impl.ConversionData> conversionErrors) ActionContext.withExtraContext
(Map<String, Object> extraContext) ActionContext.withLocale
(Locale locale) ActionContext.withPageContext
(javax.servlet.jsp.PageContext pageContext) ActionContext.withParameters
(org.apache.struts2.dispatcher.HttpParameters parameters) ActionContext.withServletContext
(javax.servlet.ServletContext servletContext) ActionContext.withServletRequest
(javax.servlet.http.HttpServletRequest request) ActionContext.withServletResponse
(javax.servlet.http.HttpServletResponse response) ActionContext.withSession
(Map<String, Object> session) ActionContext.withValueStack
(org.apache.struts2.util.ValueStack valueStack) Methods in com.atlassian.confluence.struts.compat2 with parameters of type ActionContextModifier and TypeMethodDescriptionstatic ActionContext
ActionContext.bind
(ActionContext actionContext)
ActionContext
instead.