Package | Description |
---|---|
org.waarp.gateway.kernel |
Modifier and Type | Method and Description |
---|---|
AbstractHttpField.FieldPosition |
AbstractHttpField.getFieldposition() |
static AbstractHttpField.FieldPosition |
AbstractHttpField.FieldPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractHttpField.FieldPosition[] |
AbstractHttpField.FieldPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpPage.setValue(AbstractHttpBusinessRequest reference,
String fieldname,
String value,
AbstractHttpField.FieldPosition position)
Set the value to the field according to fieldname.
|
Constructor and Description |
---|
AbstractHttpField(String fieldname,
AbstractHttpField.FieldRole fieldtype,
String fieldinfo,
String fieldvalue,
boolean fieldvisibility,
boolean fieldmandatory,
boolean fieldcookieset,
boolean fieldtovalidate,
AbstractHttpField.FieldPosition fieldposition,
int fieldrank) |
DefaultHttpField(String fieldname,
AbstractHttpField.FieldRole fieldtype,
String fieldinfo,
String fieldvalue,
boolean fieldvisibility,
boolean fieldmandatory,
boolean fieldcookieset,
boolean fieldtovalidate,
AbstractHttpField.FieldPosition fieldposition,
int fieldrank) |
Copyright © 2009–2020 Waarp. All rights reserved.