Uses of Class
org.apache.catalina.deploy.ContextResource
-
Packages that use ContextResource 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). -
-
Uses of ContextResource in com.sun.enterprise.web.deploy
Subclasses of ContextResource in com.sun.enterprise.web.deploy Modifier and Type Class Description classContextResourceDecoratorDecorator of classorg.apache.catalina.deploy.ContextResource -
Uses of ContextResource in org.apache.catalina
Methods in org.apache.catalina that return ContextResource Modifier and Type Method Description ContextResourceContext. findResource(String name)Return the resource reference with the specified name, if any; otherwise returnnull.ContextResource[]Context. findResources()Return the defined resource references for this application.Methods in org.apache.catalina with parameters of type ContextResource Modifier and Type Method Description voidContext. addResource(ContextResource resource)Add a resource reference for this web application. -
Uses of ContextResource in org.apache.catalina.core
Methods in org.apache.catalina.core that return ContextResource Modifier and Type Method Description ContextResourceStandardContext. findResource(String name)Return the resource reference with the specified name, if any; otherwise returnnull.ContextResource[]StandardContext. findResources()Return the defined resource references for this application.Methods in org.apache.catalina.core with parameters of type ContextResource Modifier and Type Method Description voidNamingContextListener. addResource(ContextResource resource)Set the specified resources in the naming context.voidStandardContext. addResource(ContextResource resource)Add a resource reference for this web application.ObjectNameStandardContext. createObjectName(ContextResource resource)Create anObjectNameforContextResourceobject. -
Uses of ContextResource in org.apache.catalina.deploy
Methods in org.apache.catalina.deploy that return ContextResource Modifier and Type Method Description ContextResourceNamingResources. findResource(String name)Return the resource reference with the specified name, if any; otherwise returnnull.ContextResource[]NamingResources. findResources()Return the defined resource references for this application.Methods in org.apache.catalina.deploy with parameters of type ContextResource Modifier and Type Method Description voidNamingResources. addResource(ContextResource resource)Add a resource reference for this web application.
-