|
mod_cluster-container-spi 1.2.6.Final | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Host
SPI for a host, defined as a set of web application contexts.
| Method Summary | |
|---|---|
Context |
findContext(String path)
Returns the context identified by the specified context path. |
Set<String> |
getAliases()
Returns the aliases of this host, including the actual host name |
Iterable<Context> |
getContexts()
Returns the contexts associated with this host. |
Engine |
getEngine()
The engine to which this host is associated. |
String |
getName()
The name of this host. |
| Method Detail |
|---|
String getName()
Engine getEngine()
Iterable<Context> getContexts()
Set<String> getAliases()
Context findContext(String path)
path - a context path
|
mod_cluster-container-spi 1.2.6.Final | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||