Class AMBaseServlet

  • All Implemented Interfaces:
    jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

    public class AMBaseServlet
    extends ConsoleServletBase
    AMBaseServlet is the Module Servlet of base URI context.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String DEFAULT_MODULE_URL  
      static String PACKAGE_NAME  
      • Fields inherited from class 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 Summary

      Constructors 
      Constructor Description
      AMBaseServlet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getModuleURL()
      Gets the modules URL
      protected void initializeRequestContext​(com.iplanet.jato.RequestContext requestContext)  
      • Methods inherited from class com.iplanet.jato.ApplicationServletBase

        addResponseHeaders, createRequestContext, dispatchRequest, doGet, doPost, fireAfterRequestEvent, fireBeforeRequestEvent, fireInitializeHandlerEvent, fireNewSessionEvent, firePageSessionDeserializationException, fireRequestHandlerNotFoundEvent, fireRequestHandlerNotSpecifiedEvent, fireSessionEvents, fireSessionTimeoutEvent, fireUncaughtException, getAllowShortViewBeanNames, getDefaultHandlerName, getEchoLogToSystemOut, getEnabledLogLevels, getEnforceStrictSessionTimeout, getGenerateUniqueURLs, getLocalizedMessage, getLogMessagePrefix, getModuleURL, getModuleURLParameterName, getPackageName, getPageName, getQualifiedViewNameSeparator, getServletName, getShowMissingModuleURLWarning, getUseOldBooleanFieldMapping, getUseTaglibTEI, getViewBeanInstance, init, isNewSession, isSessionTimedOut, isShowMessageBuffer, notifyRequestCompletionListeners, onAfterRequest, onAfterRequest, onBeforeHeader, onBeforeRequest, onBeforeSessionUpdate, onInitializeHandler, onInitializeHandler, onInitializeHandler, onNewSession, onNewSession, onSessionTimeout, outputServletErrorMessage, parsePathInfo, prepareEventOverrideMessage, prepareServletErrorMessage, processRequest, setAllowShortViewBeanNames, setDefaultHandlerName, setEchoLogToSystemOut, setEnabledLogLevels, setEnforceStrictSessionTimeout, setGenerateUniqueURLs, setLogMessagePrefix, setModuleURL, setProperty, setQualifiedViewNameSeparator, setShowMessageBuffer, setShowMissingModuleURLWarning, setUseOldBooleanFieldMapping, setUseTaglibTEI
      • Methods inherited from class jakarta.servlet.http.HttpServlet

        doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
      • Methods inherited from class jakarta.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, init, log, log
    • Constructor Detail

      • AMBaseServlet

        public AMBaseServlet()
    • Method Detail

      • initializeRequestContext

        protected void initializeRequestContext​(com.iplanet.jato.RequestContext requestContext)
        Overrides:
        initializeRequestContext in class com.iplanet.jato.ApplicationServletBase
      • getModuleURL

        public String getModuleURL()
        Gets the modules URL
        Overrides:
        getModuleURL in class com.iplanet.jato.ApplicationServletBase
        Returns:
        the modules URL