Package lumis.portal.theme
Interface IThemeSPI
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IThemeSPI.ResourceFolder
The resources folders that the themes handles.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>
getResources(IThemeSPI.ResourceFolder resourceFolder)
Returns the resources inside the given resource folder of this theme.-
Methods inherited from interface lumis.portal.theme.ITheme
getDescription, getId, getLocalizedDescription, getLocalizedName, getName, getOpenRuntimeInterfaceWithActiveParentBehavior, getOpenRuntimeInterfaceWithoutActiveParentBehavior
-
-
-
-
Method Detail
-
getResources
Set<String> getResources(IThemeSPI.ResourceFolder resourceFolder) throws PortalException
Returns the resources inside the given resource folder of this theme.- Parameters:
resourceFolder
- theIThemeSPI.ResourceFolder
.- Returns:
- the resources inside the given resource folder of this theme.
- Throws:
NullPointerException
- if theresourceFolder
isnull
.IllegalStateException
- ifITheme.getId()
returnsnull
.PortalException
- Since:
- 7.0.0
-
-