Class ViewLog4jAction

java.lang.Object
org.apache.struts2.ActionSupport
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalAdminSecurityAware, 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:
ConfigureLog4jAction

public class ViewLog4jAction extends GlobalAdminAction
See Also:
  • Constructor Details

    • ViewLog4jAction

      public ViewLog4jAction()
  • Method Details

    • execute

      public String execute()
      Specified by:
      execute in interface org.apache.struts2.action.Action
      Overrides:
      execute in class org.apache.struts2.ActionSupport
    • getExtraLevelName

      public String getExtraLevelName()
    • getLevelTypes

      public List<String> getLevelTypes()
    • getEntries

      public List<LoggingConfigEntry> getEntries()
    • setEntries

      public void setEntries(List<LoggingConfigEntry> entries)
    • setupEntries

      protected void setupEntries()