|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReadOnlyException | |
|---|---|
| javax.portlet | The javax.portlet package defines the API for Java Portlet Specification V2.0. |
| org.jboss.portal.portlet.impl.jsr168.api | |
| Uses of ReadOnlyException in javax.portlet |
|---|
| Methods in javax.portlet that throw ReadOnlyException | |
|---|---|
void |
PortletPreferences.reset(java.lang.String key)
Resets or removes the value associated with the specified key. |
void |
PortletPreferences.setValue(java.lang.String key,
java.lang.String value)
Associates the specified String value with the specified key in this preference. |
void |
PortletPreferences.setValues(java.lang.String key,
java.lang.String[] values)
Associates the specified String array value with the specified key in this preference. |
| Uses of ReadOnlyException in org.jboss.portal.portlet.impl.jsr168.api |
|---|
| Methods in org.jboss.portal.portlet.impl.jsr168.api that throw ReadOnlyException | |
|---|---|
void |
PortletPreferencesImpl.reset(java.lang.String key)
|
void |
PortletPreferencesImpl.setValue(java.lang.String key,
java.lang.String value)
|
void |
PortletPreferencesImpl.setValues(java.lang.String key,
java.lang.String[] values)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||