6061626364656667686970
} else { root.accept(visitor); } } visitor.removeAll(roots); // add roots WebMarkupContainer root = new WebMarkupContainer("rootObjects"); root.add(new Label("rootObjectNames", names(roots))); root.setVisible( !roots.isEmpty() );
6162636465666768697071