Deprecated API


Contents
Deprecated Exceptions
org.xwiki.rendering.macro.parameter.ParameterValueTooHighException
          use javax.validation.constraints.Max instead 
org.xwiki.rendering.macro.parameter.ParameterValueTooLowException
          use javax.validation.constraints.Min instead 
 

Deprecated Methods
org.xwiki.rendering.macro.descriptor.DefaultParameterDescriptor.getType()
           
org.xwiki.rendering.macro.descriptor.ParameterDescriptor.getType()
          since 3.0M1 use ParameterDescriptor.getParameterType() instead 
 

Deprecated Constructors
org.xwiki.rendering.macro.descriptor.AbstractMacroDescriptor(String, String, ContentDescriptor, BeanDescriptor)
          since 2.3M1 use AbstractMacroDescriptor.AbstractMacroDescriptor(MacroId, String, String, ContentDescriptor, BeanDescriptor) instead 
 



Copyright © 2004-2013 XWiki. All Rights Reserved.