public final class PortletListAdapter extends XmlAdapter<List<PortletMetaData>,Map<String,PortletMetaData>>
| Constructor and Description |
|---|
PortletListAdapter() |
| Modifier and Type | Method and Description |
|---|---|
List<PortletMetaData> |
marshal(Map<String,PortletMetaData> portletMap) |
Map<String,PortletMetaData> |
unmarshal(List<PortletMetaData> portletList) |
public List<PortletMetaData> marshal(Map<String,PortletMetaData> portletMap) throws Exception
marshal in class XmlAdapter<List<PortletMetaData>,Map<String,PortletMetaData>>Exceptionpublic Map<String,PortletMetaData> unmarshal(List<PortletMetaData> portletList) throws Exception
unmarshal in class XmlAdapter<List<PortletMetaData>,Map<String,PortletMetaData>>ExceptionCopyright © 2003-2018 GateIn. All Rights Reserved.