org.apache.myfaces.tobago.config
Class TobagoConfig
java.lang.Object
org.apache.myfaces.tobago.config.TobagoConfig
- Direct Known Subclasses:
- TobagoConfigImpl
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(javax.faces.context.FacesContext facesContext)
getInstance
public static TobagoConfig getInstance(javax.servlet.ServletContext servletContext)
getTheme
public abstract Theme getTheme(String name)
getSupportedThemes
public abstract List<Theme> getSupportedThemes()
getDefaultTheme
public abstract Theme getDefaultTheme()
getProjectStage
public abstract ProjectStage getProjectStage()
isCreateSessionSecret
public abstract boolean isCreateSessionSecret()
isCheckSessionSecret
public abstract boolean isCheckSessionSecret()
isPreventFrameAttacks
public abstract boolean isPreventFrameAttacks()
getContentSecurityPolicy
public abstract ContentSecurityPolicy getContentSecurityPolicy()
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.