| Package | Description |
|---|---|
| org.exoplatform.portal.resource |
| Modifier and Type | Method and Description |
|---|---|
SkinConfig |
SkinService.getSkin(String module,
String skinName)
Return a SkinConfig mapping by the module and skin name
|
| Modifier and Type | Method and Description |
|---|---|
Collection<SkinConfig> |
SkinService.findSkins(SkinVisitor visitor)
Return a collection of SkinConfig based on SkinVisitor provided as the argument
|
Collection<SkinConfig> |
SkinService.getPortalSkins(String skinName)
Return a collection of Portal Skins that its elements are ordered by CSS priority
|
Collection<SkinConfig> |
SkinVisitor.getSkins() |
| Modifier and Type | Method and Description |
|---|---|
Skin |
SkinService.merge(Collection<SkinConfig> skins)
Merge several skins into one single skin.
|
void |
SkinVisitor.visitPortalSkin(Map.Entry<SkinKey,SkinConfig> entry) |
void |
SkinVisitor.visitSkin(Map.Entry<SkinKey,SkinConfig> entry) |
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.