box.system.validation.validators.concurrent.Callable interface">
|
ColdBox Platform Version 3.5.3 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.validation.validators.RegexValidator
public class RegexValidator
******************************************************************************* Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.coldbox.org | www.luismajano.com | www.ortussolutions.com ******************************************************************************* This validator validates against a user defined regular expression
| Constructor Summary | |
|---|---|
init()
|
|
| Method Summary | |
|---|---|
void |
SETNAME(any name)
|
string |
getName()
Get the name of the validator |
boolean |
validate(IValidationResult validationResult, any target, string field, [any targetValue], [string validationData])
Will check if an incoming value validates |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init()
| Method Detail |
|---|
public void SETNAME(any name)
namepublic string getName()
getName
in interface
IValidator
public boolean validate(IValidationResult validationResult, any target, string field, [any targetValue], [string validationData])
validate
in interface
IValidator
validationResult - The result object of the validationtarget - The target object to validate onfield - The field on the target object to validate ontargetValue - The target value to validatevalidationData - The validation data the validator was created with
|
ColdBox Platform Version 3.5.3 | ||||
| FRAMES | |||||