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 String
getDefaultDisplayValue()
String
getDescription()
String
getDisplayValue()
String
getKey()
String
getPlugin()
String
getValueAsSaved()
boolean
isDynamic()
boolean
isEncrypted()
boolean
isHidden()
boolean
isRestartRequired()
boolean
isSetByUser()
boolean
isSystemProperty()
-
-
-
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()
-
isSetByUser
public boolean isSetByUser()
-
isRestartRequired
public boolean isRestartRequired()
-
isHidden
public boolean isHidden()
-
isEncrypted
public boolean isEncrypted()
-
-