Interface IPluginFormElementGetResourceParams


public interface IPluginFormElementGetResourceParams
Parameters that are passed to the form element widget plugins when searching for JavaScript and CSS resources.
Since:
8.0.0
Author:
XIMA MEDIA GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the base URL to the formcycle application, including the scheme, the domain, the port, and the context path, including a final slash at the end, e.g.
  • Method Details

    • getBaseUrl

      String getBaseUrl()
      Get the base URL to the formcycle application, including the scheme, the domain, the port, and the context path, including a final slash at the end, e.g. http://localhost:8080/xima-formcycle/.
      Returns:
      The base URL to the formcycle application.