Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for doSelectEntity (0.09 sec)

  1. src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsWebConfigBhv.java

        }
    
        protected <ENTITY extends WebConfig> OptionalEntity<ENTITY> doSelectOptionalEntity(WebConfigCB cb, Class<? extends ENTITY> tp) {
            return createOptionalEntity(doSelectEntity(cb, tp), cb);
        }
    
        @Override
        public WebConfigCB newConditionBean() {
            return new WebConfigCB();
        }
    
        @Override
        protected Entity doReadEntity(ConditionBean cb) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 10.9K bytes
    - Viewed (0)
Back to top