Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for myAppType (0.03 sec)

  1. src/main/java/org/codelibs/fess/app/web/base/FessBaseAction.java

        }
    
        /**
         * Returns the application type identifier for this Fess application.
         *
         * @return the application type string "FES"
         */
        @Override
        protected String myAppType() { // for framework
            return APP_TYPE;
        }
    
        /**
         * Returns the user type identifier for this application.
         *
         * @return an optional containing the user type string "A" for Admin
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 15K bytes
    - Viewed (0)
Back to top