org.apache.catalina.connector.warp
Class WarpEngineMapper

java.lang.Object
  |
  +--org.apache.catalina.core.StandardHostMapper
        |
        +--org.apache.catalina.connector.warp.WarpEngineMapper
All Implemented Interfaces:
Mapper

public class WarpEngineMapper
extends StandardHostMapper

Version:
CVS $Id: WarpEngineMapper.java,v 1.5 2001/01/24 23:10:46 pier Exp $
Author:
Pier Fumagalli, Copyright © 1999, 2000 The Apache Software Foundation.

Constructor Summary
WarpEngineMapper()
          Create a new WarpEngineMapper.
 
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.StandardHostMapper
getContainer, getProtocol, setContainer, setProtocol
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WarpEngineMapper

public WarpEngineMapper()
Create a new WarpEngineMapper.
Method Detail

map

public Container map(Request request,
                     boolean update)
Return the child Container that should be used to process this Request, based upon its characteristics. If no such child Container can be identified, return null instead.
Overrides:
map in class StandardHostMapper
Parameters:
request - Request being processed
update - Update the Request to reflect the mapping selection?


Copyright ? 2000 Apache Software Foundation. All Rights Reserved.