Class MailPasswordHandler

    • Field Detail

      • CTXT_CHANGE_PASSWORD

        public static final java.lang.String CTXT_CHANGE_PASSWORD
        See Also:
        Constant Field Values
      • opChangePassword

        protected boolean opChangePassword
      • member

        protected Member member
    • Constructor Detail

      • MailPasswordHandler

        public MailPasswordHandler()
    • Method Detail

      • processAction

        public boolean processAction()
                              throws java.io.IOException
        Description copied from class: JcmsFormHandler
        Method to be implemented to check/validate action to be performed and process them.

        Default implementation is to return false. No need to call super method.

        This method may NOT be invoked at all if security validation are not met.

        You must ensure your handler and JSP can work properly without any code invoked in this method.

        Overrides:
        processAction in class JcmsFormHandler
        Returns:
        false if no redirection is needed, true otherwise
        Throws:
        java.io.IOException - IO Exception
      • validateOpChangePassword

        public boolean validateOpChangePassword()
      • performOpChangePassword

        public boolean performOpChangePassword()
                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • setOpChangePassword

        public void setOpChangePassword​(boolean opChangePassword)
      • setMbrId

        public void setMbrId​(java.lang.String memberId)