|
ValidateThis API Documentation | ||||
| FRAMES | |||||
WEB-INF.cftags.component
ValidateThis.util.TransientFactory
public class TransientFactory
I create Transient objects.
| Constructor Summary | |
|---|---|
init(any lightWire)
returns a configured transient factory |
|
| Method Summary | |
|---|---|
any |
create(string transientName, [struct afterCreateArgs='[runtime expression]'])
returns a configured, autowired transient |
any |
newValidation([any theObject=''], [any objectList='[runtime expression]'])
a concrete method to allow for the ValidateThis facade object to be injected into a validation |
any |
onMissingMethod(string MissingMethodName, struct MissingMethodArguments)
provides virtual api [new{transientName}] for any registered transient |
any |
setValidateThis([any validateThis])
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init(any lightWire)
lightWire| Method Detail |
|---|
public any create(string transientName, [struct afterCreateArgs='[runtime expression]'])
transientNameafterCreateArgspublic any newValidation([any theObject=''], [any objectList='[runtime expression]'])
theObject - The object being validatedobjectList - A list of objects already validatedpublic any onMissingMethod(string MissingMethodName, struct MissingMethodArguments)
MissingMethodNameMissingMethodArgumentspublic any setValidateThis([any validateThis])
validateThis
|
ValidateThis API Documentation | ||||
| FRAMES | |||||