org.ajax4jsf.config
Class FrameworkConfiguration
java.lang.Object
org.ajax4jsf.config.FrameworkConfiguration
public final class FrameworkConfiguration
- extends java.lang.Object
- Since:
- 4.0
framework configuration class
- Author:
- Anton Belevich
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static FrameworkConfiguration getInstance()
getInstance
public static FrameworkConfiguration getInstance(javax.faces.context.ExternalContext externalContext)
getOptionNumber
public int getOptionNumber(FrameworkConfiguration.InitParam param)
isOptionEnabled
public boolean isOptionEnabled(FrameworkConfiguration.InitParam param)
getOptionValue
public java.lang.String getOptionValue(FrameworkConfiguration.InitParam param)
getOption
public java.lang.String getOption(FrameworkConfiguration.InitParam param)
resolveELParam
public java.lang.Object resolveELParam(javax.faces.context.FacesContext context,
java.lang.String value,
java.lang.Class<?> expectedClass)
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.