Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for AdminLabeltypeAction (0.31 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/org/codelibs/fess/app/web/admin/labeltype/AdminLabeltypeAction.java

    import jakarta.annotation.Resource;
    
    /**
     * Admin action for Label Type management.
     *
     */
    public class AdminLabeltypeAction extends FessAdminAction {
    
        /**
         * Default constructor.
         */
        public AdminLabeltypeAction() {
            super();
        }
    
        /** The role name for label type administration. */
        public static final String ROLE = "admin-labeltype";
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 27 07:01:25 GMT 2025
    - 17.6K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/AdminAction.java

                AdminFileconfigAction.ROLE + VIEW, //
                AdminDataconfigAction.ROLE, //
                AdminDataconfigAction.ROLE + VIEW, //
                AdminLabeltypeAction.ROLE, //
                AdminLabeltypeAction.ROLE + VIEW, //
                AdminKeymatchAction.ROLE, //
                AdminKeymatchAction.ROLE + VIEW, //
                AdminBoostdocAction.ROLE, //
                AdminBoostdocAction.ROLE + VIEW, //
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 19K bytes
    - Click Count (0)
Back to Top