luehe       2004/07/21 11:54:18

  Modified:    jasper2/src/share/org/apache/jasper/servlet JspServlet.java
  Log:
  Added setJspReloadCount method
  
  Revision  Changes    Path
  1.37      +10 -0     
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/servlet/JspServlet.java
  
  Index: JspServlet.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/servlet/JspServlet.java,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- JspServlet.java   16 Apr 2004 23:01:29 -0000      1.36
  +++ JspServlet.java   21 Jul 2004 18:54:18 -0000      1.37
  @@ -100,6 +100,16 @@
   
   
       /**
  +     * Resets the JSP reload counter.
  +     *
  +     * @param count Value to which to reset the JSP reload counter
  +     */
  +    public void setJspReloadCount(int count) {
  +        this.rctxt.setJspReloadCount(count);
  +    }
  +
  +
  +    /**
        * Gets the number of JSPs that have been reloaded.
        *
        * <p>This info may be used for monitoring purposes.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to