Class PluginFormResourcesParams
java.lang.Object
de.xima.fc.plugin.models.params.form.PluginFormResourcesParams
- All Implemented Interfaces:
IPluginFormResourcesParams, Serializable
Default POJO implementation of
IPluginFormResourcesParams- Since:
- 8.3.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPluginFormResourcesParams(boolean inline, String baseUrl) Creates a new POJO with the given data. -
Method Summary
-
Constructor Details
-
PluginFormResourcesParams
Creates a new POJO with the given data.- Parameters:
inline- The value that will be returned byisInline().baseUrl- The value that will be returned bygetBaseUrl().
-
-
Method Details
-
getBaseUrl
- Specified by:
getBaseUrlin interfaceIPluginFormResourcesParams- Returns:
- Current base URL of the application.
-
isInline
public boolean isInline()- Specified by:
isInlinein interfaceIPluginFormResourcesParams- Returns:
- Whether the form is rendered inline. In inline mode, all external URLs should be resolved and the data should contain all resources.
-