Deprecated API


Contents
Deprecated Annotation Types
org.xwiki.component.annotation.ComponentRole
          since 4.0M1 use Role instead 
 

Deprecated Methods
org.xwiki.component.manager.ComponentManager.getComponentDescriptorList(Class)
          since 4.0M1 use ComponentManager.getComponentDescriptorList(Type) instead 
org.xwiki.component.descriptor.ComponentDependency.getMappingType()
          since 4.0M1 use ComponentRole.getRoleType() instead 
org.xwiki.component.descriptor.DefaultComponentDependency.getMappingType()
           
org.xwiki.component.descriptor.DefaultComponentRole.getRole()
           
org.xwiki.component.descriptor.ComponentRole.getRole()
          since 4.0M1 use ComponentRole.getRoleType() instead 
org.xwiki.component.manager.ComponentEventManager.notifyComponentRegistered(ComponentDescriptor)
          since 3.3 use ComponentEventManager.notifyComponentRegistered(ComponentDescriptor, ComponentManager) instead 
org.xwiki.component.manager.ComponentEventManager.notifyComponentUnregistered(ComponentDescriptor)
          since 3.3 use ComponentEventManager.notifyComponentUnregistered(ComponentDescriptor, ComponentManager) instead 
org.xwiki.component.descriptor.DefaultComponentDependency.setMappingType(Class)
          since 4.0M1 use DefaultComponentRole.setRoleType(java.lang.reflect.Type) instead 
org.xwiki.component.descriptor.DefaultComponentRole.setRole(Class)
          since 4.0M1 use DefaultComponentRole.setRoleType(Type) instead 
 

Deprecated Annotation Type Elements
org.xwiki.component.annotation.Component.value
          since 3.1M1 use the @Named annotation instead 
 



Copyright © 2004–2013 XWiki. All rights reserved.