vgritsenko    01/08/11 09:47:24

  Modified:    src/org/apache/cocoon/environment Tag: cocoon_20_branch
                        Context.java
  Log:
  - add getReealPath() to Context
  - fix package name generation for in-context resources
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.1.1.2.2 +3 -1      
xml-cocoon2/src/org/apache/cocoon/environment/Context.java
  
  Index: Context.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/org/apache/cocoon/environment/Context.java,v
  retrieving revision 1.1.1.1.2.1
  retrieving revision 1.1.1.1.2.2
  diff -u -r1.1.1.1.2.1 -r1.1.1.1.2.2
  --- Context.java      2001/06/22 14:11:46     1.1.1.1.2.1
  +++ Context.java      2001/08/11 16:47:24     1.1.1.1.2.2
  @@ -15,7 +15,7 @@
    * Defines an interface to provide client context information .
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Davanum Srinivas</a>
  - * @version CVS $Revision: 1.1.1.1.2.1 $ $Date: 2001/06/22 14:11:46 $
  + * @version CVS $Revision: 1.1.1.1.2.2 $ $Date: 2001/08/11 16:47:24 $
    *
    */
   
  @@ -24,6 +24,8 @@
       Object getAttribute(String name);
   
       URL getResource(String path) throws MalformedURLException;
  +
  +    String getRealPath(String path) throws MalformedURLException;
   
       String getMimeType(String file);
   
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to