org.apache.myfaces.tobago.config
Class ThemeConfig
java.lang.Object
org.apache.myfaces.tobago.config.ThemeConfig
public class ThemeConfig
- extends java.lang.Object
Method Summary |
static int |
getValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
java.lang.String name)
|
static boolean |
hasValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
java.lang.String name)
|
static void |
init(javax.servlet.ServletContext servletContext)
|
static void |
shutdown(javax.servlet.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 java.lang.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,
java.lang.String name)
hasValue
public static boolean hasValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
java.lang.String name)
init
public static void init(javax.servlet.ServletContext servletContext)
shutdown
public static void shutdown(javax.servlet.ServletContext servletContext)
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.