com.liferay.portlet
Class PortletPreferencesSerializer
java.lang.Object
com.liferay.portlet.PortletPreferencesSerializer
public class PortletPreferencesSerializer
- extends java.lang.Object
View Source
- Author:
- Brian Wing Shun Chan, Jon Steer, Zongliang Li
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletPreferencesSerializer
public PortletPreferencesSerializer()
fromDefaultXML
public static javax.portlet.PortletPreferences fromDefaultXML(java.lang.String xml)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
fromXML
public static PortletPreferencesImpl fromXML(long companyId,
long ownerId,
int ownerType,
long plid,
java.lang.String portletId,
java.lang.String xml)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
toXML
public static java.lang.String toXML(PortletPreferencesImpl preferences)