Interface IThemeSPI

  • All Superinterfaces:
    ITheme

    public interface IThemeSPI
    extends ITheme
    Theme service provider interface.
    Since:
    7.0.0
    Version:
    $Revision: 15055 $ $Date: 2012-11-29 18:48:37 -0200 (Thu, 29 Nov 2012) $
    • Method Detail

      • getResources

        java.util.Set<java.lang.String> getResources​(IThemeSPI.ResourceFolder resourceFolder)
                                              throws PortalException
        Returns the resources inside the given resource folder of this theme.
        Parameters:
        resourceFolder - the IThemeSPI.ResourceFolder.
        Returns:
        the resources inside the given resource folder of this theme.
        Throws:
        java.lang.NullPointerException - if the resourceFolder is null.
        java.lang.IllegalStateException - if ITheme.getId() returns null.
        PortalException
        Since:
        7.0.0