Uses of Class
org.apache.catalina.deploy.NamingResources
-
Packages that use NamingResources Package Description 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 NamingResources in org.apache.catalina
Methods in org.apache.catalina that return NamingResources Modifier and Type Method Description NamingResourcesServer. getGlobalNamingResources()Return the global naming resources.NamingResourcesContext. getNamingResources()Return the naming resources associated with this web application.Methods in org.apache.catalina with parameters of type NamingResources Modifier and Type Method Description voidServer. setGlobalNamingResources(NamingResources globalNamingResources)Set the global naming resources.voidContext. setNamingResources(NamingResources namingResources)Set the naming resources for this web application. -
Uses of NamingResources in org.apache.catalina.core
Fields in org.apache.catalina.core declared as NamingResources Modifier and Type Field Description protected NamingResourcesNamingContextListener. namingResourcesAssociated naming resources.Methods in org.apache.catalina.core that return NamingResources Modifier and Type Method Description NamingResourcesStandardServer. getGlobalNamingResources()Return the global naming resources.NamingResourcesStandardContext. getNamingResources()Return the naming resources associated with this web application.Methods in org.apache.catalina.core with parameters of type NamingResources Modifier and Type Method Description voidStandardServer. setGlobalNamingResources(NamingResources globalNamingResources)Set the global naming resources.voidStandardContext. setNamingResources(NamingResources namingResources)Set the naming resources for this web application. -
Uses of NamingResources in org.apache.catalina.deploy
Fields in org.apache.catalina.deploy declared as NamingResources Modifier and Type Field Description protected NamingResourcesMessageDestinationRef. resourcesThe NamingResources with which we are associated (if any).protected NamingResourcesResourceBase. resourcesThe NamingResources with which we are associated (if any).protected NamingResourcesResourceParams. resourcesThe NamingResources with which we are associated (if any).Methods in org.apache.catalina.deploy that return NamingResources Modifier and Type Method Description NamingResourcesMessageDestinationRef. getNamingResources()NamingResourcesResourceBase. getNamingResources()NamingResourcesResourceParams. getNamingResources()
-