Uses of Class
org.jboss.virtual.plugins.context.DelegatingHandler

Packages that use DelegatingHandler
org.jboss.virtual.plugins.context   
org.jboss.virtual.plugins.context.file   
org.jboss.virtual.plugins.context.vfs   
org.jboss.virtual.plugins.context.zip   
 

Uses of DelegatingHandler in org.jboss.virtual.plugins.context
 

Subclasses of DelegatingHandler in org.jboss.virtual.plugins.context
 class ReplacementHandler
          A replacement handler.
 

Uses of DelegatingHandler in org.jboss.virtual.plugins.context.file
 

Methods in org.jboss.virtual.plugins.context.file that return DelegatingHandler
protected  DelegatingHandler FileSystemContext.mountZipFS(VirtualFileHandler parent, String name, File file)
          Create zip file system.
 

Uses of DelegatingHandler in org.jboss.virtual.plugins.context.vfs
 

Subclasses of DelegatingHandler in org.jboss.virtual.plugins.context.vfs
 class AssembledFileHandler
          The assembled file handler.
 

Uses of DelegatingHandler in org.jboss.virtual.plugins.context.zip
 

Methods in org.jboss.virtual.plugins.context.zip that return DelegatingHandler
protected  DelegatingHandler ZipEntryContext.mountZipFile(VirtualFileHandler parent, String name, File file)
          Mount ZipEntryContext created around extracted nested archive
protected  DelegatingHandler ZipEntryContext.mountZipStream(VirtualFileHandler parent, String name, InputStream zipStream)
          Mount ZipEntryContext created around ZipStreamWrapper
 



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