Liferay 6.2-ce-ga5

com.liferay.portlet.documentlibrary.lar.xstream
Class FolderConverter

java.lang.Object
  extended by com.liferay.portal.kernel.lar.xstream.BaseXStreamConverter
      extended by com.liferay.portlet.documentlibrary.lar.xstream.FolderConverter
All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter, com.thoughtworks.xstream.converters.ConverterMatcher

public class FolderConverter
extends BaseXStreamConverter


Field Summary
protected static List<String> fields
           
 
Constructor Summary
FolderConverter()
           
 
Method Summary
 boolean canConvert(Class clazz)
           
protected  List<String> getFields()
           
 Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader hierarchicalStreamReader, com.thoughtworks.xstream.converters.UnmarshallingContext unmarshallingContext)
           
 
Methods inherited from class com.liferay.portal.kernel.lar.xstream.BaseXStreamConverter
marshal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fields

protected static List<String> fields
Constructor Detail

FolderConverter

public FolderConverter()
Method Detail

canConvert

public boolean canConvert(Class clazz)
Specified by:
canConvert in interface com.thoughtworks.xstream.converters.ConverterMatcher
Specified by:
canConvert in class BaseXStreamConverter

unmarshal

public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader hierarchicalStreamReader,
                        com.thoughtworks.xstream.converters.UnmarshallingContext unmarshallingContext)
Specified by:
unmarshal in interface com.thoughtworks.xstream.converters.Converter
Specified by:
unmarshal in class BaseXStreamConverter

getFields

protected List<String> getFields()
Specified by:
getFields in class BaseXStreamConverter

Liferay 6.2-ce-ga5