org.apache.myfaces.tobago.config
Class ThemeConfig
java.lang.Object
org.apache.myfaces.tobago.config.ThemeConfig
public class ThemeConfig
- extends Object
Method Summary |
static int |
getValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
String name)
|
static boolean |
hasValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
String name)
|
static void |
init(ServletContext servletContext)
|
static void |
shutdown(ServletContext servletContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
THEME_CONFIG_CACHE
public static final String THEME_CONFIG_CACHE
- See Also:
- Constant Field Values
ThemeConfig
public ThemeConfig()
getValue
public static int getValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
String name)
hasValue
public static boolean hasValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
String name)
init
public static void init(ServletContext servletContext)
shutdown
public static void shutdown(ServletContext servletContext)
Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.