Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getFormAdminDefaultTemplateName (0.24 sec)

  1. src/main/java/org/codelibs/fess/helper/CrawlingConfigHelper.java

                }
                if (idList != null) {
                    cb.query().setId_InScope(idList);
                }
                cb.query().setName_NotEqual(ComponentUtil.getFessConfig().getFormAdminDefaultTemplateName());
                cb.query().addOrderBy_SortOrder_Asc();
                cb.query().addOrderBy_Name_Asc();
                cb.fetchFirst(ComponentUtil.getFessConfig().getPageWebConfigMaxFetchSizeAsInteger());
            });
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 19.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * comment: Default template name for admin forms.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getFormAdminDefaultTemplateName();
    
        /**
         * Get the value for the key 'osdd.link.enabled'. <br>
         * The value is, e.g. auto <br>
         * comment: Whether to enable OSDD link (OpenSearch Description Document).
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (2)
Back to top