|
ValidateThis API Documentation | ||||
| FRAMES | |||||
WEB-INF.cftags.component
ValidateThis.core.StructWrapper
public class StructWrapper
I wrap a struct to allow it to be validated like an object.
| Constructor Summary | |
|---|---|
Init()
I am the constructor |
|
| Method Summary | |
|---|---|
any |
evaluateExpression(any expression)
I dynamically evaluate an expression and return the result |
Any |
getValue(any propertyName)
An abstract getter |
Any |
onMissingMethod(any missingMethodName, any missingMethodArguments)
An abstract getter |
any |
setup(any theStruct)
I am called after the constructor to load data into an instance |
boolean |
testCondition(any Condition)
I dynamically evaluate a condition and return true or false |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
Public Init()
| Method Detail |
|---|
Public any evaluateExpression(any expression)
expressionpublic Any getValue(any propertyName)
propertyNamepublic Any onMissingMethod(any missingMethodName, any missingMethodArguments)
missingMethodNamemissingMethodArgumentsPublic any setup(any theStruct)
theStruct - The struct to be wrappedPublic boolean testCondition(any Condition)
Condition
|
ValidateThis API Documentation | ||||
| FRAMES | |||||