Package com.liferay.portlet
Class PortletPreferencesWrapper
java.lang.Object
com.liferay.portlet.PortletPreferencesWrapper
- All Implemented Interfaces:
Serializable,javax.portlet.PortletPreferences
public class PortletPreferencesWrapper
extends Object
implements javax.portlet.PortletPreferences, Serializable
- Author:
- Brian Wing Shun Chan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPortletPreferencesWrapper(javax.portlet.PortletPreferences portletPreferences) -
Method Summary
-
Constructor Details
-
PortletPreferencesWrapper
public PortletPreferencesWrapper(javax.portlet.PortletPreferences portletPreferences)
-
-
Method Details
-
equals
-
getMap
- Specified by:
getMapin interfacejavax.portlet.PortletPreferences
-
getNames
- Specified by:
getNamesin interfacejavax.portlet.PortletPreferences
-
getPortletPreferencesImpl
-
getValue
- Specified by:
getValuein interfacejavax.portlet.PortletPreferences
-
getValues
- Specified by:
getValuesin interfacejavax.portlet.PortletPreferences
-
hashCode
public int hashCode() -
isReadOnly
- Specified by:
isReadOnlyin interfacejavax.portlet.PortletPreferences
-
reset
- Specified by:
resetin interfacejavax.portlet.PortletPreferences- Throws:
javax.portlet.ReadOnlyException
-
setValue
- Specified by:
setValuein interfacejavax.portlet.PortletPreferences- Throws:
javax.portlet.ReadOnlyException
-
setValues
- Specified by:
setValuesin interfacejavax.portlet.PortletPreferences- Throws:
javax.portlet.ReadOnlyException
-
store
- Specified by:
storein interfacejavax.portlet.PortletPreferences- Throws:
IOExceptionjavax.portlet.ValidatorException
-