A G I L N P S V

A

AbstractBlackListValidator - Class in net.sf.valjax
Provides validation for a configured black list file.
AbstractBlackListValidator() - Constructor for class net.sf.valjax.AbstractBlackListValidator
 
AbstractValidator - Class in net.sf.valjax
Validator that provides some basic validation patterns to use.
AbstractValidator() - Constructor for class net.sf.valjax.AbstractValidator
 
afterPropertiesSet() - Method in class net.sf.valjax.AbstractBlackListValidator
Loads the blackListFile in a HashSet that will be used to validate against.
AjaxSimpleFormController - Class in net.sf.valjax
SimpleFormController that configures the response, view and the model needed for Ajax.
AjaxSimpleFormController() - Constructor for class net.sf.valjax.AjaxSimpleFormController
 

G

getErrors(BindException) - Method in class net.sf.valjax.AjaxSimpleFormController
Formats the errors to be used in the AJax response.

I

isAddress(String) - Method in class net.sf.valjax.AbstractValidator
Uses the address regex pattern to access whether this string value is a match
isAlpha(String) - Method in class net.sf.valjax.AbstractValidator
Uses the alphabetic regex pattern to access whether this string value is a match
isAlphaNumeric(String) - Method in class net.sf.valjax.AbstractValidator
Uses the alpha numeric regex pattern to access whether this string value is a match
isBlackListEmail(String) - Method in class net.sf.valjax.AbstractBlackListValidator
Validates whether an email is on the blacklist or not.
isBlackListValue(String) - Method in class net.sf.valjax.AbstractBlackListValidator
Validates whether an value is on the blacklist or not.
isCurrency(String) - Method in class net.sf.valjax.AbstractValidator
Uses the alpha numeric regex pattern to access whether this string value is a match
isDate(String) - Method in class net.sf.valjax.AbstractValidator
Uses the alpha numeric regex pattern to access whether this string value is a match
isDigits(String) - Method in class net.sf.valjax.AbstractValidator
Uses the digits regex pattern to access whether this string value is a match
isFamilyName(String) - Method in class net.sf.valjax.AbstractValidator
Uses the name regex pattern to access whether this string value is a match
isFax(String) - Method in class net.sf.valjax.AbstractValidator
Uses the fax regex pattern to access whether this string value is a match
isGivenName(String) - Method in class net.sf.valjax.AbstractValidator
Uses the name regex pattern to access whether this string value is a match
isMonth(String) - Method in class net.sf.valjax.AbstractValidator
Validate month against format mm
isMonthYear(String) - Method in class net.sf.valjax.AbstractValidator
Validate month/year against format mm/yyyy
isNumber(String) - Method in class net.sf.valjax.AbstractValidator
Uses the phone regex pattern to access whether this string value is a match
isPhone(String) - Method in class net.sf.valjax.AbstractValidator
Uses the phone regex pattern to access whether this string value is a match
isYear(String) - Method in class net.sf.valjax.AbstractValidator
Uses the year regex pattern to access whether this string value is a match
isZip(String) - Method in class net.sf.valjax.AbstractValidator
Uses the zip code regex pattern to access whether this string value is a match

L

log - Static variable in class net.sf.valjax.AbstractBlackListValidator
 
log - Static variable in class net.sf.valjax.AjaxSimpleFormController
 

N

NAME_PATTERN_1 - Static variable in class net.sf.valjax.AbstractValidator
Regular Expression that can be used to validate a name
NAME_PATTERN_2 - Static variable in class net.sf.valjax.AbstractValidator
Regular Expression that can be used to validate a name.
net.sf.valjax - package net.sf.valjax
 

P

PATTERN_ADDRESS - Static variable in class net.sf.valjax.AbstractValidator
Regular Expression that can be used to validate an address pattern
PATTERN_ALPHA - Static variable in class net.sf.valjax.AbstractValidator
Regular Expression that can be used to validate alphabetic patterns
PATTERN_ALPHANUMERIC - Static variable in class net.sf.valjax.AbstractValidator
Regular Expression that can be used to validate an alpha numeric patterns
PATTERN_CURRENCY - Static variable in class net.sf.valjax.AbstractValidator
Regular Expression that can be used to validate an currency patterns.
PATTERN_DATE - Static variable in class net.sf.valjax.AbstractValidator
Regular Expression that can be used to validate date patterns.
PATTERN_DIGITS - Static variable in class net.sf.valjax.AbstractValidator
Regular Expression that can be used to validate numeric patterns.
PATTERN_FAX - Static variable in class net.sf.valjax.AbstractValidator
Regular Expression that can be used to validate a phone pattern.
PATTERN_MONTH - Static variable in class net.sf.valjax.AbstractValidator
Regular Expression that can be used to validate the month.
PATTERN_MONTH_YEAR - Static variable in class net.sf.valjax.AbstractValidator
Regular Expression that can be used to validate the month and year.
PATTERN_NUMBER - Static variable in class net.sf.valjax.AbstractValidator
Regular Expression that can be used to validate patterns any number with numeric syntax such as:
PATTERN_PHONE - Static variable in class net.sf.valjax.AbstractValidator
Regular Expression that can be used to validate a phone pattern with additional syntax, such as extension numbers:
PATTERN_YEAR - Static variable in class net.sf.valjax.AbstractValidator
Regular Expression that can be used to validate the year using 4 digits.
PATTERN_ZIP - Static variable in class net.sf.valjax.AbstractValidator
Regular Expression that can be used to validate the zip
processAjaxSubmit(BindException) - Method in class net.sf.valjax.AjaxSimpleFormController
Provide the ModelAndView to use for the Ajax response.
processFormSubmission(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class net.sf.valjax.AjaxSimpleFormController
Proccess the form submission with any validation errors.

S

setBlackListFile(String) - Method in class net.sf.valjax.AbstractBlackListValidator
The name of the blacklist file to load from the classpath.
setValidatorResponse(String) - Method in class net.sf.valjax.AjaxSimpleFormController
Token to use in the validatorView file to allow Ajax to lookup the errors.
setValidatorView(String) - Method in class net.sf.valjax.AjaxSimpleFormController
The view the Ajax response will use to lookup errors.

V

validateCustom(String, String) - Method in class net.sf.valjax.AbstractValidator
Validate a value against your own defined pattern.

A G I L N P S V

Copyright © 2007. All Rights Reserved.