- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for startCrawlingForm (0.13 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/wizard/StartCrawlingForm.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.wizard; public class StartCrawlingForm {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 706 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardAction.java
} @Execute @Secured({ ROLE }) public HtmlResponse startCrawlingForm() { saveToken(); return asHtml(path_AdminWizard_AdminWizardStartJsp).useForm(StartCrawlingForm.class); } @Execute @Secured({ ROLE }) public HtmlResponse startCrawling(final StartCrawlingForm form) { verifyToken(this::asIndexHtml); if (!processHelper.isProcessRunning()) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 12.7K bytes - Viewed (0)