java.lang.Objectorg.jboss.web.tomcat.tc4.WebCtxLoader
All Implemented Interfaces:
org.apache.catalina.Loader, org.apache.catalina.Lifecycle
Scott.Stark - @jboss.org$ - Revision: 1.1.1.1.2.1 $| Nested Class Summary: | ||
|---|---|---|
| static class | WebCtxLoader.ENCLoader | A trival extension of URLClassLoader that uses an empty URL[] as its classpath so that all work is delegated to its parent. |
| Field Summary | ||
|---|---|---|
| protected ClassLoader | encLoader | The ClassLoader used to scope the ENC |
| protected WebCtxLoader.ENCLoader | ctxLoader | The ClassLoader returned from getClassLoader |
| protected UnifiedClassLoader | delegate | The war UCL used to load the war classes |
| protected Container | webContainer | |
| protected URL | warURL | |
| Constructor: |
|---|
|
| Method from org.jboss.web.tomcat.tc4.WebCtxLoader Summary: |
|---|
| addLifecycleListener, addPropertyChangeListener, addRepository, findLifecycleListeners, findRepositories, getClassLoader, getContainer, getDefaultContext, getDelegate, getInfo, getReloadable, modified, removeLifecycleListener, removePropertyChangeListener, setContainer, setDefaultContext, setDelegate, setReloadable, setWarURL, start, stop |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.jboss.web.tomcat.tc4.WebCtxLoader Detail: |
|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|