public class ModuleContext extends DeploymentContext
| Constructor and Description |
|---|
ModuleContext(String id,
URI moduleURI,
String uniqueId,
AppContext appContext,
Context moduleJndiContext,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
AppContext |
getAppContext() |
ClassLoader |
getClassLoader() |
Context |
getModuleJndiContext() |
URI |
getModuleURI() |
String |
getUniqueId() |
get, getId, getOptions, getProperties, setpublic ModuleContext(String id, URI moduleURI, String uniqueId, AppContext appContext, Context moduleJndiContext, ClassLoader classLoader)
public AppContext getAppContext()
public ClassLoader getClassLoader()
public Context getModuleJndiContext()
public String getUniqueId()
public URI getModuleURI()
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.