Uses of Class
org.codelibs.fess.app.web.admin.webconfig.CreateForm
Packages that use CreateForm
Package
Description
-
Uses of CreateForm in org.codelibs.fess.app.web.admin.webconfig
Subclasses of CreateForm in org.codelibs.fess.app.web.admin.webconfigModifier and TypeClassDescriptionclassForm class for editing web crawling configurations in the admin interface.Methods in org.codelibs.fess.app.web.admin.webconfig with parameters of type CreateFormModifier and TypeMethodDescriptionorg.lastaflute.web.response.HtmlResponseAdminWebconfigAction.create(CreateForm form) Creates a new web crawler configuration.static org.dbflute.optional.OptionalEntity<org.codelibs.fess.opensearch.config.exentity.WebConfig> AdminWebconfigAction.getEntity(CreateForm form, String username, long currentTime) Retrieves or creates a WebConfig entity based on the form's CRUD mode.static org.dbflute.optional.OptionalEntity<org.codelibs.fess.opensearch.config.exentity.WebConfig> AdminWebconfigAction.getWebConfig(CreateForm form) Converts a form to a WebConfig entity with proper user and timestamp information. -
Uses of CreateForm in org.codelibs.fess.app.web.api.admin.webconfig
Subclasses of CreateForm in org.codelibs.fess.app.web.api.admin.webconfigModifier and TypeClassDescriptionclassRequest body for creating web configuration via REST API.classRequest body class for web config edit operations in the admin REST API.