Class AdminSysteminfoAction

java.lang.Object
org.lastaflute.web.LastaAction
org.lastaflute.web.TypicalAction
org.codelibs.fess.app.web.base.FessBaseAction
org.codelibs.fess.app.web.base.FessAdminAction
org.codelibs.fess.app.web.admin.systeminfo.AdminSysteminfoAction
All Implemented Interfaces:
FessHtmlPath, org.lastaflute.web.docs.LaActionDocs, org.lastaflute.web.hook.ActionHook, org.lastaflute.web.validation.LaValidatable<FessMessages>

public class AdminSysteminfoAction extends FessAdminAction
Author:
Keiichi Watanabe
  • Field Details

    • ROLE

      public static final String ROLE
      See Also:
    • systemProperties

      protected org.codelibs.core.misc.DynamicProperties systemProperties
  • Constructor Details

    • AdminSysteminfoAction

      public AdminSysteminfoAction()
  • Method Details

    • setupHtmlData

      protected void setupHtmlData(org.lastaflute.web.ruts.process.ActionRuntime runtime)
      Overrides:
      setupHtmlData in class FessAdminAction
    • getActionRole

      protected String getActionRole()
      Specified by:
      getActionRole in class FessAdminAction
    • index

      @Execute @Secured({"admin-systeminfo","admin-systeminfo-view"}) public org.lastaflute.web.response.HtmlResponse index()
    • registerEnvItems

      protected void registerEnvItems(org.lastaflute.web.response.render.RenderData data)
    • registerPropItems

      protected void registerPropItems(org.lastaflute.web.response.render.RenderData data)
    • registerFessPropItems

      protected void registerFessPropItems(org.lastaflute.web.response.render.RenderData data)
    • registerBugReportItems

      protected void registerBugReportItems(org.lastaflute.web.response.render.RenderData data)
    • getEnvItems

      public static List<Map<String,String>> getEnvItems()
    • getPropItems

      public static List<Map<String,String>> getPropItems()
    • getFessPropItems

      public static List<Map<String,String>> getFessPropItems(FessConfig fessConfig)
    • isMaskedValue

      protected static boolean isMaskedValue(String key)
    • getBugReportItems

      public static List<Map<String,String>> getBugReportItems()
    • createPropItem

      protected static Map<String,String> createPropItem(String key)
    • createItem

      protected static Map<String,String> createItem(Object label, Object value)