CFMongoDB

cfmongodb.core
Class DefaultFactory

WEB-INF.cftags.component
        extended by cfmongodb.core.AbstractFactory
            extended by cfmongodb.core.DefaultFactory

public class DefaultFactory
extends AbstractFactory

Uses createObject('java', path) to create Java objects. Objects of the requested type must be in CF's classpath


Method Summary
 any getObject(string path)
          Creates a Java object
 
Methods inherited from class cfmongodb.core.AbstractFactory
cfmongodb.core.DefaultFactory
 
Methods inherited from class WEB-INF.cftags.component
 

Method Detail

getObject

public any getObject(string path)
Creates a Java object

Parameters:
path

CFMongoDB