- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getOnlineHelpNameDashboard (0.16 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/dashboard/AdminDashboardAction.java
@Override protected void setupHtmlData(final ActionRuntime runtime) { super.setupHtmlData(runtime); runtime.registerData("helpLink", systemHelper.getHelpLink(fessConfig.getOnlineHelpNameDashboard())); } @Override protected String getActionRole() { return ROLE; } // ===================================================================================Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* The value is, e.g. dashboard <br> * comment: Online help key for dashboard. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getOnlineHelpNameDashboard(); /** * Get the value for the key 'online.help.name.webauth'. <br> * The value is, e.g. webauth <br> * comment: Online help key for web authentication.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)