| Package | Description |
|---|---|
| org.apache.catalina | |
| org.apache.catalina.core | |
| org.apache.catalina.deploy |
This package contains Java objects that represent complex data structures
from the web application deployment descriptor file (
web.xml). |
| Modifier and Type | Method and Description |
|---|---|
NamingResources |
Server.getGlobalNamingResources()
Return the global naming resources.
|
NamingResources |
Context.getNamingResources()
Return the naming resources associated with this web application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Server.setGlobalNamingResources(NamingResources globalNamingResources)
Set the global naming resources.
|
void |
Context.setNamingResources(NamingResources namingResources)
Set the naming resources for this web application.
|
| Modifier and Type | Field and Description |
|---|---|
protected NamingResources |
NamingContextListener.namingResources
Associated naming resources.
|
| Modifier and Type | Method and Description |
|---|---|
NamingResources |
StandardServer.getGlobalNamingResources()
Return the global naming resources.
|
NamingResources |
StandardContext.getNamingResources()
Return the naming resources associated with this web application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardServer.setGlobalNamingResources(NamingResources globalNamingResources)
Set the global naming resources.
|
void |
StandardContext.setNamingResources(NamingResources namingResources)
Set the naming resources for this web application.
|
| Modifier and Type | Field and Description |
|---|---|
protected NamingResources |
ResourceParams.resources
The NamingResources with which we are associated (if any).
|
protected NamingResources |
ResourceBase.resources
The NamingResources with which we are associated (if any).
|
protected NamingResources |
MessageDestinationRef.resources
The NamingResources with which we are associated (if any).
|
| Modifier and Type | Method and Description |
|---|---|
NamingResources |
ResourceParams.getNamingResources() |
NamingResources |
ResourceBase.getNamingResources() |
NamingResources |
MessageDestinationRef.getNamingResources() |
Copyright © 2017. All rights reserved.