Package org.jgrapes.webconsole.jqueryui
Class ThemeProvider
java.lang.Object
org.jgrapes.webconsole.jqueryui.ThemeProvider
- Direct Known Subclasses:
Provider
Represents a theme provider.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ThemeProvider
public ThemeProvider()
-
-
Method Details
-
themeId
Return the id of the theme.- Returns:
- the result
-
themeName
Return the name of the theme.The default implementation uses the theme id, replaces underscores with spaces and capitalizes the first character.
- Returns:
- the result
-
getResource
Find the requested resource.- Parameters:
name
- the resource name- Returns:
- the data as input stream
- Throws:
ResourceNotFoundException
-