|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--org.apache.catalina.core.FastEngineMapper
Implementation of Mapper
for an Engine
,
designed to process HTTP requests. This mapper selects an appropriate
Host
based on the server name included in the request.
IMPLEMENTATION NOTE: This Mapper only works with a
StandardEngine
, because it relies on internal APIs.
インタフェース org.apache.catalina.Lifecycle から継承したフィールド |
START_EVENT, STOP_EVENT |
コンストラクタの概要 | |
FastEngineMapper()
|
メソッドの概要 | |
void |
addLifecycleListener(LifecycleListener listener)
Add a lifecycle event listener to this component. |
void |
containerEvent(ContainerEvent event)
Acknowledge the occurrence of the specified event. |
Container |
getContainer()
Return the Container with which this Mapper is associated. |
java.lang.String |
getProtocol()
Return the protocol for which this Mapper is responsible. |
Container |
map(Request request,
boolean update)
Return the child Container that should be used to process this Request, based upon its characteristics. |
void |
propertyChange(java.beans.PropertyChangeEvent event)
Process a property change event. |
void |
removeLifecycleListener(LifecycleListener listener)
Remove a lifecycle event listener from this component. |
void |
setContainer(Container container)
Set the Container with which this Mapper is associated. |
void |
setProtocol(java.lang.String protocol)
Set the protocol for which this Mapper is responsible. |
void |
start()
Prepare for active use of the public methods of this Component. |
void |
stop()
Gracefully shut down active use of the public methods of this Component. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public FastEngineMapper()
メソッドの詳細 |
public Container getContainer()
Mapper
内の getContainer
public void setContainer(Container container)
Mapper
内の setContainer
container
- The newly associated Containerjava.lang.IllegalArgumentException
- if this Container is not
acceptable to this Mapperpublic java.lang.String getProtocol()
Mapper
内の getProtocol
public void setProtocol(java.lang.String protocol)
Mapper
内の setProtocol
protocol
- The newly associated protocolpublic Container map(Request request, boolean update)
null
instead.Mapper
内の map
request
- Request being processedupdate
- Update the Request to reflect the mapping selection?public void containerEvent(ContainerEvent event)
ContainerListener
内の containerEvent
event
- ContainerEvent that has occurredpublic void addLifecycleListener(LifecycleListener listener)
Lifecycle
内の addLifecycleListener
listener
- The listener to addpublic void removeLifecycleListener(LifecycleListener listener)
Lifecycle
内の removeLifecycleListener
listener
- The listener to removepublic void start() throws LifecycleException
Lifecycle
内の start
java.lang.IllegalStateException
- if this component has already been
startedLifecycleException
- if this component detects a fatal error
that prevents it from being startedpublic void stop() throws LifecycleException
Lifecycle
内の stop
java.lang.IllegalStateException
- if this component has not been startedLifecycleException
- if this component detects a fatal error
that needs to be reportedpublic void propertyChange(java.beans.PropertyChangeEvent event)
java.beans.PropertyChangeListener
内の propertyChange
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |