public interface IPluginFormPreRender extends IFCPlugin
CONFIG_FILENAME
ATTR_NAME, COL_NAME
ATTR_DISPLAY_NAME
Modifier and Type | Method and Description |
---|---|
IPluginFormPreRenderRetVal |
execute(IPluginFormPreRenderParams params)
Main method of this plugin.
|
getDescription, getDescription, getDisplayName, getName, initialize, initPlugin, install, shutdown, shutdown, uninstall
IPluginFormPreRenderRetVal execute(IPluginFormPreRenderParams params) throws FCPluginException
When any exception other than FCPluginException
is thrown, the form will not be rendered and a general
error template is returned to the user who attempted to open the form.
params
- The parameters this plugin may make use of. Contains the IFormRequestContext
that can be
used, for example, to access the current form, the current form data, or the URL parameters.FCPluginException
- May be throw when this plugin cannot perform its task due to any reason. Please note that
throwing this exception will not prevent the form from being rendered and sent to the browser.Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.