Interface IPluginFormResourcesParams
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
PluginFormResourcesParams
Parameters for the getResources method of a form resources plugin.
- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
-
Method Details
-
isInline
boolean isInline()- Returns:
- Whether the form is rendered inline. In inline mode, all external URLs should be resolved and the data should contain all resources.
-
getBaseUrl
String getBaseUrl()- Returns:
- Current base URL of the application.
-