Package org.xwiki.image.style
Interface ImageStyleManager
-
@Role @Unstable public interface ImageStyleManager
Gives access to the image styles of the wiki.- Since:
- 14.3RC1
- Version:
- $Id: e4c60400ac8104e836d33f71ad168a2e83959f63 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<ImageStyle>
getImageStyles(String wikiName)
The list of styles for a given wiki.
-
-
-
Method Detail
-
getImageStyles
Set<ImageStyle> getImageStyles(String wikiName) throws ImageStyleException
The list of styles for a given wiki.- Parameters:
wikiName
- the wiki name (e.g.xwiki
)- Returns:
- the list of styles for the given wiki
- Throws:
ImageStyleException
- if an error occurs while retrieving the image styles
-
-