Class SystemPropertiesServlet.CompoundProperty

java.lang.Object
org.jivesoftware.admin.servlet.SystemPropertiesServlet.CompoundProperty
Enclosing class:
SystemPropertiesServlet

public static final class SystemPropertiesServlet.CompoundProperty extends Object
Not every entry in the ofProperty table will have a matching SystemProperty - so this class exists so that the admin UI can display either
  • Method Details

    • getKey

      public String getKey()
    • getValueAsSaved

      public String getValueAsSaved()
    • getDisplayValue

      public String getDisplayValue()
    • getDefaultDisplayValue

      public String getDefaultDisplayValue()
    • isSystemProperty

      public boolean isSystemProperty()
    • getPlugin

      public String getPlugin()
    • getDescription

      public String getDescription()
    • isDynamic

      public boolean isDynamic()
    • isSetByUser

      public boolean isSetByUser()
    • isRestartRequired

      public boolean isRestartRequired()
    • isHidden

      public boolean isHidden()
    • isEncrypted

      public boolean isEncrypted()