| Package | Description |
|---|---|
| org.apache.catalina | |
| org.apache.catalina.core | |
| org.apache.catalina.loader | |
| org.apache.catalina.startup |
| Modifier and Type | Method and Description |
|---|---|
Loader |
Container.getLoader()
Return the Loader with which this Container is associated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Container.setLoader(Loader loader)
Set the Loader with which this Container is associated.
|
| Modifier and Type | Field and Description |
|---|---|
protected Loader |
ContainerBase.loader
The Loader implementation with which this Container is associated.
|
| Modifier and Type | Method and Description |
|---|---|
Loader |
ContainerBase.getLoader()
Return the Loader with which this Container is associated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerBase.setLoader(Loader loader)
Set the Loader with which this Container is associated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebappLoader
Classloader implementation which is specialized for handling web
applications in the most efficient way, while being Catalina aware (all
accesses to resources are made through the DirContext interface).
|
| Modifier and Type | Method and Description |
|---|---|
Loader |
Embedded.createLoader(ClassLoader parent)
Create and return a class loader manager that can be customized, and
then attached to a Context, before it is started.
|
Copyright © 2019. All rights reserved.