Serialized Form


Package org.springmodules.validation.bean.conf

Class org.springmodules.validation.bean.conf.ResourceConfigurationLoadingException extends RuntimeException implements Serializable

Serialized Fields

resource

Resource resource

Class org.springmodules.validation.bean.conf.ValidationConfigurationException extends RuntimeException implements Serializable


Package org.springmodules.validation.bean.converter

Class org.springmodules.validation.bean.converter.ModelAwareMessageCodesResolver extends Object implements Serializable

Serialized Fields

internalResolver

MessageCodesResolver internalResolver

Package org.springmodules.validation.commons

Class org.springmodules.validation.commons.FieldChecks extends Object implements Serializable


Package org.springmodules.validation.commons.taglib

Class org.springmodules.validation.commons.taglib.JavascriptValidatorTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

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

Class org.springmodules.validation.util.cel.CelException extends NestedRuntimeException implements Serializable

Class org.springmodules.validation.util.cel.CelParseException extends CelException implements Serializable


Package org.springmodules.validation.util.condition

Class org.springmodules.validation.util.condition.ConditionException extends NestedRuntimeException implements Serializable


Package org.springmodules.validation.util.date

Class org.springmodules.validation.util.date.DateParseException extends Exception implements Serializable


Package org.springmodules.validation.util.fel

Class org.springmodules.validation.util.fel.FelEvaluationException extends FelException implements Serializable

Class org.springmodules.validation.util.fel.FelException extends NestedRuntimeException implements Serializable

Class org.springmodules.validation.util.fel.FelParseException extends FelException implements Serializable


Package org.springmodules.validation.util.lang

Class org.springmodules.validation.util.lang.NestedIllegalArgumentException extends NestedRuntimeException implements Serializable


Package org.springmodules.validation.valang

Class org.springmodules.validation.valang.ValangException extends NestedRuntimeException implements Serializable

serialVersionUID: -3223482349872384878L

Serialized Fields

line

int line

column

int column

Package org.springmodules.validation.valang.javascript.taglib

Class org.springmodules.validation.valang.javascript.taglib.ValangCodebaseTag extends RequestContextAwareTag implements Serializable

Serialized Fields

includeScriptTags

boolean includeScriptTags

globalErrorsId

String globalErrorsId

fieldErrorsIdSuffix

String fieldErrorsIdSuffix

Class org.springmodules.validation.valang.javascript.taglib.ValangValidateTag extends RequestContextAwareTag implements Serializable

Serialized Fields

translator

ValangJavaScriptTranslator translator

commandName

String commandName

bodyContent

javax.servlet.jsp.tagext.BodyContent bodyContent

Package org.springmodules.validation.valang.parser

Class org.springmodules.validation.valang.parser.ParseException extends Exception implements Serializable

Serialized Fields

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.

Class org.springmodules.validation.valang.parser.TokenMgrError extends Error implements Serializable

Serialized Fields

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.