in tiles-request-servlet/src/main/java/org/apache/tiles/request/servlet/ServletApplicationContext.java [79:86]
public Map<String, Object> getApplicationScope() {
if ((applicationScope == null) && (servletContext != null)) {
applicationScope = new ScopeMap(new ApplicationScopeExtractor(servletContext));
}
return (applicationScope);
}