edu.wisc.my.webproxy.beans
Class PortletPreferencesWrapper
java.lang.Object
edu.wisc.my.webproxy.beans.PortletPreferencesWrapper
- All Implemented Interfaces:
- javax.portlet.PortletPreferences
public class PortletPreferencesWrapper
- extends java.lang.Object
- implements javax.portlet.PortletPreferences
- Author:
- dgrimwood
|
Method Summary |
java.util.Map |
getMap()
|
java.util.Enumeration |
getNames()
|
java.lang.String |
getValue(java.lang.String attribute,
java.lang.String def)
|
java.lang.String[] |
getValues(java.lang.String attribute,
java.lang.String[] def)
|
boolean |
isReadOnly(java.lang.String arg0)
|
void |
reset(java.lang.String arg0)
|
void |
setValue(java.lang.String arg0,
java.lang.String arg1)
|
void |
setValues(java.lang.String arg0,
java.lang.String[] arg1)
|
void |
store()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletPreferencesWrapper
public PortletPreferencesWrapper(javax.portlet.PortletPreferences pp,
java.util.Map userInfo)
isReadOnly
public boolean isReadOnly(java.lang.String arg0)
- Specified by:
isReadOnly in interface javax.portlet.PortletPreferences
- Parameters:
userInfo -
- Throws:
javax.portlet.ReadOnlyException
getValue
public java.lang.String getValue(java.lang.String attribute,
java.lang.String def)
- Specified by:
getValue in interface javax.portlet.PortletPreferences
getValues
public java.lang.String[] getValues(java.lang.String attribute,
java.lang.String[] def)
- Specified by:
getValues in interface javax.portlet.PortletPreferences
setValue
public void setValue(java.lang.String arg0,
java.lang.String arg1)
throws javax.portlet.ReadOnlyException
- Specified by:
setValue in interface javax.portlet.PortletPreferences
- Throws:
javax.portlet.ReadOnlyException
setValues
public void setValues(java.lang.String arg0,
java.lang.String[] arg1)
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 arg0)
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 © 2010 Jasig. All Rights Reserved.