Uses of Class
org.xwiki.component.annotation.ComponentDeclaration
-
Packages that use ComponentDeclaration Package Description 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 Modifier and Type Method Description List<ComponentDeclaration>
ComponentAnnotationLoader. getDeclaredComponents(InputStream componentListStream)
Get all components listed in the passed resource stream.List<ComponentDeclaration>
ComponentAnnotationLoader. getDeclaredComponents(ClassLoader classLoader, String location)
Get all components listed in the passed resource file.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 Modifier and Type Method Description 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)
-