Class CreateBody
java.lang.Object
org.codelibs.fess.app.web.admin.webconfig.CreateForm
org.codelibs.fess.app.web.api.admin.webconfig.CreateBody
Request body for creating web configuration via REST API.
Extends CreateForm to inherit validation and field definitions.
-
Field Summary
Fields inherited from class org.codelibs.fess.app.web.admin.webconfig.CreateForm
available, boost, configParameter, createdBy, createdTime, crudMode, depth, description, excludedDocUrls, excludedUrls, includedDocUrls, includedUrls, intervalTime, labelTypeIds, maxAccessCount, name, numOfThread, permissions, sortOrder, urls, userAgent, virtualHosts -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.codelibs.fess.app.web.admin.webconfig.CreateForm
initialize
-
Constructor Details
-
CreateBody
public CreateBody()Creates a new CreateBody instance.
-