Package org.xwiki.icon.rest
Interface IconThemesResource
-
@Unstable public interface IconThemesResource
Exposes the wiki icon themes and their icons through REST.- Since:
- 13.4RC1
- Version:
- $Id: 67ceae9c49483660bba03fbbb42d0aa3bc2bdb55 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Icons
getIcons(String wikiName, List<String> names)
Returns the icons metadata of the requested icons list, for the default icon theme.Icons
getIconsByTheme(String wikiName, String iconTheme, List<String> names)
Returns the icons metadata of the requested icons list, for a given icon theme.
-
-
-
Method Detail
-
getIconsByTheme
Icons getIconsByTheme(String wikiName, String iconTheme, List<String> names)
Returns the icons metadata of the requested icons list, for a given icon theme.- Parameters:
wikiName
- the name of the wiki holding the iconsiconTheme
- the name of the icon theme holding the iconsnames
- a list of icon names to return- Returns:
- the list of resolved icons metadata
-
-