lumis.portal.servicecontainer
Class RequestPreferences
java.lang.Object
lumis.portal.servicecontainer.RequestPreferences
- All Implemented Interfaces:
- javax.portlet.PortletPreferences, IPreferences
public class RequestPreferences
- extends Object
- implements IPreferences
The preferences object returned by the ServiceContainerRequest
.
- Since:
- 4.0.7
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestPreferences
public RequestPreferences(ServiceContainerRequest request,
IPreferences preferences)
getMap
public Map getMap()
- Specified by:
getMap
in interface javax.portlet.PortletPreferences
getNames
public Enumeration getNames()
- Specified by:
getNames
in interface javax.portlet.PortletPreferences
getValue
public String getValue(String key,
String def)
- Specified by:
getValue
in interface javax.portlet.PortletPreferences
getValues
public String[] getValues(String key,
String[] def)
- Specified by:
getValues
in interface javax.portlet.PortletPreferences
isReadOnly
public boolean isReadOnly(String key)
- Specified by:
isReadOnly
in interface javax.portlet.PortletPreferences
reset
public void reset(String key)
throws javax.portlet.ReadOnlyException
- Specified by:
reset
in interface javax.portlet.PortletPreferences
- Throws:
javax.portlet.ReadOnlyException
setValue
public void setValue(String key,
String value)
throws javax.portlet.ReadOnlyException
- Specified by:
setValue
in interface javax.portlet.PortletPreferences
- Throws:
javax.portlet.ReadOnlyException
setValues
public void setValues(String key,
String[] values)
throws javax.portlet.ReadOnlyException
- Specified by:
setValues
in interface javax.portlet.PortletPreferences
- Throws:
javax.portlet.ReadOnlyException
store
public void store()
throws IOException,
javax.portlet.ValidatorException
- Specified by:
store
in interface javax.portlet.PortletPreferences
- Throws:
IOException
javax.portlet.ValidatorException
Lumisportal 4.2.1.080903 - Copyright © 2001-2007, Lumis. All Rights Reserved.