Uses of Class
org.jboss.seam.deployment.ClassDescriptor

Packages that use ClassDescriptor
org.jboss.seam.deployment Scanners and handlers for automatically loading components from deployed archives. 
 

Uses of ClassDescriptor in org.jboss.seam.deployment
 

Methods in org.jboss.seam.deployment that return types with arguments of type ClassDescriptor
 java.util.Set<ClassDescriptor> StandardDeploymentStrategy.getAnnotatedComponents()
          Get all annotated components known to this strategy
 java.util.Set<ClassDescriptor> ClassDeploymentHandler.getClasses()
           
 java.util.Set<ClassDescriptor> GroovyDeploymentHandler.getClasses()
          Get all the Groovy Seam Components this handler has handled
 java.util.Set<ClassDescriptor> AbstractClassDeploymentHandler.getClasses()
           
 java.util.Set<ClassDescriptor> GroovyHotDeploymentStrategy.getScannedComponentClasses()
           
 java.util.Set<ClassDescriptor> HotDeploymentStrategy.getScannedComponentClasses()
          Get all Components which the strategy has scanned and handled
 

Method parameters in org.jboss.seam.deployment with type arguments of type ClassDescriptor
 void ClassDeploymentHandler.setClasses(java.util.Set<ClassDescriptor> classes)
           
 void AbstractClassDeploymentHandler.setClasses(java.util.Set<ClassDescriptor> classes)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.