public class PortletPreferencesWrapper extends Object implements javax.portlet.PortletPreferences
| Constructor and Description |
|---|
PortletPreferencesWrapper(javax.portlet.PortletPreferences pp,
Map userInfo) |
| Modifier and Type | Method and Description |
|---|---|
Map |
getMap() |
Enumeration |
getNames() |
String |
getValue(String attribute,
String def) |
String[] |
getValues(String attribute,
String[] def) |
boolean |
isReadOnly(String arg0) |
void |
reset(String arg0) |
void |
setValue(String arg0,
String arg1) |
void |
setValues(String arg0,
String[] arg1) |
void |
store() |
public PortletPreferencesWrapper(javax.portlet.PortletPreferences pp,
Map userInfo)
public boolean isReadOnly(String arg0)
isReadOnly in interface javax.portlet.PortletPreferencesuserInfo - javax.portlet.ReadOnlyExceptionpublic String getValue(String attribute, String def)
getValue in interface javax.portlet.PortletPreferencespublic String[] getValues(String attribute, String[] def)
getValues in interface javax.portlet.PortletPreferencespublic void setValue(String arg0, String arg1) throws javax.portlet.ReadOnlyException
setValue in interface javax.portlet.PortletPreferencesjavax.portlet.ReadOnlyExceptionpublic void setValues(String arg0, String[] arg1) throws javax.portlet.ReadOnlyException
setValues in interface javax.portlet.PortletPreferencesjavax.portlet.ReadOnlyExceptionpublic Enumeration getNames()
getNames in interface javax.portlet.PortletPreferencespublic Map getMap()
getMap in interface javax.portlet.PortletPreferencespublic void reset(String arg0) throws javax.portlet.ReadOnlyException
reset in interface javax.portlet.PortletPreferencesjavax.portlet.ReadOnlyExceptionpublic void store()
throws IOException,
javax.portlet.ValidatorException
store in interface javax.portlet.PortletPreferencesIOExceptionjavax.portlet.ValidatorExceptionCopyright © 2016 Jasig. All Rights Reserved.