org.richfaces.application.configuration
Interface ConfigurationService
public interface ConfigurationService
- Author:
- Nick Belaevski
getBooleanValue
Boolean getBooleanValue(javax.faces.context.FacesContext facesContext,
Enum<?> key)
getIntValue
Integer getIntValue(javax.faces.context.FacesContext facesContext,
Enum<?> key)
getLongValue
Long getLongValue(javax.faces.context.FacesContext facesContext,
Enum<?> key)
getStringValue
String getStringValue(javax.faces.context.FacesContext facesContext,
Enum<?> key)
getValue
Object getValue(javax.faces.context.FacesContext facesContext,
Enum<?> key)
getEnumValue
<T extends Enum<T>> T getEnumValue(javax.faces.context.FacesContext facesContext,
Enum<?> key,
Class<T> enumClass)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.