org.richfaces.application.configuration
Class ConfigurationServiceHelper
java.lang.Object
org.richfaces.application.configuration.ConfigurationServiceHelper
public final class ConfigurationServiceHelper
- extends Object
- Author:
- Nick Belaevski
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getBooleanConfigurationValue
public static Boolean getBooleanConfigurationValue(javax.faces.context.FacesContext facesContext,
Enum<?> key)
getIntConfigurationValue
public static Integer getIntConfigurationValue(javax.faces.context.FacesContext facesContext,
Enum<?> key)
getLongConfigurationValue
public static Long getLongConfigurationValue(javax.faces.context.FacesContext facesContext,
Enum<?> key)
getStringConfigurationValue
public static String getStringConfigurationValue(javax.faces.context.FacesContext facesContext,
Enum<?> key)
getConfigurationValue
public static Object getConfigurationValue(javax.faces.context.FacesContext facesContext,
Enum<?> key)
getEnumConfigurationValue
public static <T extends Enum<T>> T getEnumConfigurationValue(javax.faces.context.FacesContext facesContext,
Enum<?> key,
Class<T> enumClass)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.