Class AdminSearchEnginesHandler

    • Constructor Detail

      • AdminSearchEnginesHandler

        public AdminSearchEnginesHandler()
    • Method Detail

      • processAction

        public boolean processAction()
                              throws java.io.IOException
        Effectively trigger the action of this handler.
        Overrides:
        processAction in class JcmsFormHandler
        Returns:
        true if a redirect was done, false otherwise
        Throws:
        java.io.IOException - if error occured during validate
      • setOpAction

        public void setOpAction​(java.lang.String v)
        Define the action to do in this handler call.
        Parameters:
        v - the action as a string value.
      • setOpenTab

        public void setOpenTab​(int tabNbr)
        Define the tab to open in the GUI.
        Parameters:
        tabNbr - the tab number to open.
      • getOpenTab

        public int getOpenTab()
        Return the tab to open in the GUI.
        Returns:
        the tab number to open.
      • isTabForced

        public boolean isTabForced()
        Returns:
        true if the tab was forced false otherwise.