Liferay 7.0-ce-m6

com.liferay.portlet.exportimport.xstream
Class XStreamMarshallingContextAdapter

java.lang.Object
  extended by com.liferay.portlet.exportimport.xstream.XStreamMarshallingContextAdapter
All Implemented Interfaces:
XStreamMarshallingContext

public class XStreamMarshallingContextAdapter
extends Object
implements XStreamMarshallingContext


Constructor Summary
XStreamMarshallingContextAdapter(com.thoughtworks.xstream.converters.MarshallingContext marshallingContext)
           
 
Method Summary
 void convertAnother(Object object)
           
 void convertAnother(Object object, XStreamConverter xStreamConverter)
           
 Object get(Object key)
           
 Iterator<String> keys()
           
 void put(Object key, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XStreamMarshallingContextAdapter

public XStreamMarshallingContextAdapter(com.thoughtworks.xstream.converters.MarshallingContext marshallingContext)
Method Detail

convertAnother

public void convertAnother(Object object)
Specified by:
convertAnother in interface XStreamMarshallingContext

convertAnother

public void convertAnother(Object object,
                           XStreamConverter xStreamConverter)
Specified by:
convertAnother in interface XStreamMarshallingContext

get

public Object get(Object key)
Specified by:
get in interface XStreamMarshallingContext

keys

public Iterator<String> keys()
Specified by:
keys in interface XStreamMarshallingContext

put

public void put(Object key,
                Object value)
Specified by:
put in interface XStreamMarshallingContext

Liferay 7.0-ce-m6