Searched defs:ATTRIBUTE_PATH (Results 1 - 2 of 2) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/web/
H A DJSONSearchServlet.java54 private static final String ATTRIBUTE_PATH = "path"; field in class:JSONSearchServlet
137 hitJson.put(ATTRIBUTE_PATH, hit.getPath());
/opengrok/egrok/src/org/opensolaris/opengrok/egrok/model/
H A DHit.java12 private static final String ATTRIBUTE_PATH = "path"; field in class:Hit
35 setPath((String) jsonobj.get(ATTRIBUTE_PATH));

Completed in 8 milliseconds