Changeset 1363 for trunk/autoquest-htmlmonitor
- Timestamp:
- 02/12/14 08:14:30 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-htmlmonitor/src/main/java/de/ugoe/cs/autoquest/htmlmonitor/HtmlMonitorServlet.java
r1351 r1363 111 111 * 112 112 * (non-Javadoc) 113 * @see org.mortbay.jetty.servlet.DefaultServlet#doGet( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)113 * @see org.mortbay.jetty.servlet.DefaultServlet#doGet(HttpServletRequest, HttpServletResponse) 114 114 */ 115 115 @Override … … 158 158 * 159 159 * (non-Javadoc) 160 * @see org.mortbay.jetty.servlet.DefaultServlet#doPost( javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)160 * @see org.mortbay.jetty.servlet.DefaultServlet#doPost(HttpServletRequest, HttpServletResponse) 161 161 */ 162 162 @Override … … 499 499 * @param scrollPosition the scroll position of the event 500 500 * @param selectedValue the value selected through a specific event 501 * @param domPath 501 * @param domPath the path through the DOM of the document of the HTML element on which 502 502 * the event was executed 503 503 *
Note: See TracChangeset
for help on using the changeset viewer.