Class PluginFormResourcesParams

    • Constructor Detail

      • PluginFormResourcesParams

        public PluginFormResourcesParams​(boolean inline,
                                         String baseUrl)
        Creates a new POJO with the given data.
        Parameters:
        inline - The value that will be returned by isInline().
        baseUrl - The value that will be returned by getBaseUrl().
    • Method Detail

      • isInline

        public boolean isInline()
        Specified by:
        isInline in interface IPluginFormResourcesParams
        Returns:
        Whether the form is rendered inline. In inline mode, all external URLs should be resolved and the data should contain all resources.