public class ContainerPreferenceInfo extends Object implements PreferenceInfo
| Constructor and Description |
|---|
ContainerPreferenceInfo(String key,
org.gatein.common.i18n.LocalizedString displayName,
org.gatein.common.i18n.LocalizedString description,
boolean readOnly,
List<String> value) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDefaultValue()
Return the value provided by the portlet.xml deployment descriptor.
|
org.gatein.common.i18n.LocalizedString |
getDescription() |
org.gatein.common.i18n.LocalizedString |
getDisplayName() |
String |
getKey() |
Boolean |
isReadOnly() |
public String getKey()
getKey in interface PreferenceInfopublic org.gatein.common.i18n.LocalizedString getDisplayName()
getDisplayName in interface PreferenceInfopublic org.gatein.common.i18n.LocalizedString getDescription()
getDescription in interface PreferenceInfopublic Boolean isReadOnly()
isReadOnly in interface PreferenceInfopublic List<String> getDefaultValue()
getDefaultValue in interface PreferenceInfoCopyright © 2003-2020 GateIn. All Rights Reserved.