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:13:25 UTC

cvs commit: jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/setProperty positiveBeanPropertyEditor.html positiveSetBooleanObj.html positiveSetBooleanPrim.html positiveSetByteObj.html positiveSetBytePrim.html positiveSetCharObj.html positiveSetCharPrim.html positiveSetDoubleObj.html positiveSetDoublePrim.html positiveSetFloatObj.html positiveSetFloatPrim.html positiveSetIndexedProp.html positiveSetIntObj.html positiveSetIntPrim.html positiveSetLongObj.html positiveSetLongPrim.html positiveSetPropAll.html positiveSetPropNoParam.html positiveSetPropParam.html positiveSetPropReqTimeDoubleQuotes.html positiveSetPropReqTimeSingleQuotes.html positiveSetPropValue.html

rlubke      02/01/28 16:13:25

  Added:       src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/setProperty
                        positiveBeanPropertyEditor.html
                        positiveSetBooleanObj.html
                        positiveSetBooleanPrim.html positiveSetByteObj.html
                        positiveSetBytePrim.html positiveSetCharObj.html
                        positiveSetCharPrim.html positiveSetDoubleObj.html
                        positiveSetDoublePrim.html positiveSetFloatObj.html
                        positiveSetFloatPrim.html
                        positiveSetIndexedProp.html positiveSetIntObj.html
                        positiveSetIntPrim.html positiveSetLongObj.html
                        positiveSetLongPrim.html positiveSetPropAll.html
                        positiveSetPropNoParam.html
                        positiveSetPropParam.html
                        positiveSetPropReqTimeDoubleQuotes.html
                        positiveSetPropReqTimeSingleQuotes.html
                        positiveSetPropValue.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/setProperty/positiveBeanPropertyEditor.html
  
  Index: positiveBeanPropertyEditor.html
  ===================================================================
  <html>
  <title>positiveBeanPropertyEditor</title>
  <body>
  
  
  
  
  
  
  <!-- getProperty PString should return "PString Validated" -->
  PString Validated
  
  <!-- getProperty PBoolean should return "true" -->
  true
  
  <!-- getProperty PInteger should return "218314" -->
  218314
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/setProperty/positiveSetBooleanObj.html
  
  Index: positiveSetBooleanObj.html
  ===================================================================
  <html>
  <title>positiveSetBooleanObj</title>
  <body>
  
  <!-- We are testing if are able to set a Boolean property and get it -->
  
  
  true
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/setProperty/positiveSetBooleanPrim.html
  
  Index: positiveSetBooleanPrim.html
  ===================================================================
  <html>
  <title>positiveSetBooleanPrim</title>
  <body>
  
  <!-- We are testing if are able to set a PrimitiveBoolean property and get it -->
  
  
  false
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/setProperty/positiveSetByteObj.html
  
  Index: positiveSetByteObj.html
  ===================================================================
  <html>
  <title>positiveSetByteObj</title>
  <body>
  
  <!-- We are testing if are able to set a byte property and get it -->
  
  
  123
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/setProperty/positiveSetBytePrim.html
  
  Index: positiveSetBytePrim.html
  ===================================================================
  <html>
  <title>positiveSetBytePrim</title>
  <body>
  
  <!-- We are testing if are able to set a primitiveByte property and get it -->
  
  
  123
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/setProperty/positiveSetCharObj.html
  
  Index: positiveSetCharObj.html
  ===================================================================
  <html>
  <title>positiveSetCharObj</title>
  <body>
  
  <!-- We are testing if are able to set a Character property and get it -->
  
  
  A
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/setProperty/positiveSetCharPrim.html
  
  Index: positiveSetCharPrim.html
  ===================================================================
  <html>
  <title>positiveSetCharPrim</title>
  <body>
  
  <!-- We are testing if are able to set a Primitive Character property and get it -->
  
  
  R
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/setProperty/positiveSetDoubleObj.html
  
  Index: positiveSetDoubleObj.html
  ===================================================================
  <html>
  <title>positiveSetDoubleObj</title>
  <body>
  
  <!-- We are testing if are able to set a Double property and get it -->
  
  
  123456.0
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/setProperty/positiveSetDoublePrim.html
  
  Index: positiveSetDoublePrim.html
  ===================================================================
  <html>
  <title>positiveSetDoublePrim</title>
  <body>
  
  <!-- We are testing if are able to set a PrimitiveDouble property and get it -->
  
  
  123456.0
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/setProperty/positiveSetFloatObj.html
  
  Index: positiveSetFloatObj.html
  ===================================================================
  <html>
  <title>positiveSetFloatObj</title>
  <body>
  
  <!-- We are testing if are able to set a Float property and get it -->
  
  
  15.0
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/setProperty/positiveSetFloatPrim.html
  
  Index: positiveSetFloatPrim.html
  ===================================================================
  <html>
  <title>positiveSetFloatPrim</title>
  <body>
  
  <!-- We are testing if are able to set a primitiveFloat property and get it -->
  
  
  123.0
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/setProperty/positiveSetIndexedProp.html
  
  Index: positiveSetIndexedProp.html
  ===================================================================
  <html>
  <title>positiveSetIndexedProp</title>
  <body>
  
  
  
  
  <!-- Declaring the bean without body -->
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  <!-- Accessing the property through a scriptlet -->
  
  1 2 3
  1 2 3
  1 2 3
  24 25 26
  1.1 1.2 1.3
  1 1 1
  1.1 1.2 1.3
  false true false
  -128 127
  1 2 3
  -32768 32767
  -2147483648 2147483647
  1.1 1.2 3.14
  -9223372036854775808 9223372036854775807
  1.1 2.81 3.14
  true false true
  
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/setProperty/positiveSetIntObj.html
  
  Index: positiveSetIntObj.html
  ===================================================================
  <html>
  <title>positiveSetIntObj</title>
  <body>
  
  <!-- We are testing if are able to set an int property and get it -->
  
  
  21
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/setProperty/positiveSetIntPrim.html
  
  Index: positiveSetIntPrim.html
  ===================================================================
  <html>
  <title>positiveSetIntPrim</title>
  <body>
  
  <!-- We are testing if are able to set a PrimitiveInt property and get it -->
  
  
  12
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/setProperty/positiveSetLongObj.html
  
  Index: positiveSetLongObj.html
  ===================================================================
  <html>
  <title>positiveSetLongObj</title>
  <body>
  
  <!-- We are testing if are able to set a Long property and get it -->
  
  
  12345
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/setProperty/positiveSetLongPrim.html
  
  Index: positiveSetLongPrim.html
  ===================================================================
  <html>
  <title>positiveSetLongPrim</title>
  <body>
  
  <!-- We are testing if are able to set a Long property and get it -->
  
  
  54321
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/setProperty/positiveSetPropAll.html
  
  Index: positiveSetPropAll.html
  ===================================================================
  <html>
  <title>positiveSetPropAll</title>
  <body>
  
  <!-- Declaring the bean with out body -->
  
  
  <!-- Accessing the properties thru a scriptlet -->
  Validated<br>
  Frodo<br>
  116165<br>
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/setProperty/positiveSetPropNoParam.html
  
  Index: positiveSetPropNoParam.html
  ===================================================================
  <html>
  <title>positiveSetPropNoParam</title>
  <body>
  
  <!-- Declaring the bean with body -->
  
  
  
  <!-- Accessing the property thru a scriptlet -->
  
  SAPPOTA
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/setProperty/positiveSetPropParam.html
  
  Index: positiveSetPropParam.html
  ===================================================================
  <html>
  <title>positiveSetPropParam</title>
  <body>
  
  <!-- Declaring the bean with out body -->
  
  
  <!-- Accessing the property thru a scriptlet -->
  MANGO
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/setProperty/positiveSetPropReqTimeDoubleQuotes.html
  
  Index: positiveSetPropReqTimeDoubleQuotes.html
  ===================================================================
  <html>
  <title>positiveSetPropReqTimeDoubleQuotes</title>
  <body>
  
  <!-- testing if are able to set a  property using double quoted expression -->
  
  
  HTTP/1.0
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/setProperty/positiveSetPropReqTimeSingleQuotes.html
  
  Index: positiveSetPropReqTimeSingleQuotes.html
  ===================================================================
  <html>
  <title>positiveSetPropReqTimeSingleQuotes</title>
  <body>
  
  <!-- testing if are able to set a  property using single quoted expression -->
  
  
  HTTP/1.0
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/core_syntax/actions/setProperty/positiveSetPropValue.html
  
  Index: positiveSetPropValue.html
  ===================================================================
  <html>
  <title>positiveSetPropValue</title>
  <body>
  
  <!-- Declaring the bean with out body -->
  
  
  <!-- Accessing the property thru a scriptlet -->
  KHATTA-MEETHA
  
  </body>
  </html>
  
  
  

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