Class PWResetServlet

  • All Implemented Interfaces:
    Constants, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class PWResetServlet
    extends com.iplanet.jato.ApplicationServletBase
    implements Constants
    PWResetServlet is the controller Servlet for the Password Reset.
    See Also:
    Serialized Form
    • Field Detail

      • PACKAGE_NAME

        public static String PACKAGE_NAME
        Package name
    • Constructor Detail

      • PWResetServlet

        public PWResetServlet()
        Constructs a module Servlet for password reset URI
    • Method Detail

      • onSessionTimeout

        protected void onSessionTimeout​(com.iplanet.jato.RequestContext requestContext)
                                 throws jakarta.servlet.ServletException
        Ignores HTTP session time out.
        Overrides:
        onSessionTimeout in class com.iplanet.jato.ApplicationServletBase
        Parameters:
        requestContext - The JATO request context.
        Throws:
        jakarta.servlet.ServletException
      • onBeforeRequest

        protected void onBeforeRequest​(com.iplanet.jato.RequestContext requestContext)
                                throws jakarta.servlet.ServletException
        Using this callback the character set to be used for decoding POST/GET data will be set.
        Overrides:
        onBeforeRequest in class com.iplanet.jato.ApplicationServletBase
        Parameters:
        requestContext - - request context
        Throws:
        jakarta.servlet.ServletException
      • getModuleURL

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

        protected void initializeRequestContext​(com.iplanet.jato.RequestContext requestContext)
        Initializes request context
        Overrides:
        initializeRequestContext in class com.iplanet.jato.ApplicationServletBase
        Parameters:
        requestContext - request context
      • onRequestHandlerNotFound

        protected void onRequestHandlerNotFound​(com.iplanet.jato.RequestContext requestContext,
                                                String handlerName)
                                         throws jakarta.servlet.ServletException
        Forwards to invalid URL view bean, in case of an invalid target request handler (page).
        Overrides:
        onRequestHandlerNotFound in class com.iplanet.jato.ApplicationServletBase
        Parameters:
        requestContext - request context
        handlerName - name of handler
        Throws:
        jakarta.servlet.ServletException
      • onRequestHandlerNotSpecified

        protected void onRequestHandlerNotSpecified​(com.iplanet.jato.RequestContext requestContext)
                                             throws jakarta.servlet.ServletException
        Forwards to invalid URL view bean, in case of no handler specified
        Overrides:
        onRequestHandlerNotSpecified in class com.iplanet.jato.ApplicationServletBase
        Parameters:
        requestContext - request context
        Throws:
        jakarta.servlet.ServletException
      • onUncaughtException

        protected void onUncaughtException​(com.iplanet.jato.RequestContext requestContext,
                                           Exception e)
                                    throws jakarta.servlet.ServletException,
                                           IOException
        Forwards to uncaught exception view bean, to respond to uncaught application error messages.
        Overrides:
        onUncaughtException in class com.iplanet.jato.ApplicationServletBase
        Parameters:
        requestContext - request context
        e - Exception that was not handled by the application.
        Throws:
        jakarta.servlet.ServletException
        IOException
      • onPageSessionDeserializationException

        protected void onPageSessionDeserializationException​(com.iplanet.jato.RequestContext requestContext,
                                                             com.iplanet.jato.view.ViewBean viewBean,
                                                             Exception e)
                                                      throws jakarta.servlet.ServletException,
                                                             IOException
        Overrides:
        onPageSessionDeserializationException in class com.iplanet.jato.ApplicationServletBase
        Throws:
        jakarta.servlet.ServletException
        IOException