- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getDomainTitle (0.08 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessFwAssistantDirector.java
direction.directDevelopmentHere(fessConfig.isDevelopmentHere()); // titles of the application for logging are from configurations direction.directLoggingTitle(fessConfig.getDomainTitle(), fessConfig.getEnvironmentTitle()); // this configuration is on sea_env.properties because it has no influence to production // even if you set true manually and forget to set false back
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 9.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* The value is, e.g. Fess <br> * comment: The title of domain the application for logging * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getDomainTitle(); /** * Get the value for the key 'search_engine.type'. <br> * The value is, e.g. default <br> * comment: Search Engine
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 468.5K bytes - Viewed (1)