Uses of Interface
org.exoplatform.portal.resource.SkinConfig
Packages that use SkinConfig
-
Uses of SkinConfig in org.exoplatform.portal.resource
Classes in org.exoplatform.portal.resource that implement SkinConfigMethods in org.exoplatform.portal.resource that return SkinConfigModifier and TypeMethodDescriptionSkinService.addPortalSkin(String module, String skinName, String cssPath, int priority, boolean overwrite, boolean filtered) Register a portal skinSkinService.addSkin(String module, String skinName, String cssPath, int priority, boolean overwrite, List<String> additionalModules) SkinService.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) Methods in org.exoplatform.portal.resource with parameters of type SkinConfigMethod 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)