| Package | Description |
|---|---|
| org.exoplatform.portal.resource |
| Modifier and Type | Method and Description |
|---|---|
static List<SkinKey> |
SkinDependentManager.getPortalSkins(String webApp) |
static List<SkinKey> |
SkinDependentManager.getPortletSkins(String webApp) |
| Modifier and Type | Method and Description |
|---|---|
void |
SkinService.removeSkin(SkinKey key)
Remove a Skin mapped to the
key |
| Modifier and Type | Method and Description |
|---|---|
void |
SkinService.remove(List<SkinKey> keys)
Deprecated.
This is deprecated as its name was not clear. Use
SkinService.removeSkins(List) instead |
void |
SkinService.removeSkins(List<SkinKey> keys)
Remove SkinConfig from Portal Skin Config by SkinKey
|
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.