Uses of Class
org.xwiki.component.annotation.ComponentDeclaration

Packages that use ComponentDeclaration
org.xwiki.component.annotation   
 

Uses of ComponentDeclaration in org.xwiki.component.annotation
 

Methods in org.xwiki.component.annotation that return types with arguments of type ComponentDeclaration
 List<ComponentDeclaration> ComponentAnnotationLoader.getDeclaredComponents(InputStream componentListStream)
          Get all components listed in the passed resource stream.
 List<ComponentDeclaration> ComponentAnnotationLoader.getDeclaredComponentsFromJAR(InputStream jarFile)
          Get all components listed in a JAR file.
 

Method parameters in org.xwiki.component.annotation with type arguments of type ComponentDeclaration
 void ComponentAnnotationLoader.initialize(ComponentManager manager, ClassLoader classLoader, List<ComponentDeclaration> componentDeclarations)
           
 void ComponentAnnotationLoader.register(ComponentManager manager, ClassLoader classLoader, List<ComponentDeclaration> componentDeclarations)
           
 void ComponentAnnotationLoader.unregister(ComponentManager manager, ClassLoader classLoader, List<ComponentDeclaration> componentDeclarations)
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.