|
MXUnit 2.1.3 (Generated: 09/27/2012) | ||||
FRAMES |
WEB-INF.cftags.componentmxunit.framework.ComponentBlender
public class ComponentBlender
utilities for mixins and other goodness
Method Summary | |
---|---|
any |
_CopyToThisScope(string propertyName, any nameInThisScope)
|
boolean |
_IsComponentVariableDefined(string varname)
|
any |
_Mixin(string propertyName, any property, [boolean ignoreIfExisting='true'])
|
any |
_MixinAll(any objReceiver, any objGiver, [any includedMethods=''])
|
any |
_MixinProperty(string propertyName, any property, [string scope=''])
|
any |
_copyToNewName(string propertyName, string newPropertyName, [boolean ignoreIfExisting='true'])
|
any |
_getComponentVariable(string varname)
|
struct |
_getComponentVariables()
|
Methods inherited from class WEB-INF.cftags.component |
---|
|
Method Detail |
---|
public any _CopyToThisScope(string propertyName, any nameInThisScope)
propertyName
nameInThisScope
public boolean _IsComponentVariableDefined(string varname)
varname
public any _Mixin(string propertyName, any property, [boolean ignoreIfExisting='true'])
propertyName
property
ignoreIfExisting
public any _MixinAll(any objReceiver, any objGiver, [any includedMethods=''])
objReceiver
- the object to receive the functionsobjGiver
- the object whose functions will be mixed inincludedMethods
- pass a list of methods; otherwise, all are includedpublic any _MixinProperty(string propertyName, any property, [string scope=''])
propertyName
property
scope
- what scope should this be put in? if not passed, will be put into this and variablespublic any _copyToNewName(string propertyName, string newPropertyName, [boolean ignoreIfExisting='true'])
propertyName
newPropertyName
ignoreIfExisting
public any _getComponentVariable(string varname)
varname
public struct _getComponentVariables()
|
MXUnit 2.1.3 (Generated: 09/27/2012) | ||||
FRAMES |