public class PortalPreferencesWrapper
extends Object
implements Cloneable, javax.portlet.PortletPreferences, Serializable
Constructor and Description |
---|
PortalPreferencesWrapper(PortalPreferencesImpl portalPreferencesImpl) |
Modifier and Type | Method and Description |
---|---|
PortalPreferencesWrapper |
clone() |
Map<String,String[]> |
getMap() |
Enumeration<String> |
getNames() |
PortalPreferencesImpl |
getPortalPreferencesImpl() |
String |
getValue(String key,
String def) |
String[] |
getValues(String key,
String[] def) |
boolean |
isReadOnly(String key) |
void |
reset(String key) |
void |
setValue(String key,
String value) |
void |
setValues(String key,
String... values) |
void |
store() |
public PortalPreferencesWrapper(PortalPreferencesImpl portalPreferencesImpl)
public PortalPreferencesWrapper clone()
clone
in class Object
public Map<String,String[]> getMap()
getMap
in interface javax.portlet.PortletPreferences
public Enumeration<String> getNames()
getNames
in interface javax.portlet.PortletPreferences
public PortalPreferencesImpl getPortalPreferencesImpl()
public String getValue(String key, String def)
getValue
in interface javax.portlet.PortletPreferences
public String[] getValues(String key, String[] def)
getValues
in interface javax.portlet.PortletPreferences
public boolean isReadOnly(String key)
isReadOnly
in interface javax.portlet.PortletPreferences
public void reset(String key)
reset
in interface javax.portlet.PortletPreferences
public void setValue(String key, String value)
setValue
in interface javax.portlet.PortletPreferences
public void setValues(String key, String... values)
setValues
in interface javax.portlet.PortletPreferences
public void store() throws IOException
store
in interface javax.portlet.PortletPreferences
IOException