Package de.xima.fc.form.common.models
Interface IGetWidgetResourceParams
- All Known Implementing Classes:
GetWidgetResourceParams
public interface IGetWidgetResourceParams
Parameters passed to
IXItemWidget.getJavaScriptData(IGetWidgetResourceParams)
and- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionGet the base URL to the formcycle application, may or may not include the scheme/domain/port, i.e.
-
Method Details
-
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.
-