Class BaseRedirectUrlAction

    • Constructor Detail

      • BaseRedirectUrlAction

        public BaseRedirectUrlAction()
    • Method Detail

      • addFieldExplanations

        protected void addFieldExplanations​(jakarta.servlet.http.HttpServletRequest req,
                                            RedirectUrl redirecturl)
      • lockRedirectUrls

        protected void lockRedirectUrls​(RedirectUrl redirecturl,
                                        jakarta.servlet.http.HttpServletRequest req)
                                 throws java.lang.Exception
        Executing locking. Actually.
        Throws:
        java.lang.Exception
      • unLockRedirectUrls

        protected void unLockRedirectUrls​(RedirectUrl redirecturl,
                                          jakarta.servlet.http.HttpServletRequest req,
                                          boolean unlockByTimeoout)
                                   throws java.lang.Exception
        Executing unlocking. Actually.
        Throws:
        java.lang.Exception
      • checkRedirectUrls

        protected void checkRedirectUrls​(RedirectUrl redirecturl,
                                         jakarta.servlet.http.HttpServletRequest req)
                                  throws java.lang.Exception
        Executing auto-unlocking check....
        Throws:
        java.lang.Exception
      • canUpdateRedirectUrls

        protected void canUpdateRedirectUrls​(RedirectUrl redirecturl,
                                             jakarta.servlet.http.HttpServletRequest req)
                                      throws java.lang.Exception
        Checking UpdateCapability rights
        Throws:
        java.lang.Exception