Ignore:
Timestamp:
05/14/13 19:49:22 (11 years ago)
Author:
ftrautsch
Message:

added some comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-htmlmonitor/src/main/java/de/ugoe/cs/autoquest/htmlmonitor/HtmlMonitorServlet.java

    r1174 r1206  
    103103    } 
    104104 
    105     /* (non-Javadoc) 
     105    /** 
     106     * this implements handling of doGet. For this servlet this means that 
     107     * the autoquest-htmlmonitor.js will be delivered to the instance  
     108     * which sent the get request. 
     109     *  
     110     *  
     111     *  (non-Javadoc) 
    106112     * @see org.mortbay.jetty.servlet.DefaultServlet#doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) 
    107113     */ 
     
    146152    } 
    147153 
    148     /* (non-Javadoc) 
     154    /** 
     155     * this implements handling of doPost. For this servlet this means that 
     156     * the data from the post request will be parsed and validated. 
     157     *  
     158     * (non-Javadoc) 
    149159     * @see org.mortbay.jetty.servlet.DefaultServlet#doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) 
    150160     */ 
Note: See TracChangeset for help on using the changeset viewer.