public class ConfigContainer extends Object
Modifier | Constructor and Description |
---|---|
protected |
ConfigContainer() |
|
ConfigContainer(javax.faces.context.FacesContext context) |
Modifier and Type | Method and Description |
---|---|
String |
getBuildVersion() |
Map<String,String> |
getErrorPages() |
String |
getMobileTheme() |
String |
getPushServerURL() |
String |
getSecretKey() |
String |
getTheme() |
String |
getUploader() |
protected void |
initBuildProperties() |
protected void |
initConfig(javax.faces.context.FacesContext context) |
protected void |
initConfigFromContextParams(javax.faces.context.FacesContext context) |
protected void |
initConfigFromWebXml(javax.faces.context.FacesContext context) |
protected void |
initValidateEmptyFields(javax.faces.context.FacesContext context) |
boolean |
isAtLeastJSF21() |
boolean |
isAtLeastJSF22() |
boolean |
isBeanValidationAvailable() |
boolean |
isClientSideValidationEnabled() |
boolean |
isInterpretEmptyStringAsNull() |
boolean |
isLegacyWidgetNamespace() |
boolean |
isPartialSubmitEnabled() |
boolean |
isResetValuesEnabled() |
boolean |
isStringConverterAvailable() |
boolean |
isTransformMetadataEnabled() |
boolean |
isValidateEmptyFields() |
protected ConfigContainer()
public ConfigContainer(javax.faces.context.FacesContext context)
protected void initConfig(javax.faces.context.FacesContext context)
protected void initConfigFromContextParams(javax.faces.context.FacesContext context)
protected void initValidateEmptyFields(javax.faces.context.FacesContext context)
protected void initBuildProperties()
protected void initConfigFromWebXml(javax.faces.context.FacesContext context)
public boolean isValidateEmptyFields()
public boolean isBeanValidationAvailable()
public boolean isPartialSubmitEnabled()
public boolean isInterpretEmptyStringAsNull()
public boolean isStringConverterAvailable()
public String getSecretKey()
public boolean isAtLeastJSF22()
public boolean isAtLeastJSF21()
public boolean isResetValuesEnabled()
public boolean isClientSideValidationEnabled()
public String getUploader()
public String getPushServerURL()
public String getTheme()
public String getMobileTheme()
public String getBuildVersion()
public boolean isTransformMetadataEnabled()
public boolean isLegacyWidgetNamespace()
Copyright © 2014. All rights reserved.