ColdBox Platform v3.8.0

coldbox.system.validation
Class GenericObject

WEB-INF.cftags.component
        extended by coldbox.system.validation.GenericObject

public class GenericObject
extends WEB-INF.cftags.component

******************************************************************************* Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.coldbox.org | www.luismajano.com | www.ortussolutions.com ******************************************************************************* A generic object that can simulate an object getters from a collection structure. Great for when you want to validate a form that is not represented by an object.

Constructor Summary
init([struct memento='[runtime expression]'])
 
Method Summary
 any getMemento()
 any onMissingMethod(string missingMethodName, struct missingMethodArguments)
 
Methods inherited from class WEB-INF.cftags.component
None
 

Constructor Detail

init

public init([struct memento='[runtime expression]'])

Parameters:
memento
Method Detail

getMemento

public any getMemento()


onMissingMethod

public any onMissingMethod(string missingMethodName, struct missingMethodArguments)

Parameters:
missingMethodName
missingMethodArguments

ColdBox Platform v3.8.0