494495496497498499500501502503504
} return null; } Object bean; Scope scope = managedBean.getScope(); boolean scopeIsApplication; boolean scopeIsRequest; ExternalContext extContext = context.getExternalContext(); if ((scopeIsApplication = (scope == Scope.APPLICATION)) ||