public final class JSFRuntimeTracker extends Object
This utility class is used to determine the JSF runtime that will take presidency.
Modifier and Type | Field and Description |
---|---|
static int |
MYFACES_1_1
This enumeration indicates the MyFaces 1.1.x runtime is installed.
|
static int |
RI_1_1
This enumeration indicates the JSF RI 1.1.x runtime is installed.
|
static int |
RI_1_2
This enumeration indicates the JSF RI 1.2.x runtime is installed.
|
Modifier and Type | Method and Description |
---|---|
static int |
getJsfRuntime()
This method will try to load some key classes in the various runtimes
to determine the active runtime.
|
public static final int RI_1_1
This enumeration indicates the JSF RI 1.1.x runtime is installed.
public static final int MYFACES_1_1
This enumeration indicates the MyFaces 1.1.x runtime is installed.
public static final int RI_1_2
This enumeration indicates the JSF RI 1.2.x runtime is installed.
Copyright © 2004-2013 Apache Software Foundation. All Rights Reserved.