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 rl...@apache.org on 2002/01/29 01:14:12 UTC

cvs commit: jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/useBean negativeClassCastException.html negativeNotFoundAbstractInstantiationException.html negativeNotFoundInterfaceInstantiationException.html negativeNotFoundNoArgConstructorInstantiationException.html negativeNotFoundTypeInstantiationException.html positiveBeanNameSerialized.html positiveBeanNameType.html positiveBeanNameTypeCast.html positiveBodyNew.html positiveClassTypeCast.html positiveNoBody.html

rlubke      02/01/28 16:14:11

  Added:       src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/useBean
                        negativeClassCastException.html
                        negativeNotFoundAbstractInstantiationException.html
                        negativeNotFoundInterfaceInstantiationException.html
                        negativeNotFoundNoArgConstructorInstantiationException.html
                        negativeNotFoundTypeInstantiationException.html
                        positiveBeanNameSerialized.html
                        positiveBeanNameType.html
                        positiveBeanNameTypeCast.html positiveBodyNew.html
                        positiveClassTypeCast.html positiveNoBody.html
  Log:
   - content push from CTS
  
  Revision  Changes    Path
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/useBean/negativeClassCastException.html
  
  Index: negativeClassCastException.html
  ===================================================================
  <html>
  <title>negativeClassCastException</title>
  <body>
  
  
  ClassCastException successfully caught.
  Test status: PASS
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/useBean/negativeNotFoundAbstractInstantiationException.html
  
  Index: negativeNotFoundAbstractInstantiationException.html
  ===================================================================
  <html>
  <title>negativeNotFoundAbstractInstantiationException</title>
  <body>
  
  
  InstantiationException successfully caught.
  Test status: PASS
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/useBean/negativeNotFoundInterfaceInstantiationException.html
  
  Index: negativeNotFoundInterfaceInstantiationException.html
  ===================================================================
  <html>
  <title>negativeNotFoundInterfaceInstantiationException</title>
  <body>
  
  
  InstantiationException successfully caught.
  Test status: PASS
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/useBean/negativeNotFoundNoArgConstructorInstantiationException.html
  
  Index: negativeNotFoundNoArgConstructorInstantiationException.html
  ===================================================================
  <html>
  <title>negativeNotFoundNoArgConstructorInstantiationException</title>
  <body>
  
  
  InstantiationException successfully caught.
  Test status: PASS
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/useBean/negativeNotFoundTypeInstantiationException.html
  
  Index: negativeNotFoundTypeInstantiationException.html
  ===================================================================
  <html>
  <title>negativeNotFoundTypeInstantiationException</title>
  <body>
  
  
  InstantiationException successfully caught.
  Test status: PASS
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/useBean/positiveBeanNameSerialized.html
  
  Index: positiveBeanNameSerialized.html
  ===================================================================
  <html>
  <title>positiveBeanNameSerialized</title>
  <body>
  
  <!-- Declaring the bean with beanName as a serialized bean instance -->
  
  5
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/useBean/positiveBeanNameType.html
  
  Index: positiveBeanNameType.html
  ===================================================================
  <html>
  <title>positiveBeanNameType</title>
  <body>
  
  <!-- Declaring the bean with beanName as a class -->
  
  <!-- accessing the bean thru a scriptlet -->
  0
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/useBean/positiveBeanNameTypeCast.html
  
  Index: positiveBeanNameTypeCast.html
  ===================================================================
  <html>
  <title>positiveBeanNameTypeCast</title>
  <body>
  
  <!-- Declaring the bean with beanName as a class -->
  
  <!-- accessing the bean thru a scriptlet -->
  0
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/useBean/positiveBodyNew.html
  
  Index: positiveBodyNew.html
  ===================================================================
  <html>
  <title>positiveBodyNew</title>
  <body>
  
  <!-- Declaring the bean with body -->
  
  
  
  APPLE
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/useBean/positiveClassTypeCast.html
  
  Index: positiveClassTypeCast.html
  ===================================================================
  <html>
  <title>positiveClassTypeCast</title>
  <body>
  
  <!-- we are using 'class' and 'type' together and 'class' is assignable to type-->
  
  0
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/useBean/positiveNoBody.html
  
  Index: positiveNoBody.html
  ===================================================================
  <html>
  <title>positiveNoBody</title>
  <body>
  
  <!-- Declaring the bean with out body -->
  
  hello
  </body>
  </html>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>