Transfer version 1.1

transfer.com.dynamic.definition
Class CustomFunctionWriter

WEB-INF.cftags.component
        extended by transfer.com.dynamic.definition.AbstractBaseWriter
            extended by transfer.com.dynamic.definition.CustomFunctionWriter

public class CustomFunctionWriter
extends AbstractBaseWriter

Writes the custom functions


Constructor Summary
init(ObjectManager objectManager)
          Constructor
 
Method Summary
 void writeCustomFunctions(DefinitionBuffer buffer, Object object)
          Writes the custom functions
 
Methods inherited from class transfer.com.dynamic.definition.AbstractBaseWriter
getObjectManager, q, setObjectManager, throw
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init(ObjectManager objectManager)
Constructor

Parameters:
objectManager - The Object Manager
Method Detail

writeCustomFunctions

public void writeCustomFunctions(DefinitionBuffer buffer, Object object)
Writes the custom functions

Parameters:
buffer - The Buffer that the defintion file is being set in
object - BO of the Object

Transfer version 1.1