|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.catalina.core.ContainerBase | +--org.apache.catalina.core.StandardHost | +--org.apache.catalina.connector.warp.WarpHost
Fields inherited from class org.apache.catalina.core.ContainerBase |
children,
cluster,
debug,
lifecycle,
listeners,
loader,
logger,
manager,
mapper,
mapperClass,
mappers,
name,
parent,
parentClassLoader,
pipeline,
realm,
resources,
sm,
started,
support |
Constructor Summary | |
WarpHost()
|
Method Summary | |
Container |
map(Request request,
boolean update)
Return the child Container that should be used to process this Request, based upon its characteristics. |
Methods inherited from class org.apache.catalina.core.StandardHost |
addAlias,
addChild,
addDefaultContext,
addDefaultMapper,
expand,
expand,
findAliases,
findDeployedApp,
findDeployedApps,
getAppBase,
getConfigClass,
getContextClass,
getErrorReportValveClass,
getInfo,
getMapperClass,
getName,
getWorkDir,
importDefaultContext,
install,
isUnpackWARs,
map,
remove,
remove,
removeAlias,
setAppBase,
setConfigClass,
setContextClass,
setErrorReportValveClass,
setMapperClass,
setName,
setUnpackWARs,
setWorkDir,
start,
start,
stop,
toString |
Methods inherited from class org.apache.catalina.core.ContainerBase |
addContainerListener,
addLifecycleListener,
addMapper,
addPropertyChangeListener,
addValve,
findChild,
findChildren,
findMapper,
findMappers,
fireContainerEvent,
getBasic,
getCluster,
getDebug,
getLoader,
getLogger,
getManager,
getParent,
getParentClassLoader,
getPipeline,
getRealm,
getResources,
getValves,
invoke,
log,
log,
logName,
removeChild,
removeContainerListener,
removeLifecycleListener,
removeMapper,
removePropertyChangeListener,
removeValve,
setBasic,
setCluster,
setDebug,
setLoader,
setLogger,
setManager,
setParent,
setParentClassLoader,
setRealm,
setResources,
stop |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public WarpHost()
Method Detail |
public Container map(Request request, boolean update)
null
instead.request
- Request being processedupdate
- Update the Request to reflect the mapping selection?
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |