Uses of Class
lumis.portal.theme.IThemeSPI.ResourceFolder
-
Packages that use IThemeSPI.ResourceFolder Package Description lumis.portal.theme Contains the portal themes feature implementation. -
-
Uses of IThemeSPI.ResourceFolder in lumis.portal.theme
Methods in lumis.portal.theme that return IThemeSPI.ResourceFolder Modifier and Type Method Description static IThemeSPI.ResourceFolder
IThemeSPI.ResourceFolder. valueOf(String name)
Returns the enum constant of this type with the specified name.static IThemeSPI.ResourceFolder[]
IThemeSPI.ResourceFolder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in lumis.portal.theme with parameters of type IThemeSPI.ResourceFolder Modifier and Type Method Description Set<String>
IThemeSPI. getResources(IThemeSPI.ResourceFolder resourceFolder)
Returns the resources inside the given resource folder of this theme.
-