Operation |
Details |
private checkVal( String str):boolean |
Sequential |
private decreaseCounter( boolean flag):void |
Sequential Notes: | Decrease counter of the maximum allowed searches | |
protected const doGet( HttpServletRequest req, HttpServletResponse resp):void |
Sequential Tags: | annotations=@Override throws=ServletException,IOException
| |
protected const doPost( HttpServletRequest req, HttpServletResponse resp):void |
Sequential Tags: | annotations=@Override throws=ServletException,IOException
| |
private getContentType( String outputFormat):String |
Sequential Notes: | Mapping of outputFormat to mime-type. TODO: Get the mapping directly from ItemExportingBean @return mime-type according to the outputFormat | |
private getFileExtension( String outputFormat):String |
Sequential Notes: | Mapping of the outputType file to the correct file extension. TODO: Get the mapping directly from ItemExportingBean @return mime-type according to the outputFormat | |
private handleException( Exception e, HttpServletResponse resp):void |
Sequential Notes: | Take care on an incoming exception. | |
public RestServlet(): |
Sequential |