|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.faces.webflow.JsfRuntimeInformation
public class JsfRuntimeInformation
Helper class to provide information about the JSF runtime environment such as JSF version and implementation.
| Field Summary | |
|---|---|
static int |
JSF_11
JSF Version 1.1 |
static int |
JSF_12
JSF Version 1.2 |
static int |
JSF_20
JSF Version 2.0 |
| Constructor Summary | |
|---|---|
JsfRuntimeInformation()
|
|
| Method Summary | |
|---|---|
static boolean |
isAtLeastJsf12()
|
static boolean |
isAtLeastJsf20()
|
static boolean |
isLessThanJsf20()
|
static boolean |
isMyFacesPresent()
|
static boolean |
isPartialStateSavingSupported()
Returns true if Web Flow supports partial state saving in the current runtime environment. |
static boolean |
isPortletRequest(javax.faces.context.FacesContext context)
|
static boolean |
isPortletRequest(RequestContext context)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int JSF_11
public static final int JSF_12
public static final int JSF_20
| Constructor Detail |
|---|
public JsfRuntimeInformation()
| Method Detail |
|---|
public static boolean isAtLeastJsf20()
public static boolean isAtLeastJsf12()
public static boolean isLessThanJsf20()
public static boolean isMyFacesPresent()
public static boolean isPortletRequest(javax.faces.context.FacesContext context)
public static boolean isPortletRequest(RequestContext context)
public static boolean isPartialStateSavingSupported()
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||