Root root = application.getRootForRequest(request);
if (root == null) {
throw new ServletException(ERROR_NO_ROOT_FOUND);
- }// Handles AJAX UIDL requests
+ }
+ // Handles AJAX UIDL requests
applicationManager.handleUidlRequest(request, response,
servletWrapper, root);
return;
* Parse a message burst from the client into a list of MethodInvocation
* instances.
*
- * @param root
- * The root for this request
+ * @param connectorTracker
+ * The ConnectorTracker used to lookup connectors
* @param burst
* message string (JSON)
* @return list of MethodInvocation to perform