Class AdminErrorAction

java.lang.Object
org.apache.struts2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.logger.AdminErrorAction
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, UserAware, com.atlassian.core.i18n.I18nTextProvider, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.locale.LocaleProvider, org.apache.struts2.text.TextProvider, org.apache.struts2.Validateable
Direct Known Subclasses:
RemoveAdminErrorAction

public class AdminErrorAction extends BambooActionSupport
Action class for non-mutative operations on admin errors
See Also:
  • Field Details

    • adminErrorHandler

      @Inject protected AdminErrorHandler adminErrorHandler
      Cannot be @Autowired because this bean is created with webwork.bean("com.atlassian.bamboo.logger.AdminErrorAction") and it can't resolve fields annotated with @Autowired
  • Constructor Details

    • AdminErrorAction

      public AdminErrorAction()
  • Method Details