Uses of Class
org.apache.catalina.deploy.ContextEnvironment
-
Packages that use ContextEnvironment 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 ContextEnvironment in com.sun.enterprise.web.deploy
Subclasses of ContextEnvironment in com.sun.enterprise.web.deploy Modifier and Type Class Description classContextEnvironmentDecoratorDecorator of classorg.apache.catalina.deploy.ContextEnvironment -
Uses of ContextEnvironment in org.apache.catalina
Methods in org.apache.catalina that return ContextEnvironment Modifier and Type Method Description ContextEnvironmentContext. findEnvironment(String name)Return the environment entry with the specified name, if any; otherwise, returnnull.ContextEnvironment[]Context. findEnvironments()Return the set of defined environment entries for this web application.Methods in org.apache.catalina with parameters of type ContextEnvironment Modifier and Type Method Description voidContext. addEnvironment(ContextEnvironment environment)Add an environment entry for this web application. -
Uses of ContextEnvironment in org.apache.catalina.core
Methods in org.apache.catalina.core that return ContextEnvironment Modifier and Type Method Description ContextEnvironmentStandardContext. findEnvironment(String name)Return the environment entry with the specified name, if any; otherwise, returnnull.ContextEnvironment[]StandardContext. findEnvironments()Return the set of defined environment entries for this web application.Methods in org.apache.catalina.core with parameters of type ContextEnvironment Modifier and Type Method Description voidNamingContextListener. addEnvironment(ContextEnvironment env)Set the specified environment entries in the naming context.voidStandardContext. addEnvironment(ContextEnvironment environment)Add an environment entry for this web application.ObjectNameStandardContext. createObjectName(ContextEnvironment environment)Create anObjectNameforContextEnvironmentobject. -
Uses of ContextEnvironment in org.apache.catalina.deploy
Methods in org.apache.catalina.deploy that return ContextEnvironment Modifier and Type Method Description ContextEnvironmentNamingResources. findEnvironment(String name)Return the environment entry with the specified name, if any; otherwise, returnnull.ContextEnvironment[]NamingResources. findEnvironments()Return the set of defined environment entries for this web application.Methods in org.apache.catalina.deploy with parameters of type ContextEnvironment Modifier and Type Method Description voidNamingResources. addEnvironment(ContextEnvironment environment)Add an environment entry for this web application.
-