geirm       01/05/18 05:01:19

  Modified:    src/java/org/apache/velocity/servlet VelocityServlet.java
  Log:
  Small javadoc update
  
  Revision  Changes    Path
  1.38      +5 -1      
jakarta-velocity/src/java/org/apache/velocity/servlet/VelocityServlet.java
  
  Index: VelocityServlet.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/servlet/VelocityServlet.java,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- VelocityServlet.java      2001/05/16 22:49:38     1.37
  +++ VelocityServlet.java      2001/05/18 12:01:16     1.38
  @@ -129,7 +129,7 @@
    * @author <a href="mailto:[EMAIL PROTECTED]";>Jon S. Stevens</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Geir Magnusson Jr.</a>
    * @author <a href="[EMAIL PROTECTED]">Kent Johnson</a>
  - * $Id: VelocityServlet.java,v 1.37 2001/05/16 22:49:38 geirm Exp $
  + * $Id: VelocityServlet.java,v 1.38 2001/05/18 12:01:16 geirm Exp $
    */
   public abstract class VelocityServlet extends HttpServlet
   {
  @@ -515,6 +515,8 @@
        * @throws ParseErrorException if template cannot be parsed due
        *          to syntax (or other) error.
        * @throws Exception if an error occurs in template initialization
  +     *     
  +     *  @since Velocity v1.1
        */
       public Template getTemplate( String name, String encoding )
           throws ResourceNotFoundException, ParseErrorException, Exception
  @@ -536,6 +538,8 @@
        *  @param ctx The context to add your data to.
        *  @return    The template to merge with your context or null, indicating
        *    that you handled the processing.
  +     *
  +     *  @since Velocity v1.1
        */
       protected Template handleRequest( HttpServletRequest request, 
HttpServletResponse response, Context ctx ) 
           throws Exception
  
  
  

Reply via email to