Uses of Class
javax.portlet.ReadOnlyException

Packages that use ReadOnlyException
javax.portlet The javax.portlet package defines the API for Java Portlet Specification V2.0. 
org.apache.pluto.internal.impl   
 

Uses of ReadOnlyException in javax.portlet
 

Methods in javax.portlet that throw ReadOnlyException
 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)
          Associates the specified String array value with the specified key in this preference.
 

Uses of ReadOnlyException in org.apache.pluto.internal.impl
 

Methods in org.apache.pluto.internal.impl that throw ReadOnlyException
 void PortletPreferencesImpl.reset(String key)
           
 void PortletPreferencesImpl.setValue(String key, String value)
           
 void PortletPreferencesImpl.setValues(String key, String[] values)
           
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.