| 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 |
ContextEnvironmentDecorator
Decorator of class
org.apache.catalina.deploy.ContextEnvironment |
| Modifier and Type | Method and Description |
|---|---|
ContextEnvironment |
Context.findEnvironment(String name)
Return the environment entry with the specified name, if any;
otherwise, return
null. |
ContextEnvironment[] |
Context.findEnvironments()
Return the set of defined environment entries for this web
application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Context.addEnvironment(ContextEnvironment environment)
Add an environment entry for this web application.
|
| Modifier and Type | Method and Description |
|---|---|
ContextEnvironment |
StandardContext.findEnvironment(String name)
Return the environment entry with the specified name, if any;
otherwise, return
null. |
ContextEnvironment[] |
StandardContext.findEnvironments()
Return the set of defined environment entries for this web
application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NamingContextListener.addEnvironment(ContextEnvironment env)
Set the specified environment entries in the naming context.
|
void |
StandardContext.addEnvironment(ContextEnvironment environment)
Add an environment entry for this web application.
|
ObjectName |
StandardContext.createObjectName(ContextEnvironment environment)
Create an
ObjectName for ContextEnvironment object. |
| Modifier and Type | Method and Description |
|---|---|
ContextEnvironment |
NamingResources.findEnvironment(String name)
Return the environment entry with the specified name, if any;
otherwise, return
null. |
ContextEnvironment[] |
NamingResources.findEnvironments()
Return the set of defined environment entries for this web
application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NamingResources.addEnvironment(ContextEnvironment environment)
Add an environment entry for this web application.
|
Copyright © 2019. All rights reserved.