|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InternalPortletPreference
This class represents a portlet preference, which is a name-value pair.
Method Summary | |
---|---|
java.lang.Object |
clone()
Clone a copy of itself. |
java.lang.String |
getName()
Returns the name of this portlet preference. |
java.lang.String[] |
getValues()
Returns the values of this portlet preference, which is a string array. |
boolean |
isReadOnly()
Returns true if this portlet preference is marked as read-only. |
void |
setValues(java.lang.String[] values)
Sets values of this portlet preference. |
Method Detail |
---|
java.lang.String getName()
java.lang.String[] getValues()
void setValues(java.lang.String[] values)
values
- values of this portlet preference to set.boolean isReadOnly()
java.lang.Object clone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |