Package com.sun.identity.console.base
Class AMBaseServlet
- java.lang.Object
-
- jakarta.servlet.GenericServlet
-
- jakarta.servlet.http.HttpServlet
-
- com.iplanet.jato.ApplicationServletBase
-
- com.sun.identity.console.base.ConsoleServletBase
-
- com.sun.identity.console.base.AMBaseServlet
-
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
public class AMBaseServlet extends ConsoleServletBase
AMBaseServletis the Module Servlet ofbaseURI context.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_MODULE_URLstatic StringPACKAGE_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 StringgetModuleURL()Gets the modules URLprotected voidinitializeRequestContext(com.iplanet.jato.RequestContext requestContext)-
Methods inherited from class com.sun.identity.console.base.ConsoleServletBase
onBeforeRequest, onPageSessionDeserializationException, onRequestHandlerNotFound, onRequestHandlerNotSpecified, onSessionTimeout, onUncaughtException
-
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
-
-
-
-
Field Detail
-
DEFAULT_MODULE_URL
public static final String DEFAULT_MODULE_URL
- See Also:
- Constant Field Values
-
PACKAGE_NAME
public static String PACKAGE_NAME
-
-
Method Detail
-
initializeRequestContext
protected void initializeRequestContext(com.iplanet.jato.RequestContext requestContext)
- Overrides:
initializeRequestContextin classcom.iplanet.jato.ApplicationServletBase
-
getModuleURL
public String getModuleURL()
Gets the modules URL- Overrides:
getModuleURLin classcom.iplanet.jato.ApplicationServletBase- Returns:
- the modules URL
-
-