Searched refs:childElements (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/handlers/
H A DWebAppHandlers.java193 List<Map> childElements = (List<Map>) RestUtil.buildChildEntityList(endpoint, "", null, null, "name");
194 for (Map m: childElements) {
217 List<Map> childElements = (List<Map>) RestUtil.buildChildEntityList(endpoint, "", null, null, "name");
218 for (Map m: childElements) {
224 handlerCtx.setOutputValue("result", childElements);
/glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/util/
H A DRestUtil.java612 List<Map> childElements = new ArrayList<Map>();
633 childElements.add(oneRow);
638 return childElements;
658 List<String> childElements = new ArrayList<String>();
661 childElements.addAll(childResources.values());
663 Collections.sort(childElements);
664 return childElements;
668 Map<String, String> childElements = new TreeMap<String, String>();
675 childElements = (Map<String, String>) extraProperties.get("childResources");
676 if (childElements
[all...]
/glassfish-3.1.2/tests/quicklook/web/jruby/helloapp/public/javascripts/
H A Dprototype.js2165 childElements: Element.Methods.immediateDescendants

Completed in 23 milliseconds