oracle.clex.process.controller
Class WAPHttpServletController

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

public class WAPHttpServletController
extends HttpServletController

WAPHttpServletController class- This class overides HttpServletController class for the sole purpose of setting the default result type to WML which is a wireless protocol. Also sets the defaultContentType to TEXTWML.

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
WAPHttpServletController()
           
 
Method Summary
 java.lang.String getDefaultContentType()
          Returns the defalult content type as TEXTWML.
 java.lang.Integer getDefaultControllerResultType()
          Returns the defalult result type as WML.
 
Methods inherited from class oracle.clex.process.controller.HttpServletController
buildTransitionTable, checkMultipartRequest, clearRequestedValues, cloneInfoTable, debug, doGet, doPost, getChildren, getConcreteService, getControllerValue, getCurrentContentType, 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

WAPHttpServletController

public WAPHttpServletController()
Method Detail

getDefaultControllerResultType

public java.lang.Integer getDefaultControllerResultType()
Returns the defalult result type as WML.
Overrides:
getDefaultControllerResultType in class HttpServletController

getDefaultContentType

public java.lang.String getDefaultContentType()
Returns the defalult content type as TEXTWML.
Overrides:
getDefaultContentType in class HttpServletController


Copyright © 2003 ORACLE Corp. All Rights Reserved.