Interface ResourceService


  • public interface ResourceService
    This service allows Features to load resources.
    • Method Detail

      • getImagePath

        java.lang.String getImagePath​(java.lang.String path)
        Returns the resource path of an image.
        Parameters:
        path - the path (relative to the Module directory).
        Returns:
        the resource path (absolute).
        Throws:
        ej.microui.MicroUIException - if the resource path doesn't start with "/".