DOM Wrapper for Java Beans and JavaScript objects utilizing Apache JXPath's Introspector.
110111112113114115116
map.put("context", context); Object session = request.getSession(false); if (session != null) { map.put("session", session); } doc = new DocumentAdapter(map, "document"); }
75767778798081