Class ResetApplicationLauncherModal

    • Field Detail

      • opResetLauncher

        protected boolean opResetLauncher
      • groups

        protected java.util.Set<Group> groups
      • members

        protected java.util.Set<Member> members
    • Constructor Detail

      • ResetApplicationLauncherModal

        public ResetApplicationLauncherModal()
    • 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
      • isOpResetLauncher

        public boolean isOpResetLauncher()
      • setOpResetLauncher

        public void setOpResetLauncher​(boolean opResetLauncher)
      • getAvailableGroups

        public java.util.Set<Group> getAvailableGroups()
      • setGroups

        public void setGroups​(java.lang.String[] groups)
      • getAvailableMembers

        public java.util.Set<Member> getAvailableMembers()
      • setMembers

        public void setMembers​(java.lang.String[] members)