org.apache.myfaces.tobago.config
Class TobagoConfig
java.lang.Object
org.apache.myfaces.tobago.config.TobagoConfig
public abstract class TobagoConfig
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TOBAGO_CONFIG
public static final String TOBAGO_CONFIG
- See Also:
- Constant Field Values
TobagoConfig
public TobagoConfig()
getInstance
public static TobagoConfig getInstance(FacesContext facesContext)
getInstance
public static TobagoConfig getInstance(ServletContext servletContext)
getTheme
public abstract Theme getTheme(String name)
getSupportedThemes
public abstract List<Theme> getSupportedThemes()
isAjaxEnabled
@Deprecated
public abstract boolean isAjaxEnabled()
- Deprecated. since 1.5.0
getDefaultTheme
public abstract Theme getDefaultTheme()
getProjectStage
public abstract ProjectStage getProjectStage()
isCreateSessionSecret
public abstract boolean isCreateSessionSecret()
isCheckSessionSecret
public abstract boolean isCheckSessionSecret()
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.