Modifier and Type | Field and Description |
---|---|
protected Engine |
engine |
protected org.apache.catalina.Host |
host |
protected TomcatFactoryRegistry |
registry |
Constructor and Description |
---|
TomcatHost(TomcatFactoryRegistry registry,
org.apache.catalina.Host host,
Engine engine)
Constructs a new CatalinaHost wrapping the specified catalina host.
|
protected final TomcatFactoryRegistry registry
protected final org.apache.catalina.Host host
protected final Engine engine
public TomcatHost(TomcatFactoryRegistry registry, org.apache.catalina.Host host, Engine engine)
host
- a catalina hostengine
- the parent containerpublic Set<String> getAliases()
getAliases
in interface Host
public Iterable<Context> getContexts()
getContexts
in interface Host
public Context findContext(String path)
findContext
in interface Host
Copyright © 2018 JBoss by Red Hat. All rights reserved.