MXUnit 2.1.3 (Generated: 09/27/2012)

mxunit.framework
Class ComponentBlender

WEB-INF.cftags.component
        extended by mxunit.framework.ComponentBlender

public class ComponentBlender
extends WEB-INF.cftags.component

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

_CopyToThisScope

public any _CopyToThisScope(string propertyName, any nameInThisScope)

Parameters:
propertyName
nameInThisScope

_IsComponentVariableDefined

public boolean _IsComponentVariableDefined(string varname)

Parameters:
varname

_Mixin

public any _Mixin(string propertyName, any property, [boolean ignoreIfExisting='true'])

Parameters:
propertyName
property
ignoreIfExisting

_MixinAll

public any _MixinAll(any objReceiver, any objGiver, [any includedMethods=''])

Parameters:
objReceiver - the object to receive the functions
objGiver - the object whose functions will be mixed in
includedMethods - pass a list of methods; otherwise, all are included

_MixinProperty

public any _MixinProperty(string propertyName, any property, [string scope=''])

Parameters:
propertyName
property
scope - what scope should this be put in? if not passed, will be put into this and variables

_copyToNewName

public any _copyToNewName(string propertyName, string newPropertyName, [boolean ignoreIfExisting='true'])

Parameters:
propertyName
newPropertyName
ignoreIfExisting

_getComponentVariable

public any _getComponentVariable(string varname)

Parameters:
varname

_getComponentVariables

public struct _getComponentVariables()


MXUnit 2.1.3 (Generated: 09/27/2012)