Class PluginFormResourceGetDataParams
- java.lang.Object
 - 
- de.xima.fc.plugin.models.params.form.PluginFormResourceGetDataParams
 
 
- 
- All Implemented Interfaces:
 IPluginFormResourceGetDataParams,Serializable
public class PluginFormResourceGetDataParams extends Object implements IPluginFormResourceGetDataParams
Default POJO implementation ofIPluginFormResourceGetDataParams- Since:
 - 7.0.7
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description PluginFormResourceGetDataParams(boolean inline, String baseUrl)Creates a new POJO with the given data. 
 - 
 
- 
- 
Constructor Detail
- 
PluginFormResourceGetDataParams
public PluginFormResourceGetDataParams(boolean inline, String baseUrl)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 Detail
- 
getBaseUrl
public String getBaseUrl()
- Specified by:
 getBaseUrlin interfaceIPluginFormResourceGetDataParams- Returns:
 - Current base URL of the application.
 
 
- 
isInline
public boolean isInline()
- Specified by:
 isInlinein interfaceIPluginFormResourceGetDataParams- Returns:
 - Whether the form is rendered inline. In inline mode, all external URLs should be resolved and the data should contain all resources.
 
 
 - 
 
 -