The doGet method of the servlet.
This method is called when a form has its tag value method equals to get.
Parameters: request - the request send by the client to the server Parameters: response - the response send by the server to the client throws: ServletException - if an error occurred throws: IOException - if an error occurred
listenerExists
public static boolean listenerExists(String username, String folder)(Code)