A B C D E F G H I J K L M N O P Q R S T U V W Z

V

validate(String, String[]) - Method in interface jp.terasoluna.fw.web.struts.form.MultiFieldValidator
Performs the correlation input check of multiple fields.
The value to be validated is passed as the first argument. Value of other fields required for the validation is passed as array element in the second argument. Returns false when there is validation error.
validateAlphaNumericString(Object, ValidatorAction, Field, ActionMessages, Validator, HttpServletRequest) - Static method in class jp.terasoluna.fw.web.struts.form.FieldChecksEx
Check if the specified field is alphanumeric character.
validateArraysIndex(Object, ValidatorAction, Field, ActionMessages, Validator, HttpServletRequest) - Static method in class jp.terasoluna.fw.web.struts.form.FieldChecksEx
Checks the field value of all elements of array and collection type.
validateByteLength(Object, ValidatorAction, Field, ActionMessages, Validator, HttpServletRequest) - Static method in class jp.terasoluna.fw.web.struts.form.FieldChecksEx
Check if the byte length of specified field matches.
validateByteRange(Object, ValidatorAction, Field, ActionMessages, Validator, HttpServletRequest) - Static method in class jp.terasoluna.fw.web.struts.form.FieldChecksEx
Check if the byte length of specified field is within the specified range.
validateCapAlphaNumericString(Object, ValidatorAction, Field, ActionMessages, Validator, HttpServletRequest) - Static method in class jp.terasoluna.fw.web.struts.form.FieldChecksEx
Check if the specified field is uppercase alphanumeric character.
validateDateRange(Object, ValidatorAction, Field, ActionMessages, Validator, HttpServletRequest) - Static method in class jp.terasoluna.fw.web.struts.form.FieldChecksEx
Check if the date is within the specified range.
validateHankakuKanaString(Object, ValidatorAction, Field, ActionMessages, Validator, HttpServletRequest) - Static method in class jp.terasoluna.fw.web.struts.form.FieldChecksEx
Check if the specified field is half-width kana string.
validateHankakuString(Object, ValidatorAction, Field, ActionMessages, Validator, HttpServletRequest) - Static method in class jp.terasoluna.fw.web.struts.form.FieldChecksEx
Check if the specified field is half-width string.
validateMultiField(Object, ValidatorAction, Field, ActionMessages, Validator, HttpServletRequest) - Static method in class jp.terasoluna.fw.web.struts.form.FieldChecksEx
Check the correlation of multiple fields. To apply this validation rule, implementation class of MultiFieldValidator is required. The settings for the implemented class are performed in validation.xml.
When error occurs, generates error information and adds it to the error information list. Since there is no default error message for this validation rule, message should always be set in validation.xml.
At the time of validating if the value in value field of action form is greater than the value in value1 field and less than the value in value2 field, perform the implementation and settings as follows.
validateNumber(Object, ValidatorAction, Field, ActionMessages, Validator, HttpServletRequest) - Static method in class jp.terasoluna.fw.web.struts.form.FieldChecksEx
Check if the specified field is numeric value. First, generates BigDecimal type by using entered string. When it is not possible to generate it then creates ActionMessage for error and returns false. When the length of the integer part is specified, checks the length. Identical check is performed for number of integers only when isAccordedInteger() is specified as "true".When the check fails, creates ActionMessage for errors and returns false. In the end, checks the length of the fractional part,if specified. Identical check is performed for number of fractions only when isAccordedScale is specified as "true" in validation.xml.
validateNumericString(Object, ValidatorAction, Field, ActionMessages, Validator, HttpServletRequest) - Static method in class jp.terasoluna.fw.web.struts.form.FieldChecksEx
Check if the specified field is the string that consists of only numeric characters.
validateProhibited(Object, ValidatorAction, Field, ActionMessages, Validator, HttpServletRequest) - Static method in class jp.terasoluna.fw.web.struts.form.FieldChecksEx
Check if the specified field consists input prohibited strings.
validateStringLength(Object, ValidatorAction, Field, ActionMessages, Validator, HttpServletRequest) - Static method in class jp.terasoluna.fw.web.struts.form.FieldChecksEx
Check if the string length of specified field matches.
validateZenkakuKanaString(Object, ValidatorAction, Field, ActionMessages, Validator, HttpServletRequest) - Static method in class jp.terasoluna.fw.web.struts.form.FieldChecksEx
Check if the specified field is full-width katakana string.
validateZenkakuString(Object, ValidatorAction, Field, ActionMessages, Validator, HttpServletRequest) - Static method in class jp.terasoluna.fw.web.struts.form.FieldChecksEx
Check if the specified field is the full-width string.
ValidatorActionFormEx - Class in jp.terasoluna.fw.web.struts.form
Action form class supported in Validator framework.
ValidatorActionFormEx() - Constructor for class jp.terasoluna.fw.web.struts.form.ValidatorActionFormEx
 
value - Variable in class jp.terasoluna.fw.web.struts.action.DBMessageBean
Message statement.
value - Variable in class jp.terasoluna.fw.web.struts.actions.DownloadString
Download contents.
value - Variable in class jp.terasoluna.fw.web.taglib.DateFormatterTagBase
Value (string) to be formatted.
value - Variable in class jp.terasoluna.fw.web.taglib.DecimalTag
Value (string) to be formatted.
value - Variable in class jp.terasoluna.fw.web.taglib.StringFormatterTagBase
Value (string) to be formatted.
values - Variable in class jp.terasoluna.fw.service.thin.BLogicMessage
Array in which replacement string is stored.
vlink - Variable in class jp.terasoluna.fw.web.struts.taglib.BodyTag
Color of the selected link.

A B C D E F G H I J K L M N O P Q R S T U V W Z