org.richfaces.application.configuration
public class ConfigurationServiceImpl extends Object implements org.richfaces.application.configuration.ConfigurationService
Constructor and Description |
---|
ConfigurationServiceImpl() |
Modifier and Type | Method and Description |
---|---|
protected ValueExpressionHolder |
createValueExpressionHolder(javax.faces.context.FacesContext context,
javax.el.ValueExpression expression,
String defaultValueString,
Class<?> returnType) |
Boolean |
getBooleanValue(javax.faces.context.FacesContext facesContext,
Enum<?> key) |
<T extends Enum<T>> |
getEnumValue(javax.faces.context.FacesContext facesContext,
Enum<?> key,
Class<T> enumClass) |
Integer |
getIntValue(javax.faces.context.FacesContext facesContext,
Enum<?> key) |
Long |
getLongValue(javax.faces.context.FacesContext facesContext,
Enum<?> key) |
String |
getStringValue(javax.faces.context.FacesContext facesContext,
Enum<?> key) |
Object |
getValue(javax.faces.context.FacesContext facesContext,
Enum<?> key) |
protected <T> T |
getValue(javax.faces.context.FacesContext facesContext,
Enum<?> key,
Class<T> returnType) |
protected ValueExpressionHolder createValueExpressionHolder(javax.faces.context.FacesContext context, javax.el.ValueExpression expression, String defaultValueString, Class<?> returnType)
protected <T> T getValue(javax.faces.context.FacesContext facesContext, Enum<?> key, Class<T> returnType)
public Boolean getBooleanValue(javax.faces.context.FacesContext facesContext, Enum<?> key)
getBooleanValue
in interface org.richfaces.application.configuration.ConfigurationService
public Integer getIntValue(javax.faces.context.FacesContext facesContext, Enum<?> key)
getIntValue
in interface org.richfaces.application.configuration.ConfigurationService
public Long getLongValue(javax.faces.context.FacesContext facesContext, Enum<?> key)
getLongValue
in interface org.richfaces.application.configuration.ConfigurationService
public String getStringValue(javax.faces.context.FacesContext facesContext, Enum<?> key)
getStringValue
in interface org.richfaces.application.configuration.ConfigurationService
public <T extends Enum<T>> T getEnumValue(javax.faces.context.FacesContext facesContext, Enum<?> key, Class<T> enumClass)
getEnumValue
in interface org.richfaces.application.configuration.ConfigurationService
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.