throw new NullPointerException("name must not be null");
}
try
{
final Scope scope = getScope(context);
final ELContext elcontext = context.getELContext();
final Application application = context.getApplication();
if (Scope.Faces.equals(scope))
{
return application.getELResolver().getValue(elcontext, null, name);