|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassEntry | |
|---|---|
| com.caucho.loader | |
| Uses of ClassEntry in com.caucho.loader |
|---|
| Methods in com.caucho.loader that return ClassEntry | |
|---|---|
protected ClassEntry |
DynamicClassLoader.getClassEntry(java.lang.String name)
Returns the matching class entry. |
protected ClassEntry |
JarListLoader.getClassEntry(java.lang.String name,
java.lang.String pathName)
Returns the class entry. |
protected ClassEntry |
Loader.getClassEntry(java.lang.String name,
java.lang.String pathName)
Returns the class entry. |
protected ClassEntry |
PathLoader.getClassEntry(java.lang.String name,
java.lang.String pathName)
Returns the class entry. |
protected ClassEntry |
CompilingLoader.getClassEntry(java.lang.String name,
java.lang.String pathName)
Loads the specified class, compiling if necessary. |
ClassEntry |
ClassLoaderInterceptor.intercept(ClassEntry entry)
Returns the modified class entry. |
| Methods in com.caucho.loader with parameters of type ClassEntry | |
|---|---|
ClassEntry |
ClassLoaderInterceptor.intercept(ClassEntry entry)
Returns the modified class entry. |
protected java.lang.Class |
DynamicClassLoader.loadClass(ClassEntry entry)
Loads the class from the loader. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||