Uses of Class
org.xwiki.component.descriptor.ComponentInstantiationStrategy
-
Packages that use ComponentInstantiationStrategy Package Description org.xwiki.component.annotation org.xwiki.component.descriptor -
-
Uses of ComponentInstantiationStrategy in org.xwiki.component.annotation
Methods in org.xwiki.component.annotation that return ComponentInstantiationStrategy Modifier and Type Method Description ComponentInstantiationStrategy
value()
-
Uses of ComponentInstantiationStrategy in org.xwiki.component.descriptor
Methods in org.xwiki.component.descriptor that return ComponentInstantiationStrategy Modifier and Type Method Description ComponentInstantiationStrategy
ComponentDescriptor. getInstantiationStrategy()
ComponentInstantiationStrategy
DefaultComponentDescriptor. getInstantiationStrategy()
static ComponentInstantiationStrategy
ComponentInstantiationStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ComponentInstantiationStrategy[]
ComponentInstantiationStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.component.descriptor with parameters of type ComponentInstantiationStrategy Modifier and Type Method Description void
DefaultComponentDescriptor. setInstantiationStrategy(ComponentInstantiationStrategy instantiationStrategy)
-