Package org.xwiki.bridge
Interface SkinAccessBridge
-
@Role public interface SkinAccessBridge
Exposes methods for accessing Skin data.- Since:
- 1.7
- Version:
- $Id: 6129a6f333fd3039f15447edc64ab2dfffbe4b69 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getIconURL(String iconName)
String
getSkinFile(String fileName)
Gets a specific file from the current skin.
-