Package | Description |
---|---|
javax.portlet |
The javax.portlet package defines the API
for the Java Portlet Specification V3.0.
|
Modifier and Type | Method and Description |
---|---|
void |
PortletPreferences.reset(String key)
Resets or removes the value associated with the specified key.
|
void |
PortletPreferences.setValue(String key,
String value)
Associates the specified String value with the specified key in this
preference.
|
void |
PortletPreferences.setValues(String key,
String... values)
Sets a
multi-valued String preference for the specified key.
|
Java Portlet 3.0 API Specification. See the Copyright and License provided with this distribution. Use is subject to license terms.