[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-servletapi-dev
Subject:    cvs commit: jakarta-servletapi/src/share/javax/servlet ServletContext.java
From:       dannyc () locus ! apache ! org
Date:       2000-10-21 4:26:21
[Download RAW message or body]

dannyc      00/10/20 21:26:21

  Modified:    src/share/javax/servlet Tag: SERVLET_23_JSP_12
                        ServletContext.java
  Log:
  add getResourcePaths() call per requests.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.1.1.4.3 +11 -0     jakarta-servletapi/src/share/javax/servlet/ServletContext.java
  
  Index: ServletContext.java
  ===================================================================
  RCS file: /home/cvs/jakarta-servletapi/src/share/javax/servlet/ServletContext.java,v
  retrieving revision 1.1.1.1.4.2
  retrieving revision 1.1.1.1.4.3
  diff -u -r1.1.1.1.4.2 -r1.1.1.1.4.3
  --- ServletContext.java	2000/10/20 19:41:46	1.1.1.1.4.2
  +++ ServletContext.java	2000/10/21 04:26:20	1.1.1.1.4.3
  @@ -65,6 +65,7 @@
   import java.net.URL;
   import java.net.MalformedURLException;
   import java.util.Enumeration;
  +import java.util.Set;
   
   
   /**
  @@ -171,6 +172,16 @@
        */
   
       public String getMimeType(String file);
  +    
  +    /**
  +    * Return all the paths to resources held in the web application. All paths are
  +    * java.lang.String objects, begin with a leading /, and are relative to the root
  +    * of the web application.
  +    *@return an immutable set containing the paths
  +    * @since Servlet 2.3
  +    */
  +    
  +    public Set getResourcePaths();
       
       
   
  
  
  

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic