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