Operation |
Details |
protected explain( HttpServletResponse response):void |
Sequential Tags: | throws=FileNotFoundException,TransformerFactoryConfigurationError,IOException
| Notes: | Send explain output to client. | |
protected formatDetails( String id, Model model, TreeFragment triples, String lang):String |
Sequential Notes: | Formats an TreeFragment into a JSON object. @param result The JSON. @return A String formatted in a JQuery readable format. | |
protected formatQuery( List pairs):String |
Sequential Notes: | Formats an Map<String, String> into a simple |-separated list. @return A String formatted in a JQuery readable format. | |
protected getContentType():String |
Sequential Tags: | annotations=@Override
| |