Class BaseRedirectUrlAction

java.lang.Object
net.anotheria.webutils.actions.BaseAction
All Implemented Interfaces:
net.anotheria.maf.action.Action
Direct Known Subclasses:
ExportRedirectUrlsAction, MultiOpDialogRedirectUrlsAction, MultiOpRedirectUrlsAction, SearchRedirectUrlsAction, ShowRedirectUrlsAction, TransferRedirectUrlAction

public abstract class BaseRedirectUrlAction extends BaseSitexAction
  • Constructor Details

    • BaseRedirectUrlAction

      public BaseRedirectUrlAction()
  • Method Details

    • getTitle

      protected String getTitle()
      Specified by:
      getTitle in class BaseSitexAction
    • getCurrentModuleDefName

      protected String getCurrentModuleDefName()
      Specified by:
      getCurrentModuleDefName in class BaseAdminapiAction
    • getCurrentDocumentDefName

      protected String getCurrentDocumentDefName()
      Specified by:
      getCurrentDocumentDefName in class BaseAdminapiAction
    • addFieldExplanations

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

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

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

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

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