Class VfsResource

java.lang.Object
org.springframework.core.io.AbstractResource
org.springframework.core.io.VfsResource
All Implemented Interfaces:
InputStreamSource, Resource

public class VfsResource extends AbstractResource
JBoss VFS based Resource implementation.

As of Spring 4.0, this class supports VFS 3.x on JBoss AS 6+ (package org.jboss.vfs) and is in particular compatible with JBoss AS 7 and WildFly 8+.

Since:
3.0
Author:
Ales Justin, Juergen Hoeller, Costin Leau, Sam Brannen