Package org.gatein.pc.portlet.impl.info
Class ContainerPreferenceInfo
java.lang.Object
org.gatein.pc.portlet.impl.info.ContainerPreferenceInfo
- All Implemented Interfaces:
org.gatein.pc.api.info.PreferenceInfo
public class ContainerPreferenceInfo
extends Object
implements org.gatein.pc.api.info.PreferenceInfo
- Version:
- $Revision: 6818 $
- Author:
- Julien Viet
-
Constructor Summary
ConstructorsConstructorDescriptionContainerPreferenceInfo(String key, org.gatein.common.i18n.LocalizedString displayName, org.gatein.common.i18n.LocalizedString description, boolean readOnly, List<String> value) -
Method Summary
Modifier and TypeMethodDescriptionReturn the value provided by the portlet.xml deployment descriptor.org.gatein.common.i18n.LocalizedStringorg.gatein.common.i18n.LocalizedStringgetKey()
-
Constructor Details
-
ContainerPreferenceInfo
-
-
Method Details
-
getKey
- Specified by:
getKeyin interfaceorg.gatein.pc.api.info.PreferenceInfo
-
getDisplayName
public org.gatein.common.i18n.LocalizedString getDisplayName()- Specified by:
getDisplayNamein interfaceorg.gatein.pc.api.info.PreferenceInfo
-
getDescription
public org.gatein.common.i18n.LocalizedString getDescription()- Specified by:
getDescriptionin interfaceorg.gatein.pc.api.info.PreferenceInfo
-
isReadOnly
- Specified by:
isReadOnlyin interfaceorg.gatein.pc.api.info.PreferenceInfo
-
getDefaultValue
Return the value provided by the portlet.xml deployment descriptor.- Specified by:
getDefaultValuein interfaceorg.gatein.pc.api.info.PreferenceInfo- Returns:
- the preference value associated with this preference meta data
-