Interface IPluginFormResourceGetDataParams
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
PluginFormResourceGetDataParams
public interface IPluginFormResourceGetDataParams extends Serializable
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBaseUrl()
boolean
isInline()
-
-
-
Method Detail
-
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.
-
-