&& _parseState.getELIgnoredDefault() == null
&& ! _parseState.isXml()) { // jsp/100a
_parseState.setELIgnoredDefault(true);
}
JspConfig jspConfig = null;
if (jspConfig == null && app != null)
jspConfig = (JspConfig) app.getExtension("jsp-config");
ArrayList<JspPropertyGroup> jspList = new ArrayList<JspPropertyGroup>();
_jspPropertyGroup = null;
if (_jspPropertyGroup == null) {
_jspPropertyGroup = _jspCompiler.getJspPropertyGroup();
if (_jspPropertyGroup != null) {
jspList.add(_jspPropertyGroup);
}
}
if (_jspPropertyGroup == null && app != null) {
_jspPropertyGroup = app.getJsp();
if (_jspPropertyGroup != null)
jspList.add(_jspPropertyGroup);
}
if (_jspPropertyGroup == null) {
_jspPropertyGroup = _jspCompiler.getJspPropertyGroup();
if (_jspPropertyGroup != null)
jspList.add(_jspPropertyGroup);
}
if (jspConfig != null) {
jspList.addAll(jspConfig.findJspPropertyGroupList(_uri));
if (_parseState.getELIgnoredDefault() == null)
_parseState.setELIgnoredDefault(false);
}