Uses of Class
com.creamtec.ajaxswing.core.HttpResponseData

Packages that use HttpResponseData
com.creamtec.ajaxswing   
com.creamtec.ajaxswing.core   
com.creamtec.ajaxswing.examples   
com.creamtec.ajaxswing.rendering.html   
 

Uses of HttpResponseData in com.creamtec.ajaxswing
 

Methods in com.creamtec.ajaxswing that return HttpResponseData
 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)
           
 

Methods in com.creamtec.ajaxswing with parameters of type HttpResponseData
 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.
 

Uses of HttpResponseData in com.creamtec.ajaxswing.core
 

Methods in com.creamtec.ajaxswing.core that return HttpResponseData
 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
 

Methods in com.creamtec.ajaxswing.core with parameters of type HttpResponseData
 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
 

Uses of HttpResponseData in com.creamtec.ajaxswing.examples
 

Methods in com.creamtec.ajaxswing.examples that return HttpResponseData
 HttpResponseData AgentRequestFilterExample.preProcessRequest(ClientAgent agent)
          Overridden to intercept "resize" action.
 

Methods in com.creamtec.ajaxswing.examples with parameters of type HttpResponseData
 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)
           
 

Uses of HttpResponseData in com.creamtec.ajaxswing.rendering.html
 

Methods in com.creamtec.ajaxswing.rendering.html that return HttpResponseData
 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.