Uses of Class
org.apache.catalina.deploy.ContextResourceLink
-
Packages that use ContextResourceLink 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 ContextResourceLink in org.apache.catalina
Methods in org.apache.catalina that return ContextResourceLink Modifier and Type Method Description ContextResourceLinkContext. findResourceLink(String name)Return the resource link with the specified name, if any; otherwise returnnull.ContextResourceLink[]Context. findResourceLinks()Return the defined resource links for this application.Methods in org.apache.catalina with parameters of type ContextResourceLink Modifier and Type Method Description voidContext. addResourceLink(ContextResourceLink resourceLink)Add a resource link for this web application. -
Uses of ContextResourceLink in org.apache.catalina.core
Methods in org.apache.catalina.core that return ContextResourceLink Modifier and Type Method Description ContextResourceLinkStandardContext. findResourceLink(String name)Return the resource link with the specified name, if any; otherwise returnnull.ContextResourceLink[]StandardContext. findResourceLinks()Return the defined resource links for this application.Methods in org.apache.catalina.core with parameters of type ContextResourceLink Modifier and Type Method Description voidNamingContextListener. addResourceLink(ContextResourceLink resourceLink)Set the specified resource link in the naming context.voidStandardContext. addResourceLink(ContextResourceLink resourceLink)Add a resource link for this web application.ObjectNameStandardContext. createObjectName(ContextResourceLink resourceLink)Create anObjectNameforContextResourceLinkobject. -
Uses of ContextResourceLink in org.apache.catalina.deploy
Methods in org.apache.catalina.deploy that return ContextResourceLink Modifier and Type Method Description ContextResourceLinkNamingResources. findResourceLink(String name)Return the resource link with the specified name, if any; otherwise returnnull.ContextResourceLink[]NamingResources. findResourceLinks()Return the defined resource links for this application.Methods in org.apache.catalina.deploy with parameters of type ContextResourceLink Modifier and Type Method Description voidNamingResources. addResourceLink(ContextResourceLink resourceLink)Add a resource link for this web application.
-