Serialized Form
| 
Package org.springmodules.validation.bean.conf | 
resource
Resource resource
| 
Package org.springmodules.validation.bean.converter | 
internalResolver
MessageCodesResolver internalResolver
| 
Package org.springmodules.validation.commons | 
| 
Package org.springmodules.validation.commons.taglib | 
requestContext
RequestContext requestContext
formName
String formName
- The name of the form that corresponds with the action name
 in struts-config.xml. Specifying a form name places a
 <script> </script> around the javascript.
 
page
int page
- The current page number of a multi-part form.
 Only valid when the formName attribute is set.
 
methodName
String methodName
- This will be used as is for the JavaScript validation method name if it has a value.  This is
 the method name of the main JavaScript method that the form calls to perform validations.
 
staticJavascript
String staticJavascript
- The static JavaScript methods will only be printed if this is set to "true".
 
dynamicJavascript
String dynamicJavascript
- The dynamic JavaScript objects will only be generated if this is set to "true".
 
src
String src
- The src attribute for html script element (used to include an external script
 resource). The src attribute is only recognized
 when the formName attribute is specified.
 
htmlComment
String htmlComment
- The JavaScript methods will enclosed with html comments if this is set to "true".
 
xhtml
String xhtml
- The generated code should be XHTML compliant when "true". When true,
 this setting prevents the htmlComment setting from having an effect.
 
cdata
String cdata
- Hide JavaScript methods in a CDATA section for XHTML when "true".
 
htmlBeginComment
String htmlBeginComment
htmlEndComment
String htmlEndComment
| 
Package org.springmodules.validation.util.cel | 
| 
Package org.springmodules.validation.util.condition | 
| 
Package org.springmodules.validation.util.date | 
| 
Package org.springmodules.validation.util.fel | 
| 
Package org.springmodules.validation.util.lang | 
| 
Package org.springmodules.validation.valang | 
serialVersionUID: -3223482349872384878L
line
int line
column
int column
| 
Package org.springmodules.validation.valang.javascript.taglib | 
includeScriptTags
boolean includeScriptTags
globalErrorsId
String globalErrorsId
fieldErrorsIdSuffix
String fieldErrorsIdSuffix
translator
ValangJavaScriptTranslator translator
commandName
String commandName
bodyContent
javax.servlet.jsp.tagext.BodyContent bodyContent
| 
Package org.springmodules.validation.valang.parser | 
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
 this object and thereby affects the semantics of the
 "getMessage" method (see below).
 
currentToken
Token currentToken
- This is the last token that has been consumed successfully.  If
 this object has been created due to a parse error, the token
 followng this token will (therefore) be the first error token.
 
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers.  Each array
 of integers represents a sequence of tokens (by their ordinal
 values) that is expected at this point of the parse.
 
tokenImage
String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
 parser within which the parse error occurred.  This array is
 defined in the generated ...Constants interface.
 
eol
String eol
- The end of line string for this machine.
 
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
 one of the above 4 values.
 
Copyright © 2009. All Rights Reserved.