Serialized Form


Package org.apache.shale.validator

Class org.apache.shale.validator.CommonsValidator extends Object implements Serializable

serialVersionUID: -1783130706547542798L

Serialized Fields

formName

String formName

The name of the parent form used for javascript.


type

String type

Validator type.


client

Boolean client

Enable client-side validation?


server

Boolean server

Enable server-side validation?


message

String message

The validate method uses this as the text of an error message it stores on the FacesContext when validation fails.


vars

Map<K,V> vars

Parameters for the specific Commons Validator to be used.


Package org.apache.shale.validator.faces

Class org.apache.shale.validator.faces.ValidatorTag extends javax.faces.webapp.ValidatorTag implements Serializable

serialVersionUID: -5007063635477571688L

Serialized Fields

type

String type

The type attribute.


min

String min

The min attribute.


max

String max

The max attribute.


minlength

String minlength

The minlength attribute.


maxlength

String maxlength

The maxlength attribute.


datePatternStrict

String datePatternStrict

The datePatternStrict attribute.


mask

String mask

The mask attribute.


message

String message

The message attribute.


arg

String arg

The arg attribute.


client

String client

The client attribute.


server

String server

The server attribute.


params

LinkedHashMap<K,V> params

The parameters to pass to the validator.

Class org.apache.shale.validator.faces.ValidatorVarTag extends TagSupport implements Serializable

serialVersionUID: -7534191231970388638L

Serialized Fields

commonsValidatorTag

ValidatorTag commonsValidatorTag
The parent validator tag.


name

String name
The name of the var to pass to the validator.


value

String value
The value of the var to pass to the validator.


Package org.apache.shale.validator.tag

Class org.apache.shale.validator.tag.IntegerConverterTag extends javax.faces.webapp.ConverterTag implements Serializable

serialVersionUID: 1L

Serialized Fields

locale

String locale

message

String message

pattern

String pattern

Class org.apache.shale.validator.tag.IntegerValidatorTag extends javax.faces.webapp.ValidatorTag implements Serializable

serialVersionUID: 1L

Serialized Fields

client

String client

maximum

String maximum

message

String message

minimum

String minimum



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.