Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Suthar (0.05 sec)

  1. FessConfig.java

    specific language L14: * governing permissions and limitations under the License. L15: */ L16:package org.codelibs.fess.mylasta.direction; L17: L18:import org.lastaflute.core.direction.exception.ConfigPropertyNotFoundException; L19: L20:/** L21: * @author FreeGen L22: */ L23:public interface FessConfig extends FessEnv, org.codelibs.fess.mylasta.direction.FessProp { L24: L25: /** The key of the configuration. e.g. Fess */ L26: String DOMAIN_TITLE = "domain.title"; L27: L28: /** The key of the...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      468.5K bytes
Back to top