|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.theme.render.ThemeContext
public class ThemeContext
Provide a context for theme related services.
Constructor Summary | |
---|---|
ThemeContext(PortalTheme theme,
ThemeServiceInfo themeServiceInfo)
|
Method Summary | |
---|---|
PortalTheme |
getTheme()
Returns the render context theme, it may be null if no theme was set. |
PortalTheme |
getTheme(java.lang.String themeName)
Returns a theme matching the provided theme name or null if not found. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThemeContext(PortalTheme theme, ThemeServiceInfo themeServiceInfo)
Method Detail |
---|
public PortalTheme getTheme()
public PortalTheme getTheme(java.lang.String themeName)
themeName
- the theme name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |