|
CFMongoDB | ||||
FRAMES |
WEB-INF.cftags.componentcfmongodb.core.AbstractFactory
cfmongodb.core.DefaultFactory
public class DefaultFactory
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 |
---|
public any getObject(string path)
path
|
CFMongoDB | ||||
FRAMES |