Uses of Class
org.apache.catalina.core.StandardHost
-
Packages that use StandardHost Package Description com.sun.enterprise.web com.sun.enterprise.web.connector org.apache.catalina.core -
-
Uses of StandardHost in com.sun.enterprise.web
Subclasses of StandardHost in com.sun.enterprise.web 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 StandardHost in com.sun.enterprise.web.connector
Methods in com.sun.enterprise.web.connector with parameters of type StandardHost Modifier and Type Method Description voidMapperListener. registerHost(StandardHost host)Register host. -
Uses of StandardHost in org.apache.catalina.core
Fields in org.apache.catalina.core declared as StandardHost Modifier and Type Field Description protected StandardHostStandardHostDeployer. hostTheStandardHostinstance we are associated with.Constructors in org.apache.catalina.core with parameters of type StandardHost Constructor Description StandardHostDeployer(StandardHost host)Create a new StandardHostDeployer associated with the specified StandardHost.
-