public class TobagoConfigImpl extends TobagoConfig
Modifier and Type | Field and Description |
---|---|
static String |
TOBAGO_CONFIG |
Constructor and Description |
---|
TobagoConfigImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addResourceDir(String resourceDir) |
void |
addSupportedThemeName(String name) |
Theme |
getDefaultTheme() |
Map<String,String> |
getDefaultValidatorInfo() |
ProjectStage |
getProjectStage() |
RenderersConfig |
getRenderersConfig() |
List<String> |
getResourceDirs() |
List<Theme> |
getSupportedThemes() |
Theme |
getTheme(String name) |
void |
initDefaultValidatorInfo() |
void |
initProjectState(javax.servlet.ServletContext servletContext) |
boolean |
isAjaxEnabled()
Deprecated.
since 1.5.0
|
boolean |
isCheckSessionSecret() |
boolean |
isCreateSessionSecret() |
void |
resolveThemes() |
void |
setAvailableThemes(Map<String,Theme> availableThemes) |
void |
setCheckSessionSecret(boolean checkSessionSecret) |
void |
setCreateSessionSecret(boolean createSessionSecret) |
void |
setDefaultThemeName(String defaultThemeName) |
void |
setRenderersConfig(RenderersConfig renderersConfig) |
String |
toString() |
getInstance, getInstance
public static final String TOBAGO_CONFIG
public void addSupportedThemeName(String name)
public void resolveThemes()
public Theme getTheme(String name)
getTheme
in class TobagoConfig
public void setDefaultThemeName(String defaultThemeName)
public List<Theme> getSupportedThemes()
getSupportedThemes
in class TobagoConfig
public void addResourceDir(String resourceDir)
@Deprecated public boolean isAjaxEnabled()
isAjaxEnabled
in class TobagoConfig
public Theme getDefaultTheme()
getDefaultTheme
in class TobagoConfig
public RenderersConfig getRenderersConfig()
public void setRenderersConfig(RenderersConfig renderersConfig)
public ProjectStage getProjectStage()
getProjectStage
in class TobagoConfig
public void initProjectState(javax.servlet.ServletContext servletContext)
public void initDefaultValidatorInfo()
public boolean isCreateSessionSecret()
isCreateSessionSecret
in class TobagoConfig
public void setCreateSessionSecret(boolean createSessionSecret)
public boolean isCheckSessionSecret()
isCheckSessionSecret
in class TobagoConfig
public void setCheckSessionSecret(boolean checkSessionSecret)
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.