public class PluginFormPreProcessParams extends Object implements IPluginFormPreProcessParams
| Constructor and Description |
|---|
PluginFormPreProcessParams(IFormRequestContext ctx,
Vorgang vorgang) |
| Modifier and Type | Method and Description |
|---|---|
IFormRequestContext |
getFormRequestContext() |
Vorgang |
getVorgang() |
public PluginFormPreProcessParams(IFormRequestContext ctx, Vorgang vorgang)
public IFormRequestContext getFormRequestContext()
getFormRequestContext in interface IPluginFormPreProcessParamsIExtendedFormRequestContext The current form request context that may be used to access the
submitted form data.public Vorgang getVorgang()
getVorgang in interface IPluginFormPreProcessParamsVorgang. It is newly created if the form was just submitted for the first time. When
the form is resubmitted, this is the existing Vorgang.Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.