ColdBox Platform Version 2.6.4

coldbox.system.plugins
Class Validator

WEB-INF.cftags.component
        extended by coldbox.system.FrameworkSupertype
            extended by coldbox.system.Plugin
                extended by coldbox.system.plugins.Validator

public class Validator
extends Plugin

Our incredible validator for EVERYTHING!


Constructor Summary
init(any controller)
          Constructor
 
Method Summary
 any checkAlphaOnly([any str])
 any checkBoolean([any str])
 any checkDate([any str])
 any checkEmail([any str])
 any checkEurodate([any str])
 any checkExactLen([any str], [any length])
 any checkGUID([any str])
 any checkIPAddress([any str])
 any checkInteger([any str])
 any checkMaxLen([any str], [any length])
 any checkMinLen([any str], [any length])
 any checkNumeric([any str])
 any checkRange([any str], [any min], [any max])
 any checkRegex([any str], [any regex])
 any checkSSN([any str])
 any checkSameAs([any str1], [any str2])
 any checkSameAsNoCase([any str1], [any str2])
 any checkString([any str])
 any checkTelephone([any str])
 any checkURL([any str])
 any checkUSDate([any str])
 any checkUUID([any str])
 any checkZipCode([any str])
 
Methods inherited from class coldbox.system.Plugin
getPluginDescription, getPluginName, getPluginVersion, getRequestCollection, getRequestContext, getpluginAuthor, getpluginAuthorURL, getpluginPath, setPluginDescription, setPluginName, setPluginVersion, setpluginAuthor, setpluginAuthorURL
 
Methods inherited from class coldbox.system.FrameworkSupertype
$abort, $dump, $htmlhead, $include, $rethrow, $throw, addAsset, announceInterception, getColdboxOCM, getController, getDatasource, getDebugMode, getHash, getInstance, getInterceptor, getMailSettings, getModel, getModuleSettings, getMyPlugin, getPlugin, getResource, getSetting, getSettingStructure, getSettingsBean, getfwLocale, includeUDF, locateDirectoryPath, locateFilePath, persistVariables, populateModel, relocate, renderExternalView, renderView, runEvent, setDebugMode, setNextEvent, setNextRoute, setSetting, setfwLocale, settingExists
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init(any controller)
Constructor

Parameters:
controller - The coldbox daddy
Method Detail

checkAlphaOnly

public any checkAlphaOnly([any str])

Parameters:
str

checkBoolean

public any checkBoolean([any str])

Parameters:
str

checkDate

public any checkDate([any str])

Parameters:
str

checkEmail

public any checkEmail([any str])

Parameters:
str

checkEurodate

public any checkEurodate([any str])

Parameters:
str

checkExactLen

public any checkExactLen([any str], [any length])

Parameters:
str
length

checkGUID

public any checkGUID([any str])

Parameters:
str

checkIPAddress

public any checkIPAddress([any str])

Parameters:
str

checkInteger

public any checkInteger([any str])

Parameters:
str

checkMaxLen

public any checkMaxLen([any str], [any length])

Parameters:
str
length

checkMinLen

public any checkMinLen([any str], [any length])

Parameters:
str
length

checkNumeric

public any checkNumeric([any str])

Parameters:
str

checkRange

public any checkRange([any str], [any min], [any max])

Parameters:
str
min
max

checkRegex

public any checkRegex([any str], [any regex])

Parameters:
str
regex

checkSSN

public any checkSSN([any str])

Parameters:
str

checkSameAs

public any checkSameAs([any str1], [any str2])

Parameters:
str1
str2

checkSameAsNoCase

public any checkSameAsNoCase([any str1], [any str2])

Parameters:
str1
str2

checkString

public any checkString([any str])

Parameters:
str

checkTelephone

public any checkTelephone([any str])

Parameters:
str

checkURL

public any checkURL([any str])

Parameters:
str

checkUSDate

public any checkUSDate([any str])

Parameters:
str

checkUUID

public any checkUUID([any str])

Parameters:
str

checkZipCode

public any checkZipCode([any str])

Parameters:
str

ColdBox Platform Version 2.6.4