Package de.xima.fc.form.common.models
Interface IGetWidgetResourceParams
-
- All Known Implementing Classes:
GetWidgetResourceParams
public interface IGetWidgetResourceParams
Parameters passed toIXItemWidget.getJavaScriptData(IGetWidgetResourceParams)
and- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract 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.
-
-
-
Method Detail
-
getBaseUrl
String getBaseUrl()
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/
.- Returns:
- The base URL to the formcycle application.
-
-