Uses of Class
com.atlassian.confluence.struts.compat.ActionContext

Packages that use ActionContext
  • Uses of ActionContext in com.atlassian.confluence.struts.compat

    Modifier and Type
    Method
    Description
    ActionContext.adapt(org.apache.struts2.ActionContext actualContext)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ActionContext.bind()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ActionContext.bind(ActionContext actionContext)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ServletActionContext.getActionContext()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ServletActionContext.getActionContext(javax.servlet.http.HttpServletRequest req)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ActionContext.getContext()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ServletActionContext.getContext()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ActionContext.of()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ActionContext.of(Map<String,Object> context)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ActionContext.with(String key, Object value)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ActionContext.withActionInvocation(com.opensymphony.xwork2.ActionInvocation actionInvocation)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ActionContext.withActionInvocation(org.apache.struts2.ActionInvocation actionInvocation)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ActionContext.withActionMapping(org.apache.struts2.dispatcher.mapper.ActionMapping actionMapping)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ActionContext.withActionName(String actionName)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ActionContext.withApplication(Map<String,Object> application)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ActionContext.withContainer(com.opensymphony.xwork2.inject.Container container)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    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.
     
    ActionContext.withExtraContext(Map<String,Object> extraContext)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ActionContext.withLocale(Locale locale)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ActionContext.withPageContext(javax.servlet.jsp.PageContext pageContext)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ActionContext.withParameters(org.apache.struts2.dispatcher.HttpParameters parameters)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ActionContext.withServletContext(javax.servlet.ServletContext servletContext)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ActionContext.withServletRequest(javax.servlet.http.HttpServletRequest request)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ActionContext.withServletResponse(javax.servlet.http.HttpServletResponse response)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ActionContext.withSession(Map<String,Object> session)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ActionContext.withValueStack(com.opensymphony.xwork2.util.ValueStack valueStack)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    ActionContext.withValueStack(org.apache.struts2.util.ValueStack valueStack)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Methods in com.atlassian.confluence.struts.compat with parameters of type ActionContext
    Modifier and Type
    Method
    Description
    ActionContext.bind(ActionContext actionContext)
    Deprecated, for removal: This API element is subject to removal in a future version.