72737475767778
return null; } @Override public Iterator<Collection.Key> keyIterator() { throw new PageRuntimeException(new ExpressionException("Unsupported Context for Local Scope","Local Scope can only invoked inside a Function")); }
77787980818283
throw new PageRuntimeException(new ExpressionException("Unsupported Context for Local Scope","Local Scope can only invoked inside a Function")); } @Override public Iterator<Entry<Key, Object>> entryIterator() { throw new PageRuntimeException(new ExpressionException("Unsupported Context for Local Scope","Local Scope can only invoked inside a Function")); }
83848586878889
} @Override public Iterator<Object> valueIterator() { throw new PageRuntimeException(new ExpressionException("Unsupported Context for Local Scope","Local Scope can only invoked inside a Function")); }
103104105106107108109
public void release(PageContext pc) { } @Override public DumpData toDumpData(PageContext pageContext, int maxlevel, DumpProperties dp) { throw new PageRuntimeException(new ExpressionException("Unsupported Context for Local Scope")); }
292293294295296297298299
// create and return column try { return new QueryColumnImpl(targetQuery,col.getKey(),content,col.getType()); } catch (PageException e) { throw new PageRuntimeException(e); } }
2021222324252627
try { return Caster.toBooleanValue(udf.call(ThreadLocalPageContext.get(), args, true)); } catch (PageException e) { throw new PageRuntimeException(e); } }
6364656667686970
private void disconnectCache() { qcq.disconnectCache(); try { column=qcq.getQuery().getColumn(key); } catch (DatabaseException e) { throw new PageRuntimeException(e); } }
317318319320321322323
throw new CasterException(sct,"Array"); } @Override public Object appendEL(Object o) { throw new PageRuntimeException(new CasterException(sct,"Array")); }
332333334335336337338
return sct.get(ArgumentIntKey.init(key),defaultValue); } @Override public int getDimension() { throw new PageRuntimeException(new CasterException(sct,"Array")); }
347348349350351352353
throw new CasterException(sct,"Array"); } @Override public int[] intKeys() { throw new PageRuntimeException(new CasterException(sct,"Array")); }