Package org.citrusframework.http.model
Class FormData
java.lang.Object
org.citrusframework.http.model.FormData
- Author:
- Christoph Deppisch
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddControl(Control control) Adds new form control.Gets the action.Gets the content type.Gets the controls.voidSets the action.voidsetContentType(String contentType) Sets the content type.voidsetControls(FormData.Controls controls) Sets the controls.
-
Field Details
-
contentType
-
action
-
controls
-
-
Constructor Details
-
FormData
public FormData()
-
-
Method Details
-
getContentType
Gets the content type.- Returns:
-
setContentType
Sets the content type.- Parameters:
contentType-
-
getAction
Gets the action.- Returns:
-
setAction
Sets the action.- Parameters:
action-
-
getControls
Gets the controls.- Returns:
-
setControls
Sets the controls.- Parameters:
controls-
-
addControl
Adds new form control.- Parameters:
control-
-