6768697071727374757677
} else if (clsnm.indexOf("${") < 0) { _klass = Classes.forNameByThread(clsnm); _klassV = null; } else { _klass = null; _klassV = new ExValue(clsnm, Object.class); } _method = new ExValue(method != null ? method: "execute", String.class); _results = new HashMap<String, ViewInfoProxy>(results); }
2526272829303132
*/ public class ViewInfoProxy { private final ExValue _type; private final ExValue _content; public ViewInfoProxy(String type, String content) { _type = new ExValue(type, String.class); _content = new ExValue(content, String.class); }