| Package | Description |
|---|---|
| com.sun.enterprise.web.deploy | |
| 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 |
ContextEjbDecorator
Decorator of class
org.apache.catalina.deploy.ContextEjb |
class |
ContextEnvironmentDecorator
Decorator of class
org.apache.catalina.deploy.ContextEnvironment |
class |
ContextLocalEjbDecorator
Decorator of class
org.apache.catalina.deploy.ContextLocalEjb |
class |
ContextResourceDecorator
Decorator of class
org.apache.catalina.deploy.ContextResource |
| Modifier and Type | Class and Description |
|---|---|
class |
ContextEjb
Representation of an EJB resource reference for a web application, as
represented in a
<ejb-ref> element in the
deployment descriptor. |
class |
ContextEnvironment
Representation of an application environment entry, as represented in
an
<env-entry> element in the deployment descriptor. |
class |
ContextLocalEjb
Representation of a local EJB resource reference for a web application, as
represented in a
<ejb-local-ref> element in the
deployment descriptor. |
class |
ContextResource
Representation of a resource reference for a web application, as
represented in a
<resource-ref> element in the
deployment descriptor. |
class |
ContextResourceLink
Representation of a resource link for a web application, as
represented in a
<ResourceLink> element in the
server configuration file. |
Copyright © 2017. All rights reserved.