| Array |
| 1 | | Struct | | codePrintHTML | | string | 579: var except = "Problem with metadata for #beanName# (#dottedPath#) because: " &<br>
580: e.message & ( len( e.detail ) ? " (#e.detail#)" : "" );<br>
<b>581: throw except;</b><br>
582: }<br>
583: }<br>
|
| | codePrintPlain | | string | 579: var except = "Problem with metadata for #beanName# (#dottedPath#) because: " &
580: e.message & ( len( e.detail ) ? " (#e.detail#)" : "" );
581: throw except;
582: }
583: }
|
| | column | | | id | | | line | | | Raw_Trace | | string | framework.ioc_cfc$cf.udfCall4(/framework/ioc.cfc:581) |
| | template | | string | /var/www/html/upickit_staging/framework/ioc.cfc |
| | type | |
|
| 2 | | Struct | | codePrintHTML | | string | 515: try {<br>
516: for ( var f in variables.folderArray ) {<br>
<b>517: discoverBeansInFolder( replace( f, chr(92), '/', 'all' ) );</b><br>
518: }<br>
519: } finally {<br>
|
| | codePrintPlain | | string | 515: try {
516: for ( var f in variables.folderArray ) {
517: discoverBeansInFolder( replace( f, chr(92), '/', 'all' ) );
518: }
519: } finally {
|
| | column | | | id | | | line | | | Raw_Trace | | string | framework.ioc_cfc$cf.udfCall4(/framework/ioc.cfc:517) |
| | template | | string | /var/www/html/upickit_staging/framework/ioc.cfc |
| | type | |
|
| 3 | | Struct | | codePrintHTML | | string | 87: // return true if the factory (or a parent factory) knows about the requested bean<br>
88: public boolean function containsBean( string beanName ) {<br>
<b>89: discoverBeans();</b><br>
90: return structKeyExists( variables.beanInfo, beanName ) ||<br>
91: ( hasParent() && variables.parent.containsBean( beanName ) );<br>
|
| | codePrintPlain | | string | 87: // return true if the factory (or a parent factory) knows about the requested bean
88: public boolean function containsBean( string beanName ) {
89: discoverBeans();
90: return structKeyExists( variables.beanInfo, beanName ) ||
91: ( hasParent() && variables.parent.containsBean( beanName ) );
|
| | column | | | id | | | line | | | Raw_Trace | | string | framework.ioc_cfc$cf.udfCall1(/framework/ioc.cfc:89) |
| | template | | string | /var/www/html/upickit_staging/framework/ioc.cfc |
| | type | |
|
| 4 | | Struct | | codePrintHTML | | string | 1831: if ( hasSubsystemBeanFactory( subsystem ) && getSubsystemBeanFactory( subsystem ).containsBean( beanName ) ) {<br>
1832: cfc = getSubsystemBeanFactory( subsystem ).getBean( beanName );<br>
<b>1833: } else if ( !usingSubsystems() && hasDefaultBeanFactory() && getDefaultBeanFactory().containsBean( beanName ) ) {</b><br>
1834: cfc = getDefaultBeanFactory().getBean( beanName );<br>
1835: } else {<br>
|
| | codePrintPlain | | string | 1831: if ( hasSubsystemBeanFactory( subsystem ) && getSubsystemBeanFactory( subsystem ).containsBean( beanName ) ) {
1832: cfc = getSubsystemBeanFactory( subsystem ).getBean( beanName );
1833: } else if ( !usingSubsystems() && hasDefaultBeanFactory() && getDefaultBeanFactory().containsBean( beanName ) ) {
1834: cfc = getDefaultBeanFactory().getBean( beanName );
1835: } else {
|
| | column | | | id | | | line | | | Raw_Trace | | string | framework.one_cfc$cf.udfCallb(/framework/one.cfc:1833) |
| | template | | string | /var/www/html/upickit_staging/framework/one.cfc |
| | type | |
|
| 5 | | Struct | | codePrintHTML | | string | 1867: <br>
1868: private any function getController( string section, string subsystem = getDefaultSubsystem() ) {<br>
<b>1869: var _controller_fw1 = getCachedController( subsystem, section );</b><br>
1870: if ( !isNull( _controller_fw1 ) ) {<br>
1871: return _controller_fw1;<br>
|
| | codePrintPlain | | string | 1867:
1868: private any function getController( string section, string subsystem = getDefaultSubsystem() ) {
1869: var _controller_fw1 = getCachedController( subsystem, section );
1870: if ( !isNull( _controller_fw1 ) ) {
1871: return _controller_fw1;
|
| | column | | | id | | | line | | | Raw_Trace | | string | framework.one_cfc$cf.udfCallb(/framework/one.cfc:1869) |
| | template | | string | /var/www/html/upickit_staging/framework/one.cfc |
| | type | |
|
| 6 | | Struct | | codePrintHTML | | string | 258: }<br>
259: <br>
<b>260: tuple.controller = getController( section = section, subsystem = subsystem );</b><br>
261: tuple.key = subsystem & variables.framework.subsystemDelimiter & section;<br>
262: tuple.subsystem = subsystem;<br>
|
| | codePrintPlain | | string | 258: }
259:
260: tuple.controller = getController( section = section, subsystem = subsystem );
261: tuple.key = subsystem & variables.framework.subsystemDelimiter & section;
262: tuple.subsystem = subsystem;
|
| | column | | | id | | | line | | | Raw_Trace | | string | framework.one_cfc$cf.udfCall1(/framework/one.cfc:260) |
| | template | | string | /var/www/html/upickit_staging/framework/one.cfc |
| | type | |
|
| 7 | | Struct | | codePrintHTML | | string | 2959: if ( runSetup ) {<br>
2960: controller( variables.magicApplicationSubsystem & variables.framework.subsystemDelimiter &<br>
<b>2961: variables.magicApplicationController & '.' & variables.magicApplicationAction );</b><br>
2962: setupSubsystemWrapper( request.subsystem );<br>
2963: internalFrameworkTrace( 'setupRequest() called' );<br>
|
| | codePrintPlain | | string | 2959: if ( runSetup ) {
2960: controller( variables.magicApplicationSubsystem & variables.framework.subsystemDelimiter &
2961: variables.magicApplicationController & '.' & variables.magicApplicationAction );
2962: setupSubsystemWrapper( request.subsystem );
2963: internalFrameworkTrace( 'setupRequest() called' );
|
| | column | | | id | | | line | | | Raw_Trace | | string | framework.one_cfc$cf.udfCallf_000017(/framework/one.cfc:2961) |
| | template | | string | /var/www/html/upickit_staging/framework/one.cfc |
| | type | |
|
| 8 | | Struct | | codePrintHTML | | string | 2951: private void function setupRequestWrapper( boolean runSetup ) {<br>
2952: <br>
<b>2953: request.subsystem = getSubsystem( request.action );</b><br>
2954: request.subsystembase = request.base & getSubsystemDirPrefix( request.subsystem );<br>
2955: request.section = getSection( request.action );<br>
|
| | codePrintPlain | | string | 2951: private void function setupRequestWrapper( boolean runSetup ) {
2952:
2953: request.subsystem = getSubsystem( request.action );
2954: request.subsystembase = request.base & getSubsystemDirPrefix( request.subsystem );
2955: request.section = getSection( request.action );
|
| | column | | | id | | | line | | | Raw_Trace | | string | framework.one_cfc$cf.udfCallf(/framework/one.cfc:2953) |
| | template | | string | /var/www/html/upickit_staging/framework/one.cfc |
| | type | |
|
| 9 | | Struct | | codePrintHTML | | string | 989: }<br>
990: } else {<br>
<b>991: setupRequestWrapper( true );</b><br>
992: }<br>
993: }<br>
|
| | codePrintPlain | | string | 989: }
990: } else {
991: setupRequestWrapper( true );
992: }
993: }
|
| | column | | | id | | | line | | | Raw_Trace | | string | framework.one_cfc$cf.udfCall6(/framework/one.cfc:991) |
| | template | | string | /var/www/html/upickit_staging/framework/one.cfc |
| | type | |
|