|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.portlet.impl.jsr168.info.ContainerPreferenceInfo
public class ContainerPreferenceInfo
Constructor Summary | |
---|---|
ContainerPreferenceInfo(java.lang.String key,
LocalizedString displayName,
LocalizedString description,
boolean readOnly,
Value value)
|
Method Summary | |
---|---|
Value |
getDefaultValue()
Return the value provided by the portlet.xml deployment descriptor. |
LocalizedString |
getDescription()
Retrieves the localized description of the described preference. |
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, LocalizedString displayName, LocalizedString description, boolean readOnly, Value value)
Method Detail |
---|
public java.lang.String getKey()
PreferenceInfo
getKey
in interface PreferenceInfo
public LocalizedString getDisplayName()
PreferenceInfo
getDisplayName
in interface PreferenceInfo
LocalizedString
public LocalizedString getDescription()
PreferenceInfo
getDescription
in interface PreferenceInfo
LocalizedString
public java.lang.Boolean isReadOnly()
PreferenceInfo
isReadOnly
in interface PreferenceInfo
true
if the described preference is read-only, false
otherwise.public Value getDefaultValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |