org.apache.myfaces.tobago.config
Class ThemeConfig

java.lang.Object
  extended by org.apache.myfaces.tobago.config.ThemeConfig

public class ThemeConfig
extends Object


Field Summary
static String THEME_CONFIG_CACHE
           
 
Constructor Summary
ThemeConfig()
           
 
Method Summary
static int getValue(FacesContext facesContext, UIComponent component, String name)
           
static boolean hasValue(FacesContext facesContext, UIComponent component, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

THEME_CONFIG_CACHE

public static final String THEME_CONFIG_CACHE
See Also:
Constant Field Values
Constructor Detail

ThemeConfig

public ThemeConfig()
Method Detail

getValue

public static int getValue(FacesContext facesContext,
                           UIComponent component,
                           String name)

hasValue

public static boolean hasValue(FacesContext facesContext,
                               UIComponent component,
                               String name)


Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.