You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2003/05/20 00:45:05 UTC

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina Container.java Mapper.java

remm        2003/05/19 15:45:05

  Modified:    catalina/src/share/org/apache/catalina Container.java
  Removed:     catalina/src/share/org/apache/catalina Mapper.java
  Log:
  - Since nobody objected, remove old mapper.
  
  Revision  Changes    Path
  1.3       +4 -51     jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/Container.java
  
  Index: Container.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/Container.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Container.java	30 Jan 2003 14:24:43 -0000	1.2
  +++ Container.java	19 May 2003 22:45:05 -0000	1.3
  @@ -376,17 +376,6 @@
   
   
       /**
  -     * Add the specified Mapper associated with this Container.
  -     *
  -     * @param mapper The corresponding Mapper implementation
  -     *
  -     * @exception IllegalArgumentException if this exception is thrown by
  -     *  the <code>setContainer()</code> method of the Mapper
  -     */
  -    public void addMapper(Mapper mapper);
  -
  -
  -    /**
        * Add a property change listener to this component.
        *
        * @param listener The listener to add
  @@ -419,23 +408,6 @@
   
   
       /**
  -     * Return the Mapper associated with the specified protocol, if there
  -     * is one.  If there is only one defined Mapper, use it for all protocols.
  -     * If there is no matching Mapper, return <code>null</code>.
  -     *
  -     * @param protocol Protocol for which to find a Mapper
  -     */
  -    public Mapper findMapper(String protocol);
  -
  -
  -    /**
  -     * Return the set of Mappers associated with this Container.  If this
  -     * Container has no Mappers, a zero-length array is returned.
  -     */
  -    public Mapper[] findMappers();
  -
  -
  -    /**
        * Process the specified Request, and generate the corresponding Response,
        * according to the design of this particular Container.
        *
  @@ -452,17 +424,6 @@
   
   
       /**
  -     * 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 <code>null</code> instead.
  -     *
  -     * @param request Request being processed
  -     * @param update Update the Request to reflect the mapping selection?
  -     */
  -    public Container map(Request request, boolean update);
  -
  -
  -    /**
        * Remove an existing child Container from association with this parent
        * Container.
        *
  @@ -477,14 +438,6 @@
        * @param listener The listener to remove
        */
       public void removeContainerListener(ContainerListener listener);
  -
  -
  -    /**
  -     * Remove a Mapper associated with this Container, if any.
  -     *
  -     * @param mapper The Mapper to be removed
  -     */
  -    public void removeMapper(Mapper mapper);
   
   
       /**
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org