Package | Description |
---|---|
de.xima.fc.interfaces.servlet | |
de.xima.fc.mdl.fdv |
Klassen zur Formulardatenverarbeitung
|
de.xima.fc.mdl.response | |
de.xima.fc.mdl.workflow |
Modifier and Type | Method and Description |
---|---|
EResponseType |
IServletResponse.getType()
Getter für den Typ des Resonse
|
Modifier and Type | Method and Description |
---|---|
static EResponseType |
EResponseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EResponseType[] |
EResponseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected EResponseType |
ServletResponse.type |
Modifier and Type | Method and Description |
---|---|
EResponseType |
ServletResponse.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ServletResponse.setType(EResponseType type) |
Constructor and Description |
---|
ServletResponse(EResponseType type,
String value) |
ServletResponse(EResponseType type,
String value,
byte[] binValue) |
ServletResponse(EResponseType type,
String value,
byte[] binValue,
boolean forceDownload) |
Constructor and Description |
---|
WorkflowResponse(Vorgang vorgang,
EResponseType type,
String value,
boolean success) |
WorkflowResponse(Vorgang vorgang,
EResponseType type,
String value,
byte[] binValue,
boolean success) |
WorkflowResponse(Vorgang vorgang,
EResponseType type,
String value,
byte[] binValue,
boolean forceDownload,
boolean success) |
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.