Interface IPluginFormResourceGetDataParams
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
PluginFormResourceGetDataParams
Parameters for the method of a form resource plugin that retrieves the data of the resource.
- Since:
- 7.0.7
- 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.
-