_log
.info(
"PageExpressionContext.Info.0", ex); //$NON-NLS-1$
}
if (s == null) {
throw new ELException();
}
InputStream input = null;
try {
input = new BufferedInputStream(s
.getContents());
Properties p = new Properties();
p.load(input);
return p;
} catch (CoreException e) {
throw new ELException(e);
} catch (IOException e) {
throw new ELException(e);
} finally {
ResourceUtils.ensureClosed(input);
}
}
}
}
}
}
}
throw new ELException("Can't find: " + varName); //$NON-NLS-1$
}