Interface IGetWidgetResourceParams

All Known Implementing Classes:
GetWidgetResourceParams

public interface IGetWidgetResourceParams
Since:
8.0.0
Author:
XIMA MEDIA GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
    Get 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.