| Package | Description |
|---|---|
| com.sun.enterprise.web.deploy | |
| 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 | Class and Description |
|---|---|
class |
ContextResourceDecorator
Decorator of class
org.apache.catalina.deploy.ContextResource |
| Modifier and Type | Method and Description |
|---|---|
ContextResource |
Context.findResource(String name)
Return the resource reference with the specified name, if any;
otherwise return
null. |
ContextResource[] |
Context.findResources()
Return the defined resource references for this application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Context.addResource(ContextResource resource)
Add a resource reference for this web application.
|
| Modifier and Type | Method and Description |
|---|---|
ContextResource |
StandardContext.findResource(String name)
Return the resource reference with the specified name, if any;
otherwise return
null. |
ContextResource[] |
StandardContext.findResources()
Return the defined resource references for this application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NamingContextListener.addResource(ContextResource resource)
Set the specified resources in the naming context.
|
void |
StandardContext.addResource(ContextResource resource)
Add a resource reference for this web application.
|
ObjectName |
StandardContext.createObjectName(ContextResource resource)
Create an
ObjectName for ContextResource object. |
| Modifier and Type | Method and Description |
|---|---|
ContextResource |
NamingResources.findResource(String name)
Return the resource reference with the specified name, if any;
otherwise return
null. |
ContextResource[] |
NamingResources.findResources()
Return the defined resource references for this application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NamingResources.addResource(ContextResource resource)
Add a resource reference for this web application.
|
Copyright © 2017. All rights reserved.