RichFaces Core API 4.1.0.20110910-M2

org.richfaces.application.configuration
Class ConfigurationServiceHelper

java.lang.Object
  extended by org.richfaces.application.configuration.ConfigurationServiceHelper

public final class ConfigurationServiceHelper
extends java.lang.Object

Author:
Nick Belaevski

Method Summary
static java.lang.Boolean getBooleanConfigurationValue(javax.faces.context.FacesContext facesContext, java.lang.Enum<?> key)
           
static java.lang.Object getConfigurationValue(javax.faces.context.FacesContext facesContext, java.lang.Enum<?> key)
           
static
<T extends java.lang.Enum<T>>
T
getEnumConfigurationValue(javax.faces.context.FacesContext facesContext, java.lang.Enum<?> key, java.lang.Class<T> enumClass)
           
static java.lang.Integer getIntConfigurationValue(javax.faces.context.FacesContext facesContext, java.lang.Enum<?> key)
           
static java.lang.Long getLongConfigurationValue(javax.faces.context.FacesContext facesContext, java.lang.Enum<?> key)
           
static java.lang.String getStringConfigurationValue(javax.faces.context.FacesContext facesContext, java.lang.Enum<?> key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBooleanConfigurationValue

public static java.lang.Boolean getBooleanConfigurationValue(javax.faces.context.FacesContext facesContext,
                                                             java.lang.Enum<?> key)

getIntConfigurationValue

public static java.lang.Integer getIntConfigurationValue(javax.faces.context.FacesContext facesContext,
                                                         java.lang.Enum<?> key)

getLongConfigurationValue

public static java.lang.Long getLongConfigurationValue(javax.faces.context.FacesContext facesContext,
                                                       java.lang.Enum<?> key)

getStringConfigurationValue

public static java.lang.String getStringConfigurationValue(javax.faces.context.FacesContext facesContext,
                                                           java.lang.Enum<?> key)

getConfigurationValue

public static java.lang.Object getConfigurationValue(javax.faces.context.FacesContext facesContext,
                                                     java.lang.Enum<?> key)

getEnumConfigurationValue

public static <T extends java.lang.Enum<T>> T getEnumConfigurationValue(javax.faces.context.FacesContext facesContext,
                                                                        java.lang.Enum<?> key,
                                                                        java.lang.Class<T> enumClass)

RichFaces Core API 4.1.0.20110910-M2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.