|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.portal.portlet.impl.info.ContainerPreferenceInfo
public class ContainerPreferenceInfo
| Constructor Summary | |
|---|---|
ContainerPreferenceInfo(java.lang.String key,
org.jboss.portal.common.i18n.LocalizedString displayName,
org.jboss.portal.common.i18n.LocalizedString description,
boolean readOnly,
java.util.List<java.lang.String> value)
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getDefaultValue()
Return the value provided by the portlet.xml deployment descriptor. |
org.jboss.portal.common.i18n.LocalizedString |
getDescription()
Retrieves the localized description of the described preference. |
org.jboss.portal.common.i18n.LocalizedString |
getDisplayName()
Retrieves the localized display name of the described preference. |
java.lang.String |
getKey()
Retrieves the key associated to the described preference. |
java.lang.Boolean |
isReadOnly()
Return true if the preference is read-only, false otherwise or null if it cannot be determined. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContainerPreferenceInfo(java.lang.String key,
org.jboss.portal.common.i18n.LocalizedString displayName,
org.jboss.portal.common.i18n.LocalizedString description,
boolean readOnly,
java.util.List<java.lang.String> value)
| Method Detail |
|---|
public java.lang.String getKey()
PreferenceInfo
getKey in interface PreferenceInfopublic org.jboss.portal.common.i18n.LocalizedString getDisplayName()
PreferenceInfo
getDisplayName in interface PreferenceInfoLocalizedStringpublic org.jboss.portal.common.i18n.LocalizedString getDescription()
PreferenceInfo
getDescription in interface PreferenceInfoLocalizedStringpublic java.lang.Boolean isReadOnly()
PreferenceInfo
isReadOnly in interface PreferenceInfotrue if the described preference is read-only, false otherwise.public java.util.List<java.lang.String> getDefaultValue()
getDefaultValue in interface PreferenceInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||