public class CustomPortletModeAdapter extends XmlAdapter<List<CustomPortletModeMetaData>,Map<String,CustomPortletModeMetaData>>
| Constructor and Description |
|---|
CustomPortletModeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
List<CustomPortletModeMetaData> |
marshal(Map<String,CustomPortletModeMetaData> map) |
Map<String,CustomPortletModeMetaData> |
unmarshal(List<CustomPortletModeMetaData> list) |
public List<CustomPortletModeMetaData> marshal(Map<String,CustomPortletModeMetaData> map) throws Exception
marshal in class XmlAdapter<List<CustomPortletModeMetaData>,Map<String,CustomPortletModeMetaData>>Exceptionpublic Map<String,CustomPortletModeMetaData> unmarshal(List<CustomPortletModeMetaData> list) throws Exception
unmarshal in class XmlAdapter<List<CustomPortletModeMetaData>,Map<String,CustomPortletModeMetaData>>ExceptionCopyright © 2003-2020 GateIn. All Rights Reserved.