public class AuthenticationServletBase
extends com.iplanet.jato.ApplicationServletBase
APPLICATION_ERROR_MESSAGE_I18N, DEVELOPER_EVENT_OVERRIDE_HELP_MESSAGE_I18N, GENERATE_UNIQUE_URLS, HANDLING_SERVLET_ATTRIBUTE_NAME, MESSAGE_AREA_POSTFIX, MESSAGE_AREA_PREFIX, PARAM_DEBUG, PARAM_HANDLER_BEAN, REQUEST_CONTEXT_ATTRIBUTE_NAME, RESERVED_PARAMETER_NAME_PREFIX, SHOW_MESSAGE_BUFFER_ATTRIBUTE_NAME| Constructor and Description |
|---|
AuthenticationServletBase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onPageSessionDeserializationException(com.iplanet.jato.RequestContext requestContext,
com.iplanet.jato.view.ViewBean viewBean,
Exception e) |
protected void |
onRequestHandlerNotFound(com.iplanet.jato.RequestContext requestContext,
String handlerName)
Forwards to login view bean, in case of an invalid target
request handler (page).
|
protected void |
onRequestHandlerNotSpecified(com.iplanet.jato.RequestContext requestContext)
Forwards to login view bean, in case of no handler specified
|
protected void |
onUncaughtException(com.iplanet.jato.RequestContext requestContext,
Exception e)
Forwards to uncaught exception view bean, to respond to uncaught
application error messages.
|
addResponseHeaders, createRequestContext, dispatchRequest, doGet, doPost, fireAfterRequestEvent, fireBeforeRequestEvent, fireInitializeHandlerEvent, fireNewSessionEvent, firePageSessionDeserializationException, fireRequestHandlerNotFoundEvent, fireRequestHandlerNotSpecifiedEvent, fireSessionEvents, fireSessionTimeoutEvent, fireUncaughtException, getAllowShortViewBeanNames, getDefaultHandlerName, getEchoLogToSystemOut, getEnabledLogLevels, getEnforceStrictSessionTimeout, getGenerateUniqueURLs, getLocalizedMessage, getLogMessagePrefix, getModuleURL, getModuleURL, getModuleURLParameterName, getPackageName, getPageName, getQualifiedViewNameSeparator, getServletName, getShowMissingModuleURLWarning, getUseOldBooleanFieldMapping, getUseTaglibTEI, getViewBeanInstance, init, initializeRequestContext, isNewSession, isSessionTimedOut, isShowMessageBuffer, notifyRequestCompletionListeners, onAfterRequest, onAfterRequest, onBeforeHeader, onBeforeRequest, onBeforeRequest, onBeforeSessionUpdate, onInitializeHandler, onInitializeHandler, onInitializeHandler, onNewSession, onNewSession, onSessionTimeout, onSessionTimeout, outputServletErrorMessage, parsePathInfo, prepareEventOverrideMessage, prepareServletErrorMessage, processRequest, setAllowShortViewBeanNames, setDefaultHandlerName, setEchoLogToSystemOut, setEnabledLogLevels, setEnforceStrictSessionTimeout, setGenerateUniqueURLs, setLogMessagePrefix, setModuleURL, setProperty, setQualifiedViewNameSeparator, setShowMessageBuffer, setShowMissingModuleURLWarning, setUseOldBooleanFieldMapping, setUseTaglibTEIdoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected void onRequestHandlerNotFound(com.iplanet.jato.RequestContext requestContext,
String handlerName)
throws javax.servlet.ServletException
onRequestHandlerNotFound in class com.iplanet.jato.ApplicationServletBaserequestContext - - request contexthandlerName - - name of handlerjavax.servlet.ServletExceptionprotected void onRequestHandlerNotSpecified(com.iplanet.jato.RequestContext requestContext)
throws javax.servlet.ServletException
onRequestHandlerNotSpecified in class com.iplanet.jato.ApplicationServletBaserequestContext - - request contextjavax.servlet.ServletExceptionprotected void onUncaughtException(com.iplanet.jato.RequestContext requestContext,
Exception e)
throws javax.servlet.ServletException,
IOException
onUncaughtException in class com.iplanet.jato.ApplicationServletBaserequestContext - - request contexte - Exception that was not handled by the application.javax.servlet.ServletExceptionIOExceptionprotected void onPageSessionDeserializationException(com.iplanet.jato.RequestContext requestContext,
com.iplanet.jato.view.ViewBean viewBean,
Exception e)
throws javax.servlet.ServletException,
IOException
onPageSessionDeserializationException in class com.iplanet.jato.ApplicationServletBasejavax.servlet.ServletExceptionIOExceptionCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.