Uses of Class
creamtec.webcream.servlet.AppDesc

Packages that use AppDesc
creamtec.webcream   
creamtec.webcream.examples   
 

Uses of AppDesc in creamtec.webcream
 

Subclasses of AppDesc in creamtec.webcream
 class ServletHelper.InProcessAppDesc
          Declare this class to resolve classpath to the application classes.
 

Methods in creamtec.webcream that return AppDesc
 AppDesc ServletHelper.getAppDesc(javax.servlet.http.HttpServletRequest request, HttpRequestData data)
          Returns the application descriptor for a given request
 

Methods in creamtec.webcream with parameters of type AppDesc
 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.
 java.lang.String ServletHelper.getDocsRealPath(AppDesc appDesc, javax.servlet.http.HttpServletRequest request)
          Real path is disk path such as C:\Java\WebCream and it's needed for SnapshotRenderer temp directory
 java.lang.String ServletHelper.getErrorPage(AppDesc appDesc, java.lang.Throwable x, javax.servlet.http.HttpServletRequest request)
          Renders a simple error page used for system errors.
 java.lang.String ServletHelper.getServerURL(AppDesc appDesc, javax.servlet.http.HttpServletRequest request)
          Obtains the web server URL based on the scheme, port and web app context.
 java.lang.String ServletHelper.getSubmitURL(AppDesc appDesc, javax.servlet.http.HttpServletRequest request)
          Obtains the submit URL based on the application configuration or the request URL
 void FileUploadHandler.handleUpload(AppDesc appDesc, javax.servlet.http.HttpServletRequest request, HttpRequestData requestData)
           
 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.
 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.
static void ServletHelper.shutdownAgent(AppDesc appDesc, java.lang.Integer sessionId, ClientAgentRemote agent)
          Shuts down the client agent
 

Uses of AppDesc in creamtec.webcream.examples
 

Methods in creamtec.webcream.examples with parameters of type AppDesc
 boolean RouterRequestFilterExample.postProcessRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AppDesc appDesc, ClientAgentRemote agent, HttpRequestData requestData)
           
 boolean RouterRequestFilterExample.processResponse(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AppDesc appDesc, ClientAgentRemote agent, HttpRequestData requestData, HttpResponseData responseData)
           
 



Copyright © 2000-2006 CreamTec LLC. All Rights Reserved.