Uses of Class
org.apache.catalina.deploy.ApplicationParameter
-
Packages that use ApplicationParameter Package Description org.apache.catalina org.apache.catalina.core -
-
Uses of ApplicationParameter in org.apache.catalina
Methods in org.apache.catalina that return types with arguments of type ApplicationParameter Modifier and Type Method Description List<ApplicationParameter>Context. findApplicationParameters()Gets the (possibly empty) list of application parameters for this application.Methods in org.apache.catalina with parameters of type ApplicationParameter Modifier and Type Method Description voidContext. addApplicationParameter(ApplicationParameter parameter)Add a new application parameter for this application. -
Uses of ApplicationParameter in org.apache.catalina.core
Methods in org.apache.catalina.core that return types with arguments of type ApplicationParameter Modifier and Type Method Description List<ApplicationParameter>StandardContext. findApplicationParameters()Return the set of application parameters for this application.Methods in org.apache.catalina.core with parameters of type ApplicationParameter Modifier and Type Method Description voidStandardContext. addApplicationParameter(ApplicationParameter parameter)Add a new application parameter for this application.
-