Interface ThemeResource

All Superinterfaces:
Resource
All Known Implementing Classes:
ThemeResourceImpl

public interface ThemeResource extends Resource
A resource located in the current UI theme.
See Also:
  • Method Details

    • setPath

      Parameters:
      path - relative path to the theme resource, e.g. "images/image.png" for the resource located at src/main/themes/mytheme/images/image.png if the current theme is "mytheme"
      Returns:
      this ThemeResource instance
    • getPath

      String getPath()