|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VFS | |
---|---|
net.sourceforge.stripes.vfs | Contains classes that facilitate discovery of resources via the class loader. |
Uses of VFS in net.sourceforge.stripes.vfs |
---|
Subclasses of VFS in net.sourceforge.stripes.vfs | |
---|---|
class |
DefaultVFS
A default implementation of VFS that works for most application servers. |
class |
JBoss6VFS
A VFS implementation that works with the VFS API provided by JBoss 6. |
Fields in net.sourceforge.stripes.vfs with type parameters of type VFS | |
---|---|
static List<Class<? extends VFS>> |
VFS.USER_IMPLEMENTATIONS
The list to which implementations are added by addImplClass(Class) . |
Methods in net.sourceforge.stripes.vfs that return VFS | |
---|---|
static VFS |
VFS.getInstance()
Get the singleton VFS instance. |
Method parameters in net.sourceforge.stripes.vfs with type arguments of type VFS | |
---|---|
static void |
VFS.addImplClass(Class<? extends VFS> clazz)
Adds the specified class to the list of VFS implementations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |