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

Packages that use FileDescriptor
org.jboss.seam.deployment Scanners and handlers for automatically loading components from deployed archives. 
org.jboss.seam.navigation Implementation of pages.xml based navigation 
 

Uses of FileDescriptor in org.jboss.seam.deployment
 

Subclasses of FileDescriptor in org.jboss.seam.deployment
 class ClassDescriptor
           
 

Methods in org.jboss.seam.deployment that return types with arguments of type FileDescriptor
 Set<FileDescriptor> WarRootDeploymentStrategy.getDotPageDotXmlFileNames()
           
 Set<FileDescriptor> DeploymentHandler.getResources()
           
 Set<FileDescriptor> AbstractDeploymentHandler.getResources()
           
 Set<FileDescriptor> StandardDeploymentStrategy.getXmlComponents()
          Get all XML defined (throught components.xml and component.xml) components
 

Method parameters in org.jboss.seam.deployment with type arguments of type FileDescriptor
 void DeploymentHandler.setResources(Set<FileDescriptor> resources)
           
 void AbstractDeploymentHandler.setResources(Set<FileDescriptor> resources)
           
 

Uses of FileDescriptor in org.jboss.seam.navigation
 

Method parameters in org.jboss.seam.navigation with type arguments of type FileDescriptor
 void Pages.initialize(Set<FileDescriptor> fileNames)