SSIFactoryService
322323324325326327328329
if ( __log.isDebugEnabled( ) ) { __log.debug( "include(" + path + ",...)" ); } SSIFactoryService factory = ( SSIFactoryService ) getService( SSIFactoryService.NAME ); factory.getSSI( path ).include( path, this, request, response ); }