8687888990919293949596
pc.setAttribute("caucho.bundle", bundle); if (_prefix != null) pc.setAttribute("caucho.bundle.prefix", _prefix); else if (_oldPrefix != null) pc.removeAttribute("caucho.bundle.prefix"); return EVAL_BODY_INCLUDE; } /**
196197198199200201202203204205206
do { if (_end < _count || ! _iterator.hasNext()) { pageContext.setNodeEnv(_oldEnv); if (_var != null) pageContext.removeAttribute(_var); if (_varStatus != null) pageContext.removeAttribute(_varStatus); return SKIP_BODY;
199200201202203204205206207208209
if (_var != null) pageContext.removeAttribute(_var); if (_varStatus != null) pageContext.removeAttribute(_varStatus); return SKIP_BODY; } value = _iterator.next();
String prefix = _prefixExpr.evalString(pc.getELContext()); pc.setAttribute("caucho.bundle.prefix", prefix); } else if (_oldPrefix != null) pc.removeAttribute("caucho.bundle.prefix"); return EVAL_BODY_INCLUDE; } /**