org.xwiki.properties.internal.converter
Class SetConverter

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

@Component(hints={"java.util.Set","java.util.LinkedHashSet","java.util.HashSet"})
@Singleton
public class SetConverter
extends AbstractCollectionConverter

Version:
$Id$

Field Summary
 
Fields inherited from class org.xwiki.properties.converter.AbstractCollectionConverter
QUOTECHAR, QUOTESTRING
 
Constructor Summary
SetConverter()
           
 
Method Summary
protected  Collection newCollection()
          
 
Methods inherited from class org.xwiki.properties.converter.AbstractCollectionConverter
convertToString, convertToType, createStreamTokenizer, getConverterManager, getDelimiter, 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

SetConverter

public SetConverter()
Method Detail

newCollection

protected Collection newCollection()

Overrides:
newCollection in class AbstractCollectionConverter
Returns:
the modifiable Collection to fill
See Also:
AbstractCollectionConverter.newCollection()


Copyright © 2004-2011 XWiki. All Rights Reserved.