Operation |
Details |
private allAction( HttpServletRequest request, HttpServletResponse response, String modelName):void |
Sequential Notes: | Retrieve the whole list of entities. @param model | |
private detailAction( HttpServletRequest request, HttpServletResponse response, PrintWriter out, String modelName):void |
Sequential Notes: | Retrieve the details for a given id. @param model The requested type of data, e.g. "journals", "languages" | |
protected doGet( HttpServletRequest request, HttpServletResponse response):void |
Sequential Tags: | annotations=@Override throws=ServletException,IOException
| |
protected abstract explain( HttpServletResponse response):void |
Sequential Tags: | throws=FileNotFoundException,TransformerFactoryConfigurationError,IOException
| Notes: | Explain action to be implemented by a format servlet. | |
protected abstract formatDetails( String id, Model model, TreeFragment triples, String lang):String |
Sequential Notes: | Format the results of the details action. @return A string that displays the given results in the current format. | |
protected abstract formatQuery( List pairs):String |
Sequential Notes: | Format the results of the query action. @return A string that displays the given results in the current format. | |
protected abstract getContentType():String |
Sequential Notes: | An implementing servlet should return the "Content-Type" header value of its format (e.g. "text/html"). @return The content type as string. | |
private queryAction( HttpServletRequest request, HttpServletResponse response, String modelName):void |
Sequential Notes: | Retrieve a list of matching entities. @param model | |
private reportEmptyParameter( String string, HttpServletResponse response):void |
Sequential |
private reportMissingParameter( String param, HttpServletResponse response):void |
Sequential |
private reportMissingQuerier( HttpServletResponse response):void |
Sequential |
private reportUnknownModel( String model, HttpServletResponse response):void |
Sequential |