*/
public void jsxFunction_send(final Object content) {
prepareRequest(content);
final WebClient client = getWindow().getWebWindow().getWebClient();
final AjaxController ajaxController = client.getAjaxController();
final HtmlPage page = (HtmlPage) getWindow().getWebWindow().getEnclosedPage();
final boolean synchron = ajaxController.processSynchron(page, requestSettings_, async_);
if (synchron) {
doSend(Context.getCurrentContext());
}
else {
// Create and start a thread in which to execute the request.