Class BaseEntryPointAction

    • Constructor Detail

      • BaseEntryPointAction

        public BaseEntryPointAction()
    • Method Detail

      • addFieldExplanations

        protected void addFieldExplanations​(jakarta.servlet.http.HttpServletRequest req,
                                            EntryPoint entrypoint)
      • lockEntryPoints

        protected void lockEntryPoints​(EntryPoint entrypoint,
                                       jakarta.servlet.http.HttpServletRequest req)
                                throws java.lang.Exception
        Executing locking. Actually.
        Throws:
        java.lang.Exception
      • unLockEntryPoints

        protected void unLockEntryPoints​(EntryPoint entrypoint,
                                         jakarta.servlet.http.HttpServletRequest req,
                                         boolean unlockByTimeoout)
                                  throws java.lang.Exception
        Executing unlocking. Actually.
        Throws:
        java.lang.Exception
      • checkEntryPoints

        protected void checkEntryPoints​(EntryPoint entrypoint,
                                        jakarta.servlet.http.HttpServletRequest req)
                                 throws java.lang.Exception
        Executing auto-unlocking check....
        Throws:
        java.lang.Exception
      • canUpdateEntryPoints

        protected void canUpdateEntryPoints​(EntryPoint entrypoint,
                                            jakarta.servlet.http.HttpServletRequest req)
                                     throws java.lang.Exception
        Checking UpdateCapability rights
        Throws:
        java.lang.Exception