|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IThemeSPI
Theme service provider interface.
Nested Class Summary | |
---|---|
static class |
IThemeSPI.ResourceFolder
The resources folders that the themes handles. |
Method Summary | |
---|---|
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 |
---|
Set<String> getResources(IThemeSPI.ResourceFolder resourceFolder) throws PortalException
resourceFolder
- the IThemeSPI.ResourceFolder
.
NullPointerException
- if the resourceFolder
is null
.
IllegalStateException
- if ITheme.getId()
returns null
.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |