return pathInfo.endsWith("/latestWebView");
}
@Override
public View handle(HttpServletRequest req) throws Exception {
final Session s = new Session(extractSession(req.getPathInfo()));
IDESessionModel model = cache.getModel(s);
JSONObject tree = (JSONObject) model.getTree().get("tree");
JSONObject webview = findWebViewNode(tree);
if (webview != null) {
html = webview.optString("source");