Operation |
Details |
protected explain( HttpServletResponse response):void |
Sequential Tags: | throws=FileNotFoundException,TransformerFactoryConfigurationError,IOException
| Notes: | Send explain output to the client. | |
protected formatDetails( String id, Model model, TreeFragment triples, String lang):String |
Sequential Notes: | Formats an Map of triples into RDF. @return A String formatted in HTML. | |
protected formatQuery( List pairs):String |
Sequential Notes: | Formats an List<Pair> into an HTML list. @return A String formatted as HTML | |
protected getContentType():String |
Sequential Tags: | annotations=@Override
| |