Class CustomPortletModeAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<List<CustomPortletModeMetaData>,Map<String,CustomPortletModeMetaData>>
org.gatein.pc.portlet.impl.metadata.adapter.CustomPortletModeAdapter
public class CustomPortletModeAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<List<CustomPortletModeMetaData>,Map<String,CustomPortletModeMetaData>>
- Version:
- $Revision$
- Author:
- Emanuel Muckenhuber
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
CustomPortletModeAdapter
public CustomPortletModeAdapter()
-
-
Method Details
-
marshal
public List<CustomPortletModeMetaData> marshal(Map<String, CustomPortletModeMetaData> map) throws Exception- Specified by:
marshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<List<CustomPortletModeMetaData>,Map<String, CustomPortletModeMetaData>> - Throws:
Exception
-
unmarshal
public Map<String,CustomPortletModeMetaData> unmarshal(List<CustomPortletModeMetaData> list) throws Exception - Specified by:
unmarshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<List<CustomPortletModeMetaData>,Map<String, CustomPortletModeMetaData>> - Throws:
Exception
-