org.apache.geronimo.deployment.tools.loader
Class WebDeployable

java.lang.Object
  extended by org.apache.geronimo.deployment.tools.loader.AbstractDeployable
      extended by org.apache.geronimo.deployment.tools.loader.WebDeployable
All Implemented Interfaces:
DeployableObject

public class WebDeployable
extends AbstractDeployable


Constructor Summary
WebDeployable(URL moduleURL)
           
WebDeployable(URL moduleURL, List parentClassLoaders)
           
 
Method Summary
 ClassLoader getModuleLoader()
           
 
Methods inherited from class org.apache.geronimo.deployment.tools.loader.AbstractDeployable
entries, getChildBean, getClassFromScope, getDDBeanRoot, getDDBeanRoot, getEntry, getModuleDTDVersion, getText, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebDeployable

public WebDeployable(URL moduleURL)
              throws DDBeanCreateException
Throws:
DDBeanCreateException

WebDeployable

public WebDeployable(URL moduleURL,
                     List parentClassLoaders)
              throws DDBeanCreateException
Throws:
DDBeanCreateException
Method Detail

getModuleLoader

public ClassLoader getModuleLoader()
Overrides:
getModuleLoader in class AbstractDeployable


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.