MCPcopy Create free account

hub / github.com/apache/commons-validator / functions

Functions1,283 in github.com/apache/commons-validator

MethodgetStreet2
()
src/example/org/apache/commons/validator/example/ValidateBean.java:70
MethodgetUseContextClassLoader
Gets the boolean as to whether the context classloader should be used. @return whether the context classloader should be used.
src/main/java/org/apache/commons/validator/Validator.java:339
MethodgetVars
The {@code Field}'s variables are returned as an unmodifiable {@link Map}. @return the Map of Variable's for a Field.
src/main/java/org/apache/commons/validator/Field.java:573
MethodibanRegistrySource
()
src/test/java/org/apache/commons/validator/routines/IBANValidatorTest.java:275
MethodibanRegistrySourceExamples
()
src/test/java/org/apache/commons/validator/routines/IBANValidatorTest.java:333
MethodisCapLetter
Checks if the field is one upper case letter between 'A' and 'Z'.
src/test/java/org/apache/commons/validator/ValidatorTest.java:84
MethodisClientValidation
Determines whether client-side scripting should be generated for this field. The default is {@code true} @return {@code true} for scripting; otherwis
src/main/java/org/apache/commons/validator/Field.java:612
MethodisDate
Checks if the field is a valid date. The {@link Locale} is used with {@link DateFormat}. The setLenient method is set to {@code false} for all. @pa
src/main/java/org/apache/commons/validator/GenericValidator.java:101
MethodisDependency
Checks whether or not the value passed in is in the depends field. @param validatorName Name of the dependency to check. @return Whether the named va
src/main/java/org/apache/commons/validator/ValidatorAction.java:409
MethodisDependency
Checks if the validator is listed as a dependency. @param validatorName Name of the validator to check. @return Whether the field is dependant on a v
src/main/java/org/apache/commons/validator/Field.java:622
MethodisMerged
Has this formSet been merged? @return true if it has been merged @since 1.2.0
src/main/java/org/apache/commons/validator/FormSet.java:264
MethodisResource
Tests whether or not the key is a resource key or literal value. @return {@code true} if key is a resource key.
src/main/java/org/apache/commons/validator/Arg.java:136
MethodisResource
Tests whether or not the key is a resource key or literal value. @return {@code true} if key is a resource key. @since 1.1.4
src/main/java/org/apache/commons/validator/Msg.java:115
MethodisUrl
Checks if a field is a valid URL address. <p> If you need to modify what is considered valid then consider using the UrlValidator directly. </p> @par
src/main/java/org/apache/commons/validator/GenericValidator.java:270
MethodisValid
Checks if the field is a valid date. The {@link Locale} is used with {@link DateFormat}. The setLenient method is set to {@code false} for all. @para
src/main/java/org/apache/commons/validator/DateValidator.java:68
MethodisValid
Tests an IBAN Code. @param code The value validation is being performed on. @return {@code true} if the value is valid.
src/main/java/org/apache/commons/validator/routines/IBANValidator.java:359
MethodisValid
Tests whether the code is a valid ISSN code after any transformation by the validate routine. @param code The code to validate. @return {@code true}
src/main/java/org/apache/commons/validator/routines/ISSNValidator.java:182
MethodisValid
<p>Checks if a field has a valid URL address.</p> Note that the method calls #isValidAuthority() which checks that the domain is valid. @param value
src/main/java/org/apache/commons/validator/routines/UrlValidator.java:370
MethodisValid
(final String value)
src/main/java/org/apache/commons/validator/routines/CreditCardValidator.java:300
MethodisValid
Validates using the default {@link Locale}. @param value The value validation is being performed on. @return {@code true} if the value is valid.
src/main/java/org/apache/commons/validator/routines/AbstractFormatValidator.java:135
MethodisValid
Tests validity using the specified {@link Locale}. @param value The value validation is being performed on. @param pattern The pattern used to vali
src/main/java/org/apache/commons/validator/routines/AbstractNumberValidator.java:267
MethodisValid
Check the code is either a valid ISBN-10 or ISBN-13 code. @param code The code to validate. @return {@code true} if a valid ISBN-10 or ISBN-13 code,
src/main/java/org/apache/commons/validator/routines/ISBNValidator.java:202
MethodisValid
Tests whether the code is a valid ISIN code after any transformation by the validate routine. @param code The code to validate. @return {@code true}
src/main/java/org/apache/commons/validator/routines/ISINValidator.java:462
MethodisValid
Checks if a field has a valid e-mail address. @param email The value validation is being performed on. A {@code null} value is consider
src/main/java/org/apache/commons/validator/routines/EmailValidator.java:175
MethodisValid
Validate the check digit of an IBAN code. @param code The code to validate. @return {@code true} if the check digit is valid, otherwise {@code false}
src/main/java/org/apache/commons/validator/routines/checkdigit/IBANCheckDigit.java:115
MethodisValid
Validate an ISBN-10 or ISBN-13 check digit, depending on the length of the code. <p> If the length of the code is 10, it is treated as an ISBN-10 code
src/main/java/org/apache/commons/validator/routines/checkdigit/ISBNCheckDigit.java:100
MethodisValid
{@inheritDoc}
src/main/java/org/apache/commons/validator/routines/checkdigit/ECNumberCheckDigit.java:92
MethodisValid
Validates a modulus check digit for a code. @param code The code to validate. @return {@code true} if the check digit is valid, otherwise {@code fals
src/main/java/org/apache/commons/validator/routines/checkdigit/ModulusCheckDigit.java:134
MethodisValid
{@inheritDoc}
src/main/java/org/apache/commons/validator/routines/checkdigit/CASNumberCheckDigit.java:104
MethodisValid
Validate a modulus check digit for a code. <p> Note: assumes last digit is the check digit. </p> @param code The code to validate. @return {@code tru
src/main/java/org/apache/commons/validator/routines/checkdigit/ModulusTenCheckDigit.java:184
MethodisValid
Validate the Verhoeff <em>Check Digit</em> for a code. @param code The code to validate. @return {@code true} if the check digit is valid, otherwise
src/main/java/org/apache/commons/validator/routines/checkdigit/VerhoeffCheckDigit.java:121
MethodisValidIpAddress
Validates an IP address. Returns true if valid. @param ipAddress IP address @return true if the ip address is valid.
src/main/java/org/apache/commons/validator/EmailValidator.java:128
MethodisValidUser
Returns true if the user component of an email address is valid. @param user being validated @return true if the username is valid.
src/main/java/org/apache/commons/validator/EmailValidator.java:198
Methodmain
This is the main method that will be called to initialize the Validator, create some sample beans, and run the Validator against them.
src/example/org/apache/commons/validator/example/ValidateExample.java:61
Methodmain
Only used to debug the unit tests. @param argv
src/test/java/org/apache/commons/validator/UrlTest.java:61
Methodmain
Validator for checking URL parsing @param args URLs to validate
src/test/java/org/apache/commons/validator/routines/UrlValidatorTest.java:68
Methodmain
(final String[] a)
src/test/java/org/apache/commons/validator/routines/DomainValidatorTest.java:237
Methodmain
(final String[] args)
src/test/java/org/apache/commons/validator/routines/EmailValidatorTest.java:125
MethodmatchRegexp
Checks if the value matches the regular expression. @param value The value validation is being performed on. @param regexp The regular expression. @r
src/main/java/org/apache/commons/validator/GenericValidator.java:281
Methodmatches
(final String card)
src/test/java/org/apache/commons/validator/CreditCardValidatorTest.java:38
Methodmatches
(final String card)
src/main/java/org/apache/commons/validator/CreditCardValidator.java:60
Methodmatches
(final String card)
src/main/java/org/apache/commons/validator/CreditCardValidator.java:94
Methodmatches
(final String card)
src/main/java/org/apache/commons/validator/CreditCardValidator.java:103
Methodmatches
(final String card)
src/main/java/org/apache/commons/validator/CreditCardValidator.java:118
Methodparse
Parse the value with the specified {@code Format}. <p>This implementation is lenient whether the currency symbol is present or not. The default {@
src/main/java/org/apache/commons/validator/routines/CurrencyValidator.java:94
Methodparse
Parses the value with the specified {@code Format}. @param value The value to be parsed. @param formatter The Format to parse the value with. @re
src/main/java/org/apache/commons/validator/routines/AbstractFormatValidator.java:178
MethodprocessParsedValue
(final Object value, final Format formatter)
src/test/java/org/apache/commons/validator/routines/CalendarValidatorTest.java:301
MethodprocessParsedValue
Perform further validation and convert the {@code Number} to a {@code Short}. @param value The parsed {@code Number} object created. @param formatter
src/main/java/org/apache/commons/validator/routines/ShortValidator.java:195
MethodprocessParsedValue
Perform further validation and convert the {@code Number} to a {@code Float}. @param value The parsed {@code Number} object created. @param formatter
src/main/java/org/apache/commons/validator/routines/FloatValidator.java:195
MethodprocessParsedValue
Converts the parsed value to a {@code BigInteger}. @param value The parsed {@code Number} object created. @param formatter The Format used to par
src/main/java/org/apache/commons/validator/routines/BigIntegerValidator.java:205
MethodprocessParsedValue
Convert the parsed value to a {@code Long}. @param value The parsed {@code Number} object created. @param formatter The Format used to parse the valu
src/main/java/org/apache/commons/validator/routines/LongValidator.java:193
MethodprocessParsedValue
Processes the parsed value, performing any further validation and type conversion required. @param value The parsed object created. @param format
src/main/java/org/apache/commons/validator/routines/AbstractNumberValidator.java:336
MethodprocessParsedValue
Convert the parsed {@code Date} to a {@link Calendar}. @param value The parsed {@code Date} object created. @param formatter The Format used to parse
src/main/java/org/apache/commons/validator/routines/TimeValidator.java:178
MethodprocessParsedValue
Converts the parsed value to a {@code BigDecimal}. @param value The parsed {@code Number} object created. @param formatter The Format used to par
src/main/java/org/apache/commons/validator/routines/BigDecimalValidator.java:221
MethodprocessParsedValue
<p>Perform further validation and convert the {@code Number} to an {@code Integer}.</p> @param value The parsed {@code Number} object created. @param
src/main/java/org/apache/commons/validator/routines/IntegerValidator.java:195
MethodprocessParsedValue
Perform further validation and convert the {@code Number} to a {@code Byte}. @param value The parsed {@code Number} object created. @param formatter
src/main/java/org/apache/commons/validator/routines/ByteValidator.java:195
MethodprocessParsedValue
rocess the parsed value, performing any further validation and type conversion required. @param value The parsed object created. @param formatter
src/main/java/org/apache/commons/validator/routines/AbstractCalendarValidator.java:440
MethodprocessParsedValue
Returns the parsed {@code Date} unchanged. @param value The parsed {@code Date} object created. @param formatter The Format used to parse the value w
src/main/java/org/apache/commons/validator/routines/DateValidator.java:239
MethodprocessParsedValue
Convert the parsed {@code Date} to a {@link Calendar}. @param value The parsed {@code Date} object created. @param formatter The Format used to parse
src/main/java/org/apache/commons/validator/routines/CalendarValidator.java:229
MethodprocessParsedValue
Convert the parsed value to a {@code Double}. @param value The parsed {@code Number} object created. @param formatter The Format used to parse the va
src/main/java/org/apache/commons/validator/routines/DoubleValidator.java:230
MethodremoveCheckDigit
{@inheritDoc}
src/test/java/org/apache/commons/validator/routines/checkdigit/ECNumberCheckDigitTest.java:39
MethodremoveCheckDigit
{@inheritDoc}
src/test/java/org/apache/commons/validator/routines/checkdigit/CASNumberCheckDigitTest.java:43
MethodsetBundle
Sets the resource bundle name. @param bundle The new bundle name. @since 1.2.0
src/main/java/org/apache/commons/validator/Var.java:161
MethodsetBundle
Sets the resource bundle name. @param bundle The new bundle name. @since 1.1
src/main/java/org/apache/commons/validator/Arg.java:146
MethodsetBundle
Sets the resource bundle name. @param bundle The new bundle name. @since 1.1
src/main/java/org/apache/commons/validator/Msg.java:125
MethodsetClassLoader
Sets the class loader to be used for instantiating application objects when required. @param classLoader The new class loader to use, or {@code null}
src/main/java/org/apache/commons/validator/Validator.java:350
MethodsetClassname
Sets the class of the validator action. @param className Class name of the validator Action. @deprecated Use {@link #setClassName(String)}.
src/main/java/org/apache/commons/validator/ValidatorAction.java:596
MethodsetClientValidation
Sets the flag that determines whether client-side scripting should be generated for this field. @param clientValidation the scripting flag @see #isCl
src/main/java/org/apache/commons/validator/Field.java:775
MethodsetCreditCard
(final String sCreditCard)
src/test/java/org/apache/commons/validator/TypeBean.java:69
MethodsetDepends
Sets the dependencies of the validator action. @param depends A comma separated list of validator names.
src/main/java/org/apache/commons/validator/ValidatorAction.java:615
MethodsetFieldName
Sets the name of the field to validate in a form (optional) @param fieldName The name of the field in a form set @since 1.2.0
src/main/java/org/apache/commons/validator/Validator.java:360
MethodsetFieldOrder
Sets the position of the {@code Field} in the validation list. @param fieldOrder The field position.
src/main/java/org/apache/commons/validator/Field.java:804
MethodsetFormName
Sets the form name which is the key to a set of validation rules. @param formName the name of the form.
src/main/java/org/apache/commons/validator/Validator.java:369
MethodsetIndexedListProperty
Sets the indexed property name of the field. @param indexedListProperty The field's indexed List property name.
src/main/java/org/apache/commons/validator/Field.java:813
MethodsetIndexedProperty
Sets the indexed property name of the field. @param indexedProperty The field's indexed property name.
src/main/java/org/apache/commons/validator/Field.java:822
MethodsetJavascript
Sets the JavaScript equivalent of the Java class and method associated with this action. @param javaScript The JavaScript validation.
src/main/java/org/apache/commons/validator/ValidatorAction.java:635
MethodsetJsFunction
Sets the fully qualified class path of the JavaScript function. <p> This is optional and can be used <strong>instead</strong> of the setJavascript().
src/main/java/org/apache/commons/validator/ValidatorAction.java:670
MethodsetJsFunctionName
Sets the JavaScript function name. This is optional and can be used instead of validator action name for the name of the JavaScript function/object.
src/main/java/org/apache/commons/validator/ValidatorAction.java:683
MethodsetJsType
Sets the JavaScript type of the variable. @param jsType The JavaScript type of the variable.
src/main/java/org/apache/commons/validator/Var.java:170
MethodsetKey
Sets the key/value. @param key The message key/value.
src/main/java/org/apache/commons/validator/Msg.java:134
MethodsetMsg
Sets the message associated with the validator action. @param msg The message for the validator action.
src/main/java/org/apache/commons/validator/ValidatorAction.java:721
MethodsetName
Sets the name of the variable. @param name The name of the variable.
src/main/java/org/apache/commons/validator/Var.java:179
MethodsetPage
Sets the page value that the Field is associated with for validation. @param page The page number.
src/main/java/org/apache/commons/validator/Field.java:842
MethodsetPage
Sets the page. <p> This in conjunction with the page property of a {@code Field} can control the processing of fields. If the field's page is less tha
src/main/java/org/apache/commons/validator/Validator.java:394
MethodsetResource
Sets whether or not the value is a resource. @param resource If true indicates the value is a resource. @since 1.2.0
src/main/java/org/apache/commons/validator/Var.java:189
MethodsetResource
Sets whether or not the key is a resource. @param resource If true indicates the key is a resource. @since 1.1.4
src/main/java/org/apache/commons/validator/Msg.java:153
MethodsetResult
Sets the result returned by a validation method. This can be used to retrieve to the correctly typed value of a date validation for example. @param r
src/main/java/org/apache/commons/validator/ValidatorResult.java:96
MethodsetStreet2
(String street2)
src/example/org/apache/commons/validator/example/ValidateBean.java:38
MethodsetUp
Load {@code ValidatorResources} from validator-regexp.xml.
src/test/java/org/apache/commons/validator/EmailTest.java:121
MethodsetUp
Load {@code ValidatorResources} from validator-exception.xml.
src/test/java/org/apache/commons/validator/ExceptionTest.java:48
MethodsetUp
Load {@code ValidatorResources} from validator-multipletest.xml.
src/test/java/org/apache/commons/validator/MultipleTest.java:48
MethodsetUp
Load {@code ValidatorResources} from validator-numeric.xml.
src/test/java/org/apache/commons/validator/AbstractNumberTest.java:47
MethodsetUp
Load {@code ValidatorResources} from validator-requiredif.xml.
src/test/java/org/apache/commons/validator/RequiredIfTest.java:48
MethodsetUp
Load {@code ValidatorResources} from validator-type.xml.
src/test/java/org/apache/commons/validator/GenericTypeValidatorTest.java:93
MethodsetUp
Load {@code ValidatorResources} from validator-numeric.xml.
src/test/java/org/apache/commons/validator/DateTest.java:47
MethodsetUp
Test setup
src/test/java/org/apache/commons/validator/FieldTest.java:72
MethodsetUp
Load {@code ValidatorResources} from validator-extension.xml.
src/test/java/org/apache/commons/validator/ExtensionTest.java:70
MethodsetUp
Load {@code ValidatorResources} from ValidatorResultsTest-config.xml.
src/test/java/org/apache/commons/validator/ValidatorResultsTest.java:80
MethodsetUp
Load {@code ValidatorResources} from ValidatorResultsTest-config.xml.
src/test/java/org/apache/commons/validator/ParameterTest.java:64
MethodsetUp
Load {@code ValidatorResources} from validator-multipletest.xml.
src/test/java/org/apache/commons/validator/VarTest.java:51
← previousnext →601–700 of 1,283, ranked by callers