Deprecated API


Contents
Deprecated Methods
org.xwiki.properties.converter.AbstractConverter.convertToType(Class, Object)
          since 3.0M1 overwrite convertToType(Type, Object) instead 
org.xwiki.properties.converter.AbstractCollectionConverter.getDelimiter()
          since 3.2M3 use AbstractCollectionConverter.getDelimiters() instead 
org.xwiki.properties.PropertyDescriptor.getFied()
          since 4.2M1 use PropertyDescriptor.getField() instead 
org.xwiki.properties.PropertyDescriptor.getPropertyClass()
          since 3.0M1 use PropertyDescriptor.getPropertyType() instead 
org.xwiki.properties.converter.AbstractCollectionConverter.setAllowedChars(char[])
          since 3.2M3 use AbstractCollectionConverter.setDelimiters(String) instead 
org.xwiki.properties.converter.AbstractCollectionConverter.setDelimiter(char)
          since 3.2M3 use AbstractCollectionConverter.setDelimiters(String) instead 
 



Copyright © 2004-2012 XWiki. All Rights Reserved.