Package org.jivesoftware.admin.servlet
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 matchingSystemProperty- so this class exists so that the admin UI can display either
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefaultDisplayValue()StringgetDescription()StringgetDisplayValue()StringgetKey()StringgetPlugin()StringgetValueAsSaved()booleanisDynamic()booleanisEncrypted()booleanisHidden()booleanisRestartRequired()booleanisSystemProperty()
-
-
-
Method Detail
-
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()
-
isRestartRequired
public boolean isRestartRequired()
-
isHidden
public boolean isHidden()
-
isEncrypted
public boolean isEncrypted()
-
-