Interface IJCCPluginService

    • Method Detail

      • getPluginComponent

        IFuture<java.lang.String> getPluginComponent()
        Get the plugin component (html).
        Returns:
        The plugin code.
      • getPluginName

        IFuture<java.lang.String> getPluginName()
        Get the plugin name.
        Returns:
        The plugin name.
      • getPriority

        IFuture<java.lang.Integer> getPriority()
        Get the plugin priority.
        Returns:
        The plugin priority.
      • loadResource

        IFuture<byte[]> loadResource​(java.lang.String filename)
        Load a string-based resource (style or js).
        Parameters:
        filename - The filename.
        Returns:
        The text from the file.