Uses of Class
org.jboss.seam.init.ComponentDescriptor

Packages that use ComponentDescriptor
org.jboss.seam.init Stuff for starting and initializing Seam in a servlet environment. 
 

Uses of ComponentDescriptor in org.jboss.seam.init
 

Methods in org.jboss.seam.init that return ComponentDescriptor
protected  ComponentDescriptor Initialization.findDescriptor(Class<?> componentClass)
           
 

Methods in org.jboss.seam.init that return types with arguments of type ComponentDescriptor
 Set<ComponentDescriptor> DependencyManager.installedSet()
           
 

Methods in org.jboss.seam.init with parameters of type ComponentDescriptor
protected  void Initialization.addComponent(ComponentDescriptor descriptor, Context context)
          This actually creates a real Component and should only be called when we want to install a component
 int ComponentDescriptor.PrecedenceComparator.compare(ComponentDescriptor obj1, ComponentDescriptor obj2)
           
 int ComponentDescriptor.compareTo(ComponentDescriptor other)
           
 

Constructor parameters in org.jboss.seam.init with type arguments of type ComponentDescriptor
DependencyManager(Map<String,Set<ComponentDescriptor>> componentDescriptors)