Package de.xima.fc.form.common.models
Class GetWidgetResourceParams
- java.lang.Object
-
- de.xima.fc.form.common.models.GetWidgetResourceParams
-
- All Implemented Interfaces:
IGetWidgetResourceParams
public final class GetWidgetResourceParams extends Object implements IGetWidgetResourceParams
POJO implementation ofIGetWidgetResourceParams
.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description GetWidgetResourceParams(String baseUrl)
A new instance with the given data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBaseUrl()
Get the base URL to the formcycle application, may or may not include the scheme/domain/port, i.e.
-
-
-
Constructor Detail
-
GetWidgetResourceParams
public GetWidgetResourceParams(String baseUrl)
A new instance with the given data.- Parameters:
baseUrl
- Gets the base URL of the formcycle application, including the scheme, the domain, the port, and the context path, including a final slash at the end.
-
-
Method Detail
-
getBaseUrl
public String getBaseUrl()
Description copied from interface:IGetWidgetResourceParams
Get the base URL to the formcycle application, may or may not include the scheme/domain/port, i.e.http://localhost:8080/xima-formcycle/
or/xima-formcycle/
.- Specified by:
getBaseUrl
in interfaceIGetWidgetResourceParams
- Returns:
- The base URL to the formcycle application.
-
-