[jboss-dev-forums] [Design of POJO Server] - Re: VFS and JBossAS initialization

alesj do-not-reply at jboss.com
Tue Nov 4 09:30:01 EST 2008


"alesj" wrote : 
  | Yeah, it's not really related, but I guess we can re-use it.

  |    protected VirtualFile getVirtualFile(URI uri) throws Exception
  |    {
  |       if (isCacheable())
  |          return VFS.getCachedFile(uri);
  |       else
  |          return VFS.getRoot(uri);
  |    }
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186715#4186715

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186715



More information about the jboss-dev-forums mailing list