Package | Description |
---|---|
com.creamtec.ajaxswing | |
com.creamtec.ajaxswing.core | |
com.creamtec.ajaxswing.examples | |
com.creamtec.ajaxswing.rendering.html |
Modifier and Type | Method and Description |
---|---|
HttpResponseData |
ClientAgentImpl.processHttpRequest(HttpRequestData request)
Processes HTTP request
|
HttpResponseData |
ClientAgentImpl_Stub.processHttpRequest(HttpRequestData $param_HttpRequestData_1) |
HttpResponseData |
ClientAgentImpl.renderWindows(HttpRequestData request)
Renderes the currently focused window as HTML
|
HttpResponseData |
ClientAgentImpl_Stub.renderWindows(HttpRequestData $param_HttpRequestData_1) |
Modifier and Type | Method and Description |
---|---|
boolean |
RouterRequestFilter.processResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AppDesc appDesc,
ClientAgentRemote agent,
HttpRequestData requestData,
HttpResponseData responseData)
Called when the client agent has finished processing the request and has returned a page.
|
Modifier and Type | Method and Description |
---|---|
HttpResponseData |
ClientAgent.getResponseData()
Returns data received from the browser
|
HttpResponseData |
AbstractAgentRequestFilter.preProcessRequest(ClientAgent agent) |
HttpResponseData |
AgentRequestFilter.preProcessRequest(ClientAgent agent)
Called when a request is received and the agent is initialized.
|
HttpResponseData |
AjaxSwingAgentRequestFilter.preProcessRequest(ClientAgent agent) |
HttpResponseData |
ClientAgentRemote.processHttpRequest(HttpRequestData request)
Processes HTTP request
|
HttpResponseData |
ClientAgentRemote.renderWindows(HttpRequestData request)
Renderes the currently focused window as HTML
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractAgentRequestFilter.postProcessRequest(ClientAgent agent,
HttpResponseData responseData) |
void |
AgentRequestFilter.postProcessRequest(ClientAgent agent,
HttpResponseData responseData)
Called when a request is processed and about to be returned to the router servlet.
|
void |
AjaxSwingAgentRequestFilter.postProcessRequest(ClientAgent agent,
HttpResponseData responseData) |
void |
ClientAgent.setResponseData(HttpResponseData httpResponseData)
Sets the data structure for HTTP response
|
Modifier and Type | Method and Description |
---|---|
HttpResponseData |
AgentRequestFilterExample.preProcessRequest(ClientAgent agent)
Overridden to intercept "resize" action.
|
Modifier and Type | Method and Description |
---|---|
void |
AgentRequestFilterExample.postProcessRequest(ClientAgent agent,
HttpResponseData responseData)
Overridden to modify the generated HTML page by adding the user IP address.
|
boolean |
RouterRequestFilterExample.processResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AppDesc appDesc,
ClientAgentRemote agent,
HttpRequestData requestData,
HttpResponseData responseData) |
Modifier and Type | Method and Description |
---|---|
HttpResponseData |
HTMLClientAgent.processHttpRequest(HttpRequestData requestData)
Processes HTTP request, as received by the servlet.
|
HttpResponseData |
HTMLClientAgent.renderWindows(HttpRequestData data)
Renders the current window on EventDispatch thread
|
Copyright © 2000-2012 CreamTec LLC. All Rights Reserved.