|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.bean.beanFactory
public class beanFactory
Constructor Summary | |
---|---|
init([string folders], [struct config='[runtime expression]'])
|
Method Summary | |
---|---|
any |
addAlias([string aliasName], [string beanName])
|
any |
addBean([string beanName], [any beanValue])
|
private boolean |
beanIsTransient([string singleDir], [string dir], [string beanName])
|
private any |
cachable([string beanName])
|
private struct |
cleanMetadata([string cfc])
|
boolean |
containsBean([string beanName])
|
any |
declareBean([string beanName], [string dottedPath], [boolean isSingleton='true'])
|
private string |
deduceDottedPath([string path], [string truePath], [string mapping], [boolean rootRelative])
|
private void |
discoverBeans([string folders])
|
private void |
discoverBeansInFolder([string mapping])
|
private struct |
findSetters([any cfc], [struct iocMeta])
|
private any |
forceCache([any bean], [string beanName])
|
any |
getBean([string beanName])
|
any |
getBeanInfo([string beanName=''])
|
string |
getVersion()
|
any |
injectProperties([any bean], [struct properties])
|
boolean |
isSingleton([string beanName])
|
any |
load()
|
private void |
logMissingBean([string beanName], [string resolvingBeanName=''])
|
private void |
missingBean([string beanName], [string resolvingBeanName=''])
|
any |
onLoad([any listener])
|
private void |
onLoadEvent()
|
private any |
parentBeanInfo([string beanName])
|
private any |
parentBeanInfoList()
|
private any |
resolveBean([string beanName])
|
private struct |
resolveBeanCreate([string beanName], [struct accumulator])
|
any |
setParent([any parent])
|
private void |
setupFrameworkDefaults()
|
private string |
singular([string plural])
|
Methods inherited from class railo-context.Component |
---|
|
Constructor Detail |
---|
public init([string folders], [struct config='[runtime expression]'])
folders
config
Method Detail |
---|
public any addAlias([string aliasName], [string beanName])
aliasName
beanName
public any addBean([string beanName], [any beanValue])
beanName
beanValue
private boolean beanIsTransient([string singleDir], [string dir], [string beanName])
singleDir
dir
beanName
private any cachable([string beanName])
beanName
private struct cleanMetadata([string cfc])
cfc
public boolean containsBean([string beanName])
beanName
public any declareBean([string beanName], [string dottedPath], [boolean isSingleton='true'])
beanName
dottedPath
isSingleton
private string deduceDottedPath([string path], [string truePath], [string mapping], [boolean rootRelative])
path
truePath
mapping
rootRelative
private void discoverBeans([string folders])
folders
private void discoverBeansInFolder([string mapping])
mapping
private struct findSetters([any cfc], [struct iocMeta])
cfc
iocMeta
private any forceCache([any bean], [string beanName])
bean
beanName
public any getBean([string beanName])
beanName
public any getBeanInfo([string beanName=''])
beanName
public string getVersion()
public any injectProperties([any bean], [struct properties])
bean
properties
public boolean isSingleton([string beanName])
beanName
public any load()
private void logMissingBean([string beanName], [string resolvingBeanName=''])
beanName
resolvingBeanName
private void missingBean([string beanName], [string resolvingBeanName=''])
beanName
resolvingBeanName
public any onLoad([any listener])
listener
private void onLoadEvent()
private any parentBeanInfo([string beanName])
beanName
private any parentBeanInfoList()
private any resolveBean([string beanName])
beanName
private struct resolveBeanCreate([string beanName], [struct accumulator])
beanName
accumulator
public any setParent([any parent])
parent
private void setupFrameworkDefaults()
private string singular([string plural])
plural
|
Mura CMS 6.1 | ||||
FRAMES |