Interface IPluginFormResourcesParams
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
PluginFormResourcesParams
public interface IPluginFormResourcesParams extends Serializable
Parameters for the getResources method of a form resources plugin.- Since:
- 8.3.0
- 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.
-
-