|
ValidateThis API Documentation | ||||
| FRAMES | |||||
WEB-INF.cftags.component
ValidateThis.core.Parameter
public class Parameter
I am a transient Parameter object.
| Constructor Summary | |
|---|---|
init()
I am the constructor |
|
| Method Summary | |
|---|---|
any |
getMemento()
|
any |
getValue()
|
any |
load(any paramStruct)
I load a fresh parameter definition into the parameter object, which allows it to be reused |
any |
setup(any validation)
I am called after the constructor to load data into an instance |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
Public init()
| Method Detail |
|---|
public any getMemento()
public any getValue()
Public any load(any paramStruct)
paramStruct - The validation struct from the xml filePublic any setup(any validation)
validation - The validation object associated with this parameter
|
ValidateThis API Documentation | ||||
| FRAMES | |||||