|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpRequestData | |
|---|---|
| creamtec.webcream | |
| creamtec.webcream.core | |
| creamtec.webcream.examples | |
| creamtec.webcream.gui | |
| Uses of HttpRequestData in creamtec.webcream |
|---|
| Methods in creamtec.webcream with parameters of type HttpRequestData | |
|---|---|
AppDesc |
ServletHelper.getAppDesc(javax.servlet.http.HttpServletRequest request,
HttpRequestData data)
Returns the application descriptor for a given request |
ClientAgentRemote |
ServletHelper.getClientAgent(AppDesc appDesc,
javax.servlet.http.HttpServletRequest request,
HttpRequestData data,
javax.servlet.http.HttpServletResponse response)
Returns a client agent that should process the given request. |
void |
FileUploadHandler.handleUpload(AppDesc appDesc,
javax.servlet.http.HttpServletRequest request,
HttpRequestData requestData)
|
void |
ServletHelper.parseAppNameAndAction(javax.servlet.http.HttpServletRequest request,
HttpRequestData data)
Obtain application name and the requested action from HTTP parameters and query string |
boolean |
RouterRequestFilter.postProcessRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AppDesc appDesc,
ClientAgentRemote agent,
HttpRequestData requestData)
Called when a new HTTP request is received by the router after the WebCream related information has been extracted from the request and the appropriate client agent located. |
HttpResponseData |
ClientAgentImpl.processHttpRequest(HttpRequestData request)
Processes HTTP request |
HttpResponseData |
ClientAgentImpl_Stub.processHttpRequest(HttpRequestData $param_HttpRequestData_1)
|
void |
ServletHelper.processRequestData(AppDesc appDesc,
javax.servlet.http.HttpServletRequest request,
HttpRequestData data)
Extracts and processes the request data |
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. |
boolean |
ServletHelper.processRouterMode(javax.servlet.http.HttpServletRequest request,
HttpRequestData data)
Sets the servlet parameters such as the application name and action based on the deployment method |
HttpResponseData |
ClientAgentImpl.renderCurrentWindow(HttpRequestData request)
Renderes the currently focused window as HTML |
HttpResponseData |
ClientAgentImpl_Stub.renderCurrentWindow(HttpRequestData $param_HttpRequestData_1)
|
void |
ServletHelper.setDataFromPath(HttpRequestData data,
java.lang.String path)
Extracts the servlet parameters such as the application name and action from the given string |
| Uses of HttpRequestData in creamtec.webcream.core |
|---|
| Methods in creamtec.webcream.core that return HttpRequestData | |
|---|---|
HttpRequestData |
ClientAgent.getRequestData()
Returns data received from the browser |
| Methods in creamtec.webcream.core with parameters of type HttpRequestData | |
|---|---|
void |
WebCreamThread.emulateRequest(HTMLPage page,
HttpRequestData data)
Runs request emulation on this thread |
void |
ClientAgent.emulateRequest(HttpRequestData data)
Emulates the given request and action, as though triggered by the application user The action is executed on a separate threads, and all threads, spawned from the emulation thread are monitored for their state. |
HttpResponseData |
ClientAgent.processHttpRequest(HttpRequestData requestData)
Processes HTTP request, as received by the servlet. |
HttpResponseData |
ClientAgentRemote.processHttpRequest(HttpRequestData request)
Processes HTTP request |
HttpResponseData |
ClientAgent.renderCurrentWindow(HttpRequestData data)
Renders the current window on EventDispatch thread |
HttpResponseData |
ClientAgentRemote.renderCurrentWindow(HttpRequestData request)
Renderes the currently focused window as HTML |
| Uses of HttpRequestData in creamtec.webcream.examples |
|---|
| Methods in creamtec.webcream.examples with parameters of type HttpRequestData | |
|---|---|
boolean |
RouterRequestFilterExample.postProcessRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AppDesc appDesc,
ClientAgentRemote agent,
HttpRequestData requestData)
|
void |
CustomControlProcessor.postUpdateComponent(java.awt.Component comp,
HttpRequestData data,
ActionData actionData)
|
boolean |
RouterRequestFilterExample.processResponse(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AppDesc appDesc,
ClientAgentRemote agent,
HttpRequestData requestData,
HttpResponseData responseData)
|
boolean |
CustomControlProcessor.updateComponent(java.awt.Component comp,
HttpRequestData data,
ActionData actionData)
Called by WebCream to apply the data from HTML page to the GUI component |
| Uses of HttpRequestData in creamtec.webcream.gui |
|---|
| Methods in creamtec.webcream.gui with parameters of type HttpRequestData | |
|---|---|
void |
WindowUpdater.emulateRequest(HTMLPage page,
HttpRequestData data)
Emulates HTTP request. |
void |
ComponentUpdater.postUpdateComponent(java.awt.Component comp,
HttpRequestData data,
ActionData actionData)
Called by WebCream after the component and it's subtree of children has been updated |
void |
DefaultComponentUpdater.postUpdateComponent(java.awt.Component comp,
HttpRequestData data,
ActionData actionData)
|
void |
DefaultJComponentUpdater.postUpdateComponent(java.awt.Component comp,
HttpRequestData data,
ActionData actionData)
|
void |
SnapshotUpdater.postUpdateComponent(java.awt.Component comp,
HttpRequestData data,
ActionData actionData)
|
void |
DefaultComponentUpdater.setValue(java.awt.Component comp,
java.lang.Object value,
HttpRequestData data,
ActionData actionData)
Sets the value of the component to the given value |
void |
DefaultJComponentUpdater.setValue(java.awt.Component comp,
java.lang.Object value,
HttpRequestData data,
ActionData actionData)
Sets the value to the component |
boolean |
ComponentUpdater.updateComponent(java.awt.Component comp,
HttpRequestData data,
ActionData actionData)
Called by WebCream engine to set the data submitted by the browser to the component |
boolean |
DefaultComponentUpdater.updateComponent(java.awt.Component comp,
HttpRequestData data,
ActionData actionData)
Checks and if needed updates the component with the value obtained from the request. |
boolean |
DefaultJComponentUpdater.updateComponent(java.awt.Component comp,
HttpRequestData data,
ActionData actionData)
Updates component with the value received in the http request |
boolean |
SnapshotUpdater.updateComponent(java.awt.Component comp,
HttpRequestData data,
ActionData actionData)
If the action was a mouse click, emulates mouse event for the given component |
void |
WindowUpdater.updateComponentTreeData(java.awt.Component comp,
HttpRequestData data,
ActionData actionData)
Updates components of the given window with the data |
| Constructors in creamtec.webcream.gui with parameters of type HttpRequestData | |
|---|---|
ComponentProcessor(HttpRequestData data,
ActionData actionData,
WindowUpdater windowUpdater)
Initializes the processor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||