IPluginServletAction
Uses
The plugin is used for servlet-related delivery of own content.
Please note The plugin servlet implementation is called using the following URL pattern. http://<Webdomain>/<formcycle-Webapplikation>/plugin/?name=<Name der IPluginServletAction-Implementierung>&client-id=<MandantId> Instead of the parameter client-id, the parameter project-id can also be specified. If the project-id is specified, the client object necessary for processing is obtained from the determined project object. |
Method signatures
The plug-in interface IPluginServletAction references all methods provided by the Base interface IFCPlugin
and additionally the following plugin-specific method signatures:
IPluginServletActionRetVal execute(IPluginServletActionParams params) throws FCPluginException Transfer values. The IPluginServletActionParams type provides the following properties:
Return values: The return value must be of type IPluginServletActionRetVal, a reference implementation is provided by the PluginServletActionRetVal class.The object enables the return of an object of the type IServletResponse, which offers the possibility to deliver a simple string, but also binary data to the browser. By determining the Response type of the IServletResponse object, it is determined how the transferred response data is interpreted or delivered:
|
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article