org.apache.myfaces.tobago.config
Class ThemeConfig
java.lang.Object
org.apache.myfaces.tobago.config.ThemeConfig
Deprecated.
@Deprecated
public class ThemeConfig
- extends Object
Method Summary |
static int |
getValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
String name)
Deprecated. since 1.5.0, please use ThemeConfig.getMeasure() |
static boolean |
hasValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
String name)
Deprecated. since 1.5.0, please use ThemeConfig.getMeasure() |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThemeConfig
public ThemeConfig()
- Deprecated.
getValue
@Deprecated
public static int getValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
String name)
- Deprecated. since 1.5.0, please use ThemeConfig.getMeasure()
hasValue
@Deprecated
public static boolean hasValue(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component,
String name)
- Deprecated. since 1.5.0, please use ThemeConfig.getMeasure()
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.