Uses of Class
org.apache.catalina.deploy.ResourceBase
-
Packages that use ResourceBase 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). -
-
Uses of ResourceBase in com.sun.enterprise.web.deploy
Subclasses of ResourceBase in com.sun.enterprise.web.deploy Modifier and Type Class Description classContextEjbDecoratorDecorator of classorg.apache.catalina.deploy.ContextEjbclassContextEnvironmentDecoratorDecorator of classorg.apache.catalina.deploy.ContextEnvironmentclassContextLocalEjbDecoratorDecorator of classorg.apache.catalina.deploy.ContextLocalEjbclassContextResourceDecoratorDecorator of classorg.apache.catalina.deploy.ContextResource -
Uses of ResourceBase in org.apache.catalina.deploy
Subclasses of ResourceBase in org.apache.catalina.deploy Modifier and Type Class Description classContextEjbRepresentation of an EJB resource reference for a web application, as represented in a<ejb-ref>element in the deployment descriptor.classContextEnvironmentRepresentation of an application environment entry, as represented in an<env-entry>element in the deployment descriptor.classContextLocalEjbRepresentation of a local EJB resource reference for a web application, as represented in a<ejb-local-ref>element in the deployment descriptor.classContextResourceRepresentation of a resource reference for a web application, as represented in a<resource-ref>element in the deployment descriptor.classContextResourceLinkRepresentation of a resource link for a web application, as represented in a<ResourceLink>element in the server configuration file.
-