|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.component.annotation.ComponentDescriptorFactory
public class ComponentDescriptorFactory
Constructs a Component Descriptor out of a class definition that contains Annotations.
ComponentAnnotationLoader| Constructor Summary | |
|---|---|
ComponentDescriptorFactory()
|
|
| Method Summary | |
|---|---|
java.util.List<ComponentDescriptor> |
createComponentDescriptors(java.lang.Class<?> componentClass,
java.lang.Class<?> componentRoleClass)
Create component descriptors for the passed component implementation class and component role class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentDescriptorFactory()
| Method Detail |
|---|
public java.util.List<ComponentDescriptor> createComponentDescriptors(java.lang.Class<?> componentClass,
java.lang.Class<?> componentRoleClass)
componentClass - the component implementation classcomponentRoleClass - the component role class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||