| 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 |
|---|---|
ContextResourceLink |
Context.findResourceLink(String name)
Return the resource link with the specified name, if any;
otherwise return
null. |
ContextResourceLink[] |
Context.findResourceLinks()
Return the defined resource links for this application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Context.addResourceLink(ContextResourceLink resourceLink)
Add a resource link for this web application.
|
| Modifier and Type | Method and Description |
|---|---|
ContextResourceLink |
StandardContext.findResourceLink(String name)
Return the resource link with the specified name, if any;
otherwise return
null. |
ContextResourceLink[] |
StandardContext.findResourceLinks()
Return the defined resource links for this application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NamingContextListener.addResourceLink(ContextResourceLink resourceLink)
Set the specified resource link in the naming context.
|
void |
StandardContext.addResourceLink(ContextResourceLink resourceLink)
Add a resource link for this web application.
|
ObjectName |
StandardContext.createObjectName(ContextResourceLink resourceLink)
Create an
ObjectName for ContextResourceLink object. |
| Modifier and Type | Method and Description |
|---|---|
ContextResourceLink |
NamingResources.findResourceLink(String name)
Return the resource link with the specified name, if any;
otherwise return
null. |
ContextResourceLink[] |
NamingResources.findResourceLinks()
Return the defined resource links for this application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NamingResources.addResourceLink(ContextResourceLink resourceLink)
Add a resource link for this web application.
|
Copyright © 2017. All rights reserved.