Class BaseTextResourceAction

    • Constructor Detail

      • BaseTextResourceAction

        public BaseTextResourceAction()
    • Method Detail

      • addFieldExplanations

        protected void addFieldExplanations​(jakarta.servlet.http.HttpServletRequest req,
                                            TextResource textresource)
      • lockTextResources

        protected void lockTextResources​(TextResource textresource,
                                         jakarta.servlet.http.HttpServletRequest req)
                                  throws java.lang.Exception
        Executing locking. Actually.
        Throws:
        java.lang.Exception
      • unLockTextResources

        protected void unLockTextResources​(TextResource textresource,
                                           jakarta.servlet.http.HttpServletRequest req,
                                           boolean unlockByTimeoout)
                                    throws java.lang.Exception
        Executing unlocking. Actually.
        Throws:
        java.lang.Exception
      • checkTextResources

        protected void checkTextResources​(TextResource textresource,
                                          jakarta.servlet.http.HttpServletRequest req)
                                   throws java.lang.Exception
        Executing auto-unlocking check....
        Throws:
        java.lang.Exception
      • canUpdateTextResources

        protected void canUpdateTextResources​(TextResource textresource,
                                              jakarta.servlet.http.HttpServletRequest req)
                                       throws java.lang.Exception
        Checking UpdateCapability rights
        Throws:
        java.lang.Exception