|
ValidateThis API Documentation | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.FrameworkSupertype
coldbox.system.interceptor
ValidateThis.extras.coldbox.ColdBoxValidateThisInterceptor
public class ColdBoxValidateThisInterceptor
I load and configure ValidateThis
| Method Summary | |
|---|---|
void |
Configure()
This is the configuration method for your interceptor |
void |
afterAspectsLoad(any event, struct interceptData)
Load ValidateThis after configuration has loaded |
private any |
getValidateThis()
|
private any |
getValidationResultInRequest(any event)
|
void |
loadValidators(any event, struct interceptData)
Prepare Validators For Given Objects, Types |
private void |
logMessage([string message], [string extrainfo])
|
void |
postValidate(any event, struct interceptData)
Perform validation via ValidateThis Facade |
void |
preValidate(any event, struct interceptData)
Perform validation via ValidateThis Facade |
void |
prepareValidationRequest(any event, struct interceptData)
Prepare Event Collection for Validate Facade |
private void |
setValidateThis(any ValidateThis)
|
private void |
setValidationResultInRequest(any event, any result)
|
void |
validate(any event, struct interceptData)
Perform validation via ValidateThis Facade |
| Methods inherited from class coldbox.system.interceptor |
|---|
appendToBuffer, clearBuffer, getBufferObject, getBufferString, getInterceptorService, getProperty, getproperties, init, propertyExists, setProperty, setproperties, unregister
|
| Methods inherited from class coldbox.system.FrameworkSupertype |
|---|
$abort, $dump, $htmlhead, $include, $rethrow, $throw, addAsset, announceInterception, getColdboxOCM, getController, getDatasource, getDebugMode, getHash, getInterceptor, getMailSettings, getMemento, getModel, getModuleSettings, getMyPlugin, getPlugin, getResource, getSetting, getSettingStructure, getSettingsBean, getfwLocale, includeUDF, locateDirectoryPath, locateFilePath, persistVariables, populateModel, relocate, renderExternalView, renderLayout, renderView, runEvent, setDebugMode, setNextEvent, setNextRoute, setSetting, setfwLocale, settingExists
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Method Detail |
|---|
public void Configure()
Configure
in class
coldbox.system.interceptor
public void afterAspectsLoad(any event, struct interceptData)
event - The event object.interceptData - interceptData of intercepted info.private any getValidateThis()
private any getValidationResultInRequest(any event)
eventpublic void loadValidators(any event, struct interceptData)
event - The event object.interceptData - interceptData of intercepted info.private void logMessage([string message], [string extrainfo])
messageextrainfopublic void postValidate(any event, struct interceptData)
event - The event object.interceptData - resultObject returned from validate.public void preValidate(any event, struct interceptData)
event - The event object.interceptData - validation request for validate.public void prepareValidationRequest(any event, struct interceptData)
event - The event object.interceptData - interceptData of intercepted info.private void setValidateThis(any ValidateThis)
ValidateThisprivate void setValidationResultInRequest(any event, any result)
eventresultpublic void validate(any event, struct interceptData)
event - The event object.interceptData - interceptData of intercepted info.
|
ValidateThis API Documentation | ||||
| FRAMES | |||||