oracle.clex.tools.processgenerator.process.service
Class ProcessGeneratorController

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--oracle.clex.process.controller.HttpServletController
                    |
                    +--oracle.clex.tools.processgenerator.process.service.ProcessGeneratorController
All Implemented Interfaces:
PageConstants, Parent, ProcessConstants, ProcessController, java.io.Serializable, ServiceController, javax.servlet.Servlet, javax.servlet.ServletConfig

public class ProcessGeneratorController
extends HttpServletController

Service for Generating Processes

See Also:
Serialized Form

Fields inherited from class oracle.clex.process.controller.HttpServletController
aSessionIdObj, CONTROLLER, CONTROLLER_USER, DEBUG, DEFAULT_UPLOAD_DIRECTORY, DEFAULT_UPLOAD_LIMIT, HTTPREQUEST, HTTPRESPONSE, HTTPSESSIONID, INFOTABLEPOOL, IS_SESSION_RESET, MULTIPART_UPLOAD_DIRECTORY, MULTIPART_UPLOAD_LIMIT, MULTIPARTREQUEST, REQUESTEDVALUES, serviceCache, ssoEnabler
 
Fields inherited from interface oracle.cle.process.ProcessConstants
ALLINFO, BINARYSIZE, CONNECTION_PROVIDER_DTD_NAME, CONNECTION_PROVIDER_VALIDATION_PROPERTY, CONTENTTYPE, CURRENTPAGEID, CURRENTSERVICE, ERRORMESSAGE, GENERICBINARYRESULT, GENERICTEXTRESULT, GETINFO_CHECK_ALL, GETINFO_CHECK_CONTROLLERONLY, GETINFO_CHECK_SERVICEONLY, HTML, HTMLRESULT, JSPRESULT, LOGOFF, NOMESSAGE, PAGEID, PDF, PDFRESULT, PRE_GROUP_DTD_NAME, PRE_GROUP_VALIDATION_PROPERTY, PROCESS_FEEDBACK, RESTART, RESULTTYPE, RULES_DTD_NAME, SERVICE_DESCRIPTOR, SERVICE_DTD_NAME, SERVICE_VALIDATION_PROPERTY, SERVICEINITIALSTATE, SERVICENAME, SESSIONID, SKIP, STACKTRACE, USER, USERROLE, WML, XML, XMLRESULT
 
Constructor Summary
ProcessGeneratorController()
           
 
Method Summary
 java.lang.String getUploadDirectory()
          Returns the default upload directory relative to server root ala: /upload
 void init(javax.servlet.ServletConfig sc)
          init for ProcessGeneratorController
 
Methods inherited from class oracle.clex.process.controller.HttpServletController
buildTransitionTable, checkMultipartRequest, clearRequestedValues, cloneInfoTable, debug, doGet, doPost, getChildren, getConcreteService, getControllerValue, getCurrentContentType, getDefaultContentType, getDefaultControllerResultType, getInfo, getInfo, getLoggedOffPageLocation, getName, getPageId, getParent, getParents, getServiceDescriptorName, getSessionId, getSetContentType, getSSOEnabler, getUploadLimit, getValue, getValues, getWebServerLogLocation, handleAdditionalResults, handleJSPRedirect, handleJSPResult, handleLogoff, handleMultipartRequest, handleNewService, handleOSSOLogin, handlePostServiceException, handlePreServiceException, handleResults, handleUnhandledException, initSessionObjects, initSSOEnabler, isMultipartFormData, loadServiceInfo, newMultipartRequest, postServiceStart, preServiceStart, processParameters, processResults, saveState, setName, setServiceDescriptorName, terminate
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessGeneratorController

public ProcessGeneratorController()
Method Detail

init

public void init(javax.servlet.ServletConfig sc)
          throws javax.servlet.ServletException
init for ProcessGeneratorController
Overrides:
init in class HttpServletController

getUploadDirectory

public java.lang.String getUploadDirectory()
Description copied from class: HttpServletController
Returns the default upload directory relative to server root ala: /upload

This method's return value is passed to MultipartRequest objects upon construction. Override this method to pass a different directory to the MultipartRequest constructor.

Overrides:
getUploadDirectory in class HttpServletController


Copyright © 2003 ORACLE Corp. All Rights Reserved.