Array |
1 | Struct | codePrintHTML | string | 258: request.context.siteAreaName = configuration.section;<br>
259: request.context.siteAreaID = configuration.siteAreaID;<br>
<b>260: request.context.siteArea = siteAreaService.getSiteAreaInfoByID(configuration.siteAreaID);</b><br>
261: request.context.siteID = request.context.siteInfo.siteID;<br>
262: } else { // Either it's an admin request or we're going to the home page.<br>
|
| codePrintPlain | string | 258: request.context.siteAreaName = configuration.section;
259: request.context.siteAreaID = configuration.siteAreaID;
260: request.context.siteArea = siteAreaService.getSiteAreaInfoByID(configuration.siteAreaID);
261: request.context.siteID = request.context.siteInfo.siteID;
262: } else { // Either it's an admin request or we're going to the home page.
|
| column | | id | | line | | Raw_Trace | string | model.services.requesthandler_cfc$cf.udfCall(/gdwcms/model/services/requestHandler.cfc:260) |
| template | string | /var/www/html/GPW-v3/model/services/requestHandler.cfc |
| type | |
|
2 | Struct | codePrintHTML | string | 94: else{<br>
95: request.action = buildAction(configuration);<br>
<b>96: addContext(configuration);</b><br>
97: }<br>
98: break;<br>
|
| codePrintPlain | string | 94: else{
95: request.action = buildAction(configuration);
96: addContext(configuration);
97: }
98: break;
|
| column | | id | | line | | Raw_Trace | string | model.services.requesthandler_cfc$cf.udfCall(/gdwcms/model/services/requestHandler.cfc:96) |
| template | string | /var/www/html/GPW-v3/model/services/requestHandler.cfc |
| type | |
|
3 | Struct | codePrintHTML | string | 301: request.context.sitePath = request.context.protocol & cgi.SERVER_NAME;<br>
302: requestHandlerService.setConfig(application.pageConfig);<br>
<b>303: requestHandlerService.handleRequest();</b><br>
304: }<br>
305: <br>
|
| codePrintPlain | string | 301: request.context.sitePath = request.context.protocol & cgi.SERVER_NAME;
302: requestHandlerService.setConfig(application.pageConfig);
303: requestHandlerService.handleRequest();
304: }
305:
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall(/Application.cfc:303) |
| template | string | /var/www/html/GPW-v3/webroot/Application.cfc |
| type | |
|
4 | Struct | codePrintHTML | string | 2975: setupSubsystemWrapper( request.subsystem );<br>
2976: internalFrameworkTrace( 'setupRequest() called' );<br>
<b>2977: setupRequest();</b><br>
2978: }<br>
2979: <br>
|
| codePrintPlain | string | 2975: setupSubsystemWrapper( request.subsystem );
2976: internalFrameworkTrace( 'setupRequest() called' );
2977: setupRequest();
2978: }
2979:
|
| column | | id | | line | | Raw_Trace | string | framework.one_cfc$cf.udfCallf_000021(/gdwcms/framework/one.cfc:2977) |
| template | string | /var/www/html/GPW-v3/framework/one.cfc |
| type | |
|
5 | Struct | codePrintHTML | string | 2964: private void function setupRequestWrapper( boolean runSetup ) {<br>
2965: <br>
<b>2966: request.subsystem = getSubsystem( request.action );</b><br>
2967: request.subsystembase = request.base & getSubsystemDirPrefix( request.subsystem );<br>
2968: request.section = getSection( request.action );<br>
|
| codePrintPlain | string | 2964: private void function setupRequestWrapper( boolean runSetup ) {
2965:
2966: request.subsystem = getSubsystem( request.action );
2967: request.subsystembase = request.base & getSubsystemDirPrefix( request.subsystem );
2968: request.section = getSection( request.action );
|
| column | | id | | line | | Raw_Trace | string | framework.one_cfc$cf.udfCallf(/gdwcms/framework/one.cfc:2966) |
| template | string | /var/www/html/GPW-v3/framework/one.cfc |
| type | |
|
6 | Struct | codePrintHTML | string | 995: }<br>
996: } else {<br>
<b>997: setupRequestWrapper( true );</b><br>
998: }<br>
999: }<br>
|
| codePrintPlain | string | 995: }
996: } else {
997: setupRequestWrapper( true );
998: }
999: }
|
| column | | id | | line | | Raw_Trace | string | framework.one_cfc$cf.udfCall6(/gdwcms/framework/one.cfc:997) |
| template | string | /var/www/html/GPW-v3/framework/one.cfc |
| type | |
|