|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.shale.clay.utils.JSFRuntimeTracker
public final class JSFRuntimeTracker
This utility class is used to determine the JSF runtime that will take presidency.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
static int |
getJsfRuntime()
This method will try to load some key classes in the various runtimes to determine the active runtime. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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.
Method Detail |
---|
public static int getJsfRuntime()
This method will try to load some key classes in the various runtimes
to determine the active runtime. The enumerations are as follows:
RI_1_1
, MYFACES_1_1
, RI_1_2
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |