|
ValidateThis API Documentation | ||||
| FRAMES | |||||
WEB-INF.cftags.component
ValidateThis.util.ObjectChecker
public class ObjectChecker
I am used to deal with different types of objects: standard CFCs, Wheels objects and Groovy objects.
| Constructor Summary | |
|---|---|
Init(string abstractGetterMethod)
|
|
| Method Summary | |
|---|---|
private string |
buildInheritanceTree([any metaData], [string accumulator=''])
|
any |
findGetter(any theObject, any propertyName)
I try to locate a property in an object, returning the name of the getter |
any |
isCFC(any theObject, [string ancestry=''])
Returns true if the object passed in is a cfc |
any |
isGroovy(any theObject)
Returns true if the object passed in is a Groovy object |
any |
isWheels(any theObject, [string ancestry=''])
Returns true if the object passed in is a Wheels object |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
Public Init(string abstractGetterMethod)
abstractGetterMethod| Method Detail |
|---|
private string buildInheritanceTree([any metaData], [string accumulator=''])
metaDataaccumulatorpublic any findGetter(any theObject, any propertyName)
theObjectpropertyNamepublic any isCFC(any theObject, [string ancestry=''])
theObjectancestrypublic any isGroovy(any theObject)
theObjectpublic any isWheels(any theObject, [string ancestry=''])
theObjectancestry
|
ValidateThis API Documentation | ||||
| FRAMES | |||||