Uses of Class
org.xwiki.component.descriptor.ComponentInstantiationStrategy

Packages that use ComponentInstantiationStrategy
org.xwiki.component.descriptor   
 

Uses of ComponentInstantiationStrategy in org.xwiki.component.descriptor
 

Methods in org.xwiki.component.descriptor that return ComponentInstantiationStrategy
 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
 void DefaultComponentDescriptor.setInstantiationStrategy(ComponentInstantiationStrategy instantiationStrategy)
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.