|
Class Summary |
| AbstractServlet |
This class acts as an abstract base for all servlets in the program. |
| CrawlerControlServlet |
This servlet is responsible for activating/deactivating the crawler according to the
given URL parameters. |
| DisplayMatrixServlet |
This servlet is responsible for displaying a matrix, which is built
according to the URLs retrieved by the crawler. |
| GetRoutineServlet |
This servlet is responsible for returning the relevant MATLAB routine,
according to the given request parameters. |
| ServletUtil |
This class includes common servlet related utilities. |
| ShowCrawlingProgressServlet |
This servlet is responsible for showing the crawling progress of the crawler,
which may be running simultaneously in the background. |
| UploadVectorServlet |
This servlet is responsible for uploading the result vector(s) to the server. |