Uses of Class
org.apache.catalina.deploy.ResourceParams
-
Packages that use ResourceParams Package Description 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 ResourceParams in org.apache.catalina.core
Methods in org.apache.catalina.core with parameters of type ResourceParams Modifier and Type Method Description voidStandardContext. addResourceParams(ResourceParams resourceParameters)Add resource parameters for this web application. -
Uses of ResourceParams in org.apache.catalina.deploy
Methods in org.apache.catalina.deploy that return ResourceParams Modifier and Type Method Description ResourceParams[]NamingResources. findResourceParams()Return the resource parameters with the specified name, if any; otherwise returnnull.ResourceParamsNamingResources. findResourceParams(String name)Return the resource parameters with the specified name, if any; otherwise returnnull.Methods in org.apache.catalina.deploy with parameters of type ResourceParams Modifier and Type Method Description voidNamingResources. addResourceParams(ResourceParams resourceParameters)Add resource parameters for this web application.
-