| Package | Description |
|---|---|
| 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 |
|---|---|
void |
StandardContext.addResourceParams(ResourceParams resourceParameters)
Add resource parameters for this web application.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceParams[] |
NamingResources.findResourceParams()
Return the resource parameters with the specified name, if any;
otherwise return
null. |
ResourceParams |
NamingResources.findResourceParams(String name)
Return the resource parameters with the specified name, if any;
otherwise return
null. |
| Modifier and Type | Method and Description |
|---|---|
void |
NamingResources.addResourceParams(ResourceParams resourceParameters)
Add resource parameters for this web application.
|
Copyright © 2019. All rights reserved.