org.apache.pluto.core.impl
Class PortletPreferencesImpl
java.lang.Object
org.apache.pluto.core.impl.PortletPreferencesImpl
- All Implemented Interfaces:
- javax.portlet.PortletPreferences
- public class PortletPreferencesImpl
- extends java.lang.Object
- implements javax.portlet.PortletPreferences
Method Summary |
java.util.Map |
getMap()
|
java.util.Enumeration |
getNames()
|
java.lang.String |
getValue(java.lang.String key,
java.lang.String def)
|
java.lang.String[] |
getValues(java.lang.String key,
java.lang.String[] def)
|
boolean |
isReadOnly(java.lang.String key)
|
void |
reset(java.lang.String key)
|
void |
setValue(java.lang.String key,
java.lang.String value)
|
void |
setValues(java.lang.String key,
java.lang.String[] values)
|
void |
store()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletPreferencesImpl
public PortletPreferencesImpl(java.lang.Integer methodId,
PortletEntity portletEntity)
PortletPreferencesImpl
public PortletPreferencesImpl(java.lang.Integer methodId,
PortletDefinition portletDefinition)
isReadOnly
public boolean isReadOnly(java.lang.String key)
- Specified by:
isReadOnly
in interface javax.portlet.PortletPreferences
getValue
public java.lang.String getValue(java.lang.String key,
java.lang.String def)
- Specified by:
getValue
in interface javax.portlet.PortletPreferences
getValues
public java.lang.String[] getValues(java.lang.String key,
java.lang.String[] def)
- Specified by:
getValues
in interface javax.portlet.PortletPreferences
setValue
public void setValue(java.lang.String key,
java.lang.String value)
throws javax.portlet.ReadOnlyException
- Specified by:
setValue
in interface javax.portlet.PortletPreferences
- Throws:
javax.portlet.ReadOnlyException
setValues
public void setValues(java.lang.String key,
java.lang.String[] values)
throws javax.portlet.ReadOnlyException
- Specified by:
setValues
in interface javax.portlet.PortletPreferences
- Throws:
javax.portlet.ReadOnlyException
getNames
public java.util.Enumeration getNames()
- Specified by:
getNames
in interface javax.portlet.PortletPreferences
getMap
public java.util.Map getMap()
- Specified by:
getMap
in interface javax.portlet.PortletPreferences
reset
public void reset(java.lang.String key)
throws javax.portlet.ReadOnlyException
- Specified by:
reset
in interface javax.portlet.PortletPreferences
- Throws:
javax.portlet.ReadOnlyException
store
public void store()
throws java.io.IOException,
javax.portlet.ValidatorException
- Specified by:
store
in interface javax.portlet.PortletPreferences
- Throws:
java.io.IOException
javax.portlet.ValidatorException
Copyright © 2003-2006 . All Rights Reserved.