Uses of Interface
org.apache.catalina.Deployer
-
Packages that use Deployer Package Description com.sun.enterprise.web org.apache.catalina.core -
-
Uses of Deployer in com.sun.enterprise.web
Classes in com.sun.enterprise.web that implement Deployer Modifier and Type Class Description classPEVirtualServerStandard implementation of a virtual server (aka virtual host) in the iPlanet Application Server.classVirtualServerStandard implementation of a virtual server (aka virtual host) in the Payara Server. -
Uses of Deployer in org.apache.catalina.core
Classes in org.apache.catalina.core that implement Deployer Modifier and Type Class Description classStandardHostStandard implementation of the Host interface.classStandardHostDeployerImplementation of Deployer that is delegated to by theStandardHostimplementation class.Methods in org.apache.catalina.core that return Deployer Modifier and Type Method Description DeployerStandardHost. getDeployer()Methods in org.apache.catalina.core with parameters of type Deployer Modifier and Type Method Description voidStandardHost. setDeployer(Deployer d)
-