PortletPreferences
interface allows the portlet to store
configuration dataThere are two different types of preferences:
- modifiable preferences - these preferences can be changed by the
portlet in any standard portlet mode (
EDIT, HELP, VIEW
). Per default every preference is modifiable. - read-only preferences - these preferences cannot be changed by the
portlet in any standard portlet mode, but may be changed by administrative modes.
Preferences are read-only, if the are defined in the
deployment descriptor with
read-only
set totrue
, or if the portlet container restricts write access.
No comments:
Post a Comment