Changeset 2497
- Timestamp:
- 09/28/08 13:14:34 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.5-test/java-core/src/main/java/net/fckeditor/connector/ConnectorServlet.java
r2473 r2497 36 36 * <li>Calling {@link ThreadLocalData#beginRequest(HttpServletRequest)} 37 37 * (It is an object that holds request-based objects.)</li> 38 * <li>Dispatching the <code>GET</code> request to 39 * {@link Dispatcher#doGet(HttpServletRequest, HttpServletResponse)} and the 40 * <code>POST</code> request to 41 * {@link Dispatcher#doPost(HttpServletRequest, HttpServletResponse)}.</li> 42 * TODO improve the forthcoming sentence, weird English! 38 * <li>Forwarding the requests: 39 * <ul><li><code>GET</code> to {@link Dispatcher#doGet(HttpServletRequest, HttpServletResponse)} </li> 40 * <li><code>POST</code> to {@link Dispatcher#doPost(HttpServletRequest, HttpServletResponse)}.</li> 41 * </ul></li> 43 42 * <li>Calling {@link ThreadLocalData#endRequest()} to cleanup all ThreadLocal 44 43 * objects independent of if an exception was thrown or not. That's very
Note: See TracChangeset
for help on using the changeset viewer.
