oracle.clex.process.controller
Class ForwardPortletController

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--oracle.clex.process.controller.HttpServletController
                    |
                    +--oracle.clex.process.controller.ForwardPortletController
All Implemented Interfaces:
PageConstants, Parent, ProcessConstants, ProcessController, java.io.Serializable, ServiceController, javax.servlet.Servlet, javax.servlet.ServletConfig
Direct Known Subclasses:
PortletController

public class ForwardPortletController
extends HttpServletController

ForwardPortletController class-

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
ForwardPortletController()
           
 
Method Summary
 java.lang.String getControllerValue(javax.servlet.http.HttpServletRequest request)
          Gets the controller info from the url that accessed this service
 
Methods inherited from class oracle.clex.process.controller.HttpServletController
buildTransitionTable, checkMultipartRequest, clearRequestedValues, cloneInfoTable, debug, doGet, doPost, getChildren, getConcreteService, getCurrentContentType, getDefaultContentType, getDefaultControllerResultType, getInfo, getInfo, getLoggedOffPageLocation, getName, getPageId, getParent, getParents, getServiceDescriptorName, getSessionId, getSetContentType, getSSOEnabler, getUploadDirectory, getUploadLimit, getValue, getValues, getWebServerLogLocation, handleAdditionalResults, handleJSPRedirect, handleJSPResult, handleLogoff, handleMultipartRequest, handleNewService, handleOSSOLogin, handlePostServiceException, handlePreServiceException, handleResults, handleUnhandledException, init, 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

ForwardPortletController

public ForwardPortletController()
Method Detail

getControllerValue

public java.lang.String getControllerValue(javax.servlet.http.HttpServletRequest request)
Gets the controller info from the url that accessed this service
Overrides:
getControllerValue in class HttpServletController


Copyright © 2003 ORACLE Corp. All Rights Reserved.