ovidiu      02/01/29 12:05:54

  Modified:    src/java/org/apache/cocoon/environment Context.java
  Log:
  Removed extra CR/LF.
  
  Revision  Changes    Path
  1.3       +43 -43    xml-cocoon2/src/java/org/apache/cocoon/environment/Context.java
  
  Index: Context.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/environment/Context.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Context.java      29 Jan 2002 18:49:48 -0000      1.2
  +++ Context.java      29 Jan 2002 20:05:54 -0000      1.3
  @@ -1,43 +1,43 @@
  -/*****************************************************************************
  - * Copyright (C) The Apache Software Foundation. All rights reserved.        *
  - * ------------------------------------------------------------------------- *
  - * This software is published under the terms of the Apache Software License *
  - * version 1.1, a copy of which has been included  with this distribution in *
  - * the LICENSE file.                                                         *
  - *****************************************************************************/
  -
  -package org.apache.cocoon.environment;
  -
  -import java.net.MalformedURLException;
  -import java.net.URL;
  -import java.util.Enumeration;
  -import java.io.InputStream;
  -
  -/**
  - * Defines an interface to provide client context information .
  - *
  - * @author <a href="mailto:[EMAIL PROTECTED]";>Davanum Srinivas</a>
  - * @version CVS $Revision: 1.2 $ $Date: 2002/01/29 18:49:48 $
  - *
  - */
  -
  -public interface Context {
  -
  -    Object getAttribute(String name);
  -    
  -    void setAttribute(String name, Object value);
  -    
  -    void removeAttribute(String name);
  -    
  -    Enumeration getAttributeNames();
  -
  -    URL getResource(String path) throws MalformedURLException;
  -
  -    String getRealPath(String path);
  -
  -    String getMimeType(String file);
  -
  -    String getInitParameter(String name);
  -
  -    InputStream getResourceAsStream(String path);
  -}
  +/*****************************************************************************
  + * Copyright (C) The Apache Software Foundation. All rights reserved.        *
  + * ------------------------------------------------------------------------- *
  + * This software is published under the terms of the Apache Software License *
  + * version 1.1, a copy of which has been included  with this distribution in *
  + * the LICENSE file.                                                         *
  + *****************************************************************************/
  +
  +package org.apache.cocoon.environment;
  +
  +import java.net.MalformedURLException;
  +import java.net.URL;
  +import java.util.Enumeration;
  +import java.io.InputStream;
  +
  +/**
  + * Defines an interface to provide client context information .
  + *
  + * @author <a href="mailto:[EMAIL PROTECTED]";>Davanum Srinivas</a>
  + * @version CVS $Revision: 1.3 $ $Date: 2002/01/29 20:05:54 $
  + *
  + */
  +
  +public interface Context {
  +
  +    Object getAttribute(String name);
  +    
  +    void setAttribute(String name, Object value);
  +    
  +    void removeAttribute(String name);
  +    
  +    Enumeration getAttributeNames();
  +
  +    URL getResource(String path) throws MalformedURLException;
  +
  +    String getRealPath(String path);
  +
  +    String getMimeType(String file);
  +
  +    String getInitParameter(String name);
  +
  +    InputStream getResourceAsStream(String path);
  +}
  
  
  

----------------------------------------------------------------------
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