Class PortletPreferencesListAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<List<PortletPreferenceMetaData>,Map<String,PortletPreferenceMetaData>>
-
- org.gatein.pc.portlet.impl.metadata.adapter.PortletPreferencesListAdapter
-
public class PortletPreferencesListAdapter extends XmlAdapter<List<PortletPreferenceMetaData>,Map<String,PortletPreferenceMetaData>>
- Version:
- $Revision$
- Author:
- Emanuel Muckenhuber
-
-
Constructor Summary
Constructors Constructor Description PortletPreferencesListAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PortletPreferenceMetaData>marshal(Map<String,PortletPreferenceMetaData> arg0)Map<String,PortletPreferenceMetaData>unmarshal(List<PortletPreferenceMetaData> list)
-
-
-
Method Detail
-
marshal
public List<PortletPreferenceMetaData> marshal(Map<String,PortletPreferenceMetaData> arg0) throws Exception
- Specified by:
marshalin classXmlAdapter<List<PortletPreferenceMetaData>,Map<String,PortletPreferenceMetaData>>- Throws:
Exception
-
unmarshal
public Map<String,PortletPreferenceMetaData> unmarshal(List<PortletPreferenceMetaData> list) throws Exception
- Specified by:
unmarshalin classXmlAdapter<List<PortletPreferenceMetaData>,Map<String,PortletPreferenceMetaData>>- Throws:
Exception
-
-