|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.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]'])
foldersconfig| Method Detail |
|---|
public any addAlias([string aliasName], [string beanName])
aliasNamebeanNamepublic any addBean([string beanName], [any beanValue])
beanNamebeanValueprivate boolean beanIsTransient([string singleDir], [string dir], [string beanName])
singleDirdirbeanNameprivate any cachable([string beanName])
beanNameprivate struct cleanMetadata([string cfc])
cfcpublic boolean containsBean([string beanName])
beanNamepublic any declareBean([string beanName], [string dottedPath], [boolean isSingleton='true'])
beanNamedottedPathisSingletonprivate string deduceDottedPath([string path], [string truePath], [string mapping], [boolean rootRelative])
pathtruePathmappingrootRelativeprivate void discoverBeans([string folders])
foldersprivate void discoverBeansInFolder([string mapping])
mappingprivate struct findSetters([any cfc], [struct iocMeta])
cfciocMetaprivate any forceCache([any bean], [string beanName])
beanbeanNamepublic any getBean([string beanName])
beanNamepublic any getBeanInfo([string beanName=''])
beanNamepublic string getVersion()
public any injectProperties([any bean], [struct properties])
beanpropertiespublic boolean isSingleton([string beanName])
beanNamepublic any load()
private void logMissingBean([string beanName], [string resolvingBeanName=''])
beanNameresolvingBeanNameprivate void missingBean([string beanName], [string resolvingBeanName=''])
beanNameresolvingBeanNamepublic any onLoad([any listener])
listenerprivate void onLoadEvent()
private any parentBeanInfo([string beanName])
beanNameprivate any parentBeanInfoList()
private any resolveBean([string beanName])
beanNameprivate struct resolveBeanCreate([string beanName], [struct accumulator])
beanNameaccumulatorpublic any setParent([any parent])
parentprivate void setupFrameworkDefaults()
private string singular([string plural])
plural
|
Mura CMS 6.1 | ||||
| FRAMES | |||||