Deprecated API


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

Deprecated Methods
org.xwiki.component.manager.ComponentManager.getComponentDescriptor(Class, String)
          since 4.0M1 use ComponentManager.getComponentDescriptor(Type, String) instead 
org.xwiki.component.manager.ComponentManager.getComponentDescriptorList(Class)
          since 4.0M1 use ComponentManager.getComponentDescriptorList(Type) instead 
org.xwiki.component.descriptor.DefaultComponentDependency.getMappingType()
           
org.xwiki.component.descriptor.ComponentDependency.getMappingType()
          since 4.0M1 use ComponentRole.getRoleType() instead 
org.xwiki.component.descriptor.DefaultComponentRole.getRole()
           
org.xwiki.component.descriptor.ComponentRole.getRole()
          since 4.0M1 use ComponentRole.getRoleType() instead 
org.xwiki.component.manager.ComponentManager.hasComponent(Class)
          since 4.0M1 use ComponentManager.hasComponent(Type) instead 
org.xwiki.component.manager.ComponentManager.hasComponent(Class, String)
          since 4.0M1 use ComponentManager.hasComponent(Type, String) instead 
org.xwiki.component.manager.ComponentManager.lookup(Class)
          since 4.0M1 use ComponentManager.lookupComponent(Type) iinstead 
org.xwiki.component.manager.ComponentManager.lookup(Class, String)
           
org.xwiki.component.manager.ComponentManager.lookupList(Class)
          since 4.0M1 use ComponentManager.lookupList(Type) instead 
org.xwiki.component.manager.ComponentManager.lookupMap(Class)
          since 4.0M1 use ComponentManager.lookupMap(Type) 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 
org.xwiki.component.manager.ComponentManager.unregisterComponent(Class, String)
          since 4.0M1 use ComponentManager.unregisterComponent(Type, String) instead 
 

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



Copyright © 2004-2012 XWiki. All Rights Reserved.