Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PathMappingService (0.06 sec)

  1. src/main/java/org/codelibs/fess/app/service/PathMappingService.java

    import org.dbflute.optional.OptionalEntity;
    
    import jakarta.annotation.Resource;
    
    /**
     * Service for path mapping operations.
     */
    public class PathMappingService extends FessAppService {
    
        /**
         * Default constructor.
         */
        public PathMappingService() {
            super();
        }
    
        /** Path mapping behavior. */
        @Resource
        protected PathMappingBhv pathMappingBhv;
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/api/admin/pathmap/ApiAdminPathmapAction.java

        //                                                                           =========
    
        /** Service for managing path mapping configurations */
        @Resource
        private PathMappingService pathMappingService;
    
        // GET /api/admin/pathmap
        // PUT /api/admin/pathmap
        /**
         * Returns list of path mapping settings.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 7.8K bytes
    - Viewed (0)
Back to top