Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.base.theme.Theme

Packages that use Theme
com.jivesoftware.base.theme   
com.jivesoftware.forum.theme   
 

Uses of Theme in com.jivesoftware.base.theme
 

Fields in com.jivesoftware.base.theme declared as Theme
protected static Theme AbstractThemeManager.globalTheme
           
protected  Theme ThemeDecorator.theme
           
 

Methods in com.jivesoftware.base.theme that return Theme
abstract  Theme AbstractThemeManager.determineTheme(com.opensymphony.xwork.ActionContext context, javax.servlet.http.HttpServletRequest request)
           
 Theme ThemeManager.determineTheme(com.opensymphony.xwork.ActionContext context, javax.servlet.http.HttpServletRequest request)
          Returns the Theme corresponding to the given parameters, or null if no theme meets the criteria.
 Theme AbstractThemeManager.getGlobalTheme()
           
 Theme ThemeManager.getGlobalTheme()
          Returns the Theme object that is currently installed as the 'Global' theme, or null if a global theme is not installed.
 Theme ThemeDecorator.getTheme()
           
protected  Theme AbstractThemeManager.getTheme(java.util.Locale locale)
          Used to determine a theme given a locale.
protected  Theme AbstractThemeManager.getTheme(java.lang.String url)
          Used to determine a theme given a url
 Theme AbstractThemeManager.getTheme(ThemeMap themeMap)
           
 Theme ThemeManager.getTheme(ThemeMap themeMap)
          Returns the Theme object corresponding to the provided themeMap, or null if no association is found.
protected  Theme AbstractThemeManager.getThemeByName(java.lang.String themeName)
          Used to get a theme by the theme name.
 

Constructors in com.jivesoftware.base.theme with parameters of type Theme
ThemeDecorator(com.opensymphony.module.sitemesh.Decorator decorator, java.lang.String page, Theme theme)
           
 

Uses of Theme in com.jivesoftware.forum.theme
 

Methods in com.jivesoftware.forum.theme that return Theme
 Theme ForumThemeManager.determineTheme(com.opensymphony.xwork.ActionContext ac, javax.servlet.http.HttpServletRequest request)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.