Uses of Interface
org.exoplatform.portal.resource.SkinConfig
Packages that use SkinConfig
-
Uses of SkinConfig in org.exoplatform.portal.resource
Methods in org.exoplatform.portal.resource that return SkinConfigModifier and TypeMethodDescriptionSkinService.getPortalSkin(String module, String skinName) Return a Portal SkinConfig mapping by the module and skin nameReturn a SkinConfig mapping by the module and skin nameMethods in org.exoplatform.portal.resource that return types with arguments of type SkinConfigModifier and TypeMethodDescriptionSkinService.findSkins(SkinVisitor visitor) Return a collection of SkinConfig based on SkinVisitor provided as the argumentSkinService.getCustomPortalSkins(String skinName) Return the collection of custom portal skinsSkinService.getPortalSkins(String skinName) Return a collection of Portal Skins that its elements are ordered by CSS prioritySkinVisitor.getSkins(Set<Map.Entry<SkinKey, SkinConfig>> portalSkins, Set<Map.Entry<SkinKey, SkinConfig>> skinConfigs) Method parameters in org.exoplatform.portal.resource with type arguments of type SkinConfigModifier and TypeMethodDescriptionSkinVisitor.getSkins(Set<Map.Entry<SkinKey, SkinConfig>> portalSkins, Set<Map.Entry<SkinKey, SkinConfig>> skinConfigs) SkinService.merge(Collection<SkinConfig> skins) Merge several skins into one single skin.SkinService.merge(Collection<SkinConfig> skins, String id)