Interface UIPlugin


  • public interface UIPlugin
    • Method Detail

      • doesApply

        boolean doesApply​(java.lang.String path)
        Parameters:
        path -
        Returns:
        true if this plugin applies at the path
      • resourcesForPath

        java.util.List<java.lang.String> resourcesForPath​(java.lang.String path)
        Parameters:
        path -
        Returns:
        list of resources available at the path
      • scriptResourcesForPath

        java.util.List<java.lang.String> scriptResourcesForPath​(java.lang.String path)
        Parameters:
        path -
        Returns:
        list of javascript resources to load at the path
      • styleResourcesForPath

        java.util.List<java.lang.String> styleResourcesForPath​(java.lang.String path)
        Parameters:
        path -
        Returns:
        list of css stylesheets to load at the path
      • requires

        java.util.List<java.lang.String> requires​(java.lang.String path)
        Parameters:
        path -
        Returns:
        list of plugin names this plugin depends on for the specified path