Class ApplicationLauncherActionsHandler

    • Constructor Detail

      • ApplicationLauncherActionsHandler

        public ApplicationLauncherActionsHandler()
    • Method Detail

      • processAction

        public boolean processAction()
                              throws java.io.IOException
        Description copied from class: JcmsFormHandler
        Method to be implemented to check/validate action to be performed and process them.

        Default implementation is to return false. No need to call super method.

        This method may NOT be invoked at all if security validation are not met.

        You must ensure your handler and JSP can work properly without any code invoked in this method.

        Overrides:
        processAction in class JcmsFormHandler
        Returns:
        false if no redirection is needed, true otherwise
        Throws:
        java.io.IOException - IO Exception
      • getJsonResponse

        public java.lang.String getJsonResponse()
      • isOpLoad

        public boolean isOpLoad()
      • setOpLoad

        public void setOpLoad​(boolean opLoad)
      • isOpAddApplication

        public boolean isOpAddApplication()
      • getTabIndex

        public int getTabIndex()
      • setTabIndex

        public void setTabIndex​(int tabIndex)
      • getShortcutId

        public java.lang.String getShortcutId()
      • setShortcutId

        public void setShortcutId​(java.lang.String shortcutId)
      • setOpAddApplication

        public void setOpAddApplication​(boolean opAddApplication)
      • isOpRemoveApplication

        public boolean isOpRemoveApplication()
      • setOpRemoveApplication

        public void setOpRemoveApplication​(boolean opRemoveApplication)
      • isOpSearchApplication

        public boolean isOpSearchApplication()
      • setOpSearchApplication

        public void setOpSearchApplication​(boolean opSearchApplication)
      • isOpRemoveApplicationOnAllTabs

        public boolean isOpRemoveApplicationOnAllTabs()
      • setOpRemoveApplicationOnAllTabs

        public void setOpRemoveApplicationOnAllTabs​(boolean opRemoveApplicationOnAllTabs)
      • getText

        public java.lang.String getText()
      • setText

        public void setText​(java.lang.String text)
      • isOpSaveDefaultPreference

        public boolean isOpSaveDefaultPreference()
      • setOpSaveDefaultPreference

        public void setOpSaveDefaultPreference​(boolean opSaveDefaultPreference)
      • getDefaultPreference

        public java.lang.String getDefaultPreference()
      • setDefaultPreference

        public void setDefaultPreference​(java.lang.String defaultPreference)
      • getDefaultPreferenceGroupId

        public java.lang.String getDefaultPreferenceGroupId()
      • setDefaultPreferenceGroupId

        public void setDefaultPreferenceGroupId​(java.lang.String defaultPreferenceGroupId)