Uses of Interface
org.richfaces.cdk.vfs.VFSRoot

Packages that use VFSRoot
org.richfaces.cdk.resource.scan.impl   
org.richfaces.cdk.resource.util   
org.richfaces.cdk.vfs   
org.richfaces.cdk.vfs.file   
org.richfaces.cdk.vfs.zip   
 

Uses of VFSRoot in org.richfaces.cdk.resource.scan.impl
 

Constructor parameters in org.richfaces.cdk.resource.scan.impl with type arguments of type VFSRoot
DynamicResourcesScanner(Collection<VFSRoot> cpFiles, org.richfaces.resource.ResourceFactory resourceFactory)
           
 

Uses of VFSRoot in org.richfaces.cdk.resource.util
 

Method parameters in org.richfaces.cdk.resource.util with type arguments of type VFSRoot
static Collection<VirtualFile> ResourceUtil.getResourceRoots(Iterable<VFSRoot> cpRoots, Iterable<VFSRoot> webRoots)
           
static Collection<VirtualFile> ResourceUtil.getResourceRoots(Iterable<VFSRoot> cpRoots, Iterable<VFSRoot> webRoots)
           
 

Uses of VFSRoot in org.richfaces.cdk.vfs
 

Methods in org.richfaces.cdk.vfs that return VFSRoot
static VFSRoot VFS.getRoot(URL url)
           
 

Uses of VFSRoot in org.richfaces.cdk.vfs.file
 

Classes in org.richfaces.cdk.vfs.file that implement VFSRoot
 class FileVFSRoot
           
 

Uses of VFSRoot in org.richfaces.cdk.vfs.zip
 

Classes in org.richfaces.cdk.vfs.zip that implement VFSRoot
 class ZipVFSRoot
           
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.