You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by sa...@locus.apache.org on 2000/10/10 00:45:54 UTC

cvs commit: jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects checkApplication.html checkConfig.html checkException.html checkOut.html checkPage.html checkPageContext.html checkRequest.html checkResponse.html checkSession.html

santosh     00/10/09 15:45:54

  Added:       src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects
                        checkApplication.html checkConfig.html
                        checkException.html checkOut.html checkPage.html
                        checkPageContext.html checkRequest.html
                        checkResponse.html checkSession.html
  Log:
  watchdog 4.0
  
  Revision  Changes    Path
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects/checkApplication.html
  
  Index: checkApplication.html
  ===================================================================
  <html>
  <title>checkApplication Test </title>
  <body>
                                          
  <!-- checking for application object state -->
  
  true
  
  <br>
   true 
  
  </body>
  </html>
  
  
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects/checkConfig.html
  
  Index: checkConfig.html
  ===================================================================
  <html>
  <title>checkConfig Test </title>
  <body>
                                   
  <!-- checking for config object state -->
  true
  <br>
   true 
  </body>
  </html>
  
  
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects/checkException.html
  
  Index: checkException.html
  ===================================================================
  <html>
  <title>checkException Test </title>
  <body>
  <!-- checking for exception object state -->
  
  true
  </body>
  </html>
  
  
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects/checkOut.html
  
  Index: checkOut.html
  ===================================================================
  <html>
  <title>checkOut</title>
  <body>
             
  <!-- checking for out object type -->
  true
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects/checkPage.html
  
  Index: checkPage.html
  ===================================================================
  <html>
  <title>checkPage</title>
  <body>
                                     
  <!-- checking for page object type -->
  true
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects/checkPageContext.html
  
  Index: checkPageContext.html
  ===================================================================
  <html>
  <title>checkPageContext</title>
  <body>
                  
  <!-- checking for pageContext object type -->
  true
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects/checkRequest.html
  
  Index: checkRequest.html
  ===================================================================
  <html>
  <title>checkRequest</title>
  <body>
                                  
  <!-- checking for request object type -->
  true
  
  <br>
   <!-- request object used to access getProtocol -->
  HTTP/1.0
  
  <br>
  
  <!-- request object used to access getParameter -->
  <!-- Parameter "Years" is passed to request object -->
  2
  <br>
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects/checkResponse.html
  
  Index: checkResponse.html
  ===================================================================
  <html>
  <title>checkResponse</title>
  <body>
                                           
  <!-- checking for response object type -->
  true
  <br>
   true 
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/implicitobjects/checkSession.html
  
  Index: checkSession.html
  ===================================================================
  <html>
  <title>checkSession Test </title>
  <body>
                            
  <!-- checking for Session object state -->
  true
  <br>
  <br>
   true 
  <br>
  </body>
  </html>