org.xwiki.properties.internal.converter
Class ListConverter

java.lang.Object
  extended by org.xwiki.properties.converter.AbstractConverter
      extended by org.xwiki.properties.converter.AbstractCollectionConverter
          extended by org.xwiki.properties.internal.converter.ListConverter
All Implemented Interfaces:
Converter

@Component(hints={"java.util.List","java.util.Collection","java.util.ArrayList"})
@Singleton
public class ListConverter
extends AbstractCollectionConverter

Version:
$Id$

Field Summary
 
Fields inherited from class org.xwiki.properties.converter.AbstractCollectionConverter
QUOTECHAR, QUOTESTRING
 
Constructor Summary
ListConverter()
           
 
Method Summary
 
Methods inherited from class org.xwiki.properties.converter.AbstractCollectionConverter
convertToString, convertToType, createStreamTokenizer, getConverterManager, getDelimiter, newCollection, parseElements, setAllowedChars, setDelimiter
 
Methods inherited from class org.xwiki.properties.converter.AbstractConverter
convert, convertToType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListConverter

public ListConverter()


Copyright © 2004-2011 XWiki. All Rights Reserved.