Package com.sun.identity.console.task
Class TaskServlet
- java.lang.Object
-
- jakarta.servlet.GenericServlet
-
- jakarta.servlet.http.HttpServlet
-
- com.iplanet.jato.ApplicationServletBase
-
- com.sun.identity.console.base.ConsoleServletBase
-
- com.sun.identity.console.task.TaskServlet
-
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
public class TaskServlet extends ConsoleServletBase
Controller servlet for the realm authentication pages.- 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 TaskServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetModuleURL()Returns the module URL.protected voidinitializeRequestContext(com.iplanet.jato.RequestContext requestContext)Initializes request context and set the viewbean manager.-
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)
Initializes request context and set the viewbean manager.- Overrides:
initializeRequestContextin classcom.iplanet.jato.ApplicationServletBase- Parameters:
requestContext- current request context
-
getModuleURL
public String getModuleURL()
Returns the module URL.- Overrides:
getModuleURLin classcom.iplanet.jato.ApplicationServletBase- Returns:
- Returns the module URL as String
-
-