77787980818283848586
/** {@inheritDoc} */ public Map<String, Object> getApplicationScope() { if ((applicationScope == null) && (servletContext != null)) { applicationScope = new ScopeMap(new ApplicationScopeExtractor(servletContext)); } return (applicationScope); }