Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for AdminBoostdocAction (0.21 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/boostdoc/AdminBoostdocAction.java

     *
     */
    public class AdminBoostdocAction extends FessAdminAction {
    
        /**
         * Default constructor.
         */
        public AdminBoostdocAction() {
            super();
        }
    
        /** The role for this action. */
        public static final String ROLE = "admin-boostdoc";
    
        private static final Logger logger = LogManager.getLogger(AdminBoostdocAction.class);
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 14.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/AdminAction.java

                AdminLabeltypeAction.ROLE, //
                AdminLabeltypeAction.ROLE + VIEW, //
                AdminKeymatchAction.ROLE, //
                AdminKeymatchAction.ROLE + VIEW, //
                AdminBoostdocAction.ROLE, //
                AdminBoostdocAction.ROLE + VIEW, //
                AdminRelatedcontentAction.ROLE, //
                AdminRelatedcontentAction.ROLE + VIEW, //
                AdminRelatedqueryAction.ROLE, //
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 19K bytes
    - Viewed (0)
Back to top