Package | Description |
---|---|
org.apache.catalina | |
org.apache.catalina.core |
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 |
StandardContext.setLoader(Loader loader)
Set the Loader with which this Context is associated.
|
void |
ContainerBase.setLoader(Loader loader)
Set the Loader with which this Container is associated.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.