## --------------------------
## 显示配置文件的内容,以及配置文件的import结构
##
#@ charset UTF-8
#@ trimming on
#@ whitespace collapse
## --------------------------
${contextName} - ${configLocations}
${configurations: #configurations.*}
#configurations
#withImports
$#{configurationItem}
${imports: #configurations.*}
#end
#noImports
$#{configurationItem}
#end
#end
#configurationItem
${configurationName} $#{configurationContentHandle}
$#{configurationContentBlock}
#configurationContentHandle
#end
#configurationContentBlock
${configurationContent: #controlBar}
#controlBar
Location: ${configurationUrl}
#end
#end
#end