Class JsfRuntimeInformation

java.lang.Object
org.springframework.faces.webflow.JsfRuntimeInformation

public class JsfRuntimeInformation extends Object
Helper class to provide information about the JSF runtime environment such as JSF version and implementation.
Author:
Rossen Stoyanchev, Phillip Webb
  • Constructor Details

    • JsfRuntimeInformation

      public JsfRuntimeInformation()
  • Method Details

    • isAtLeastJsf22

      public static boolean isAtLeastJsf22()
      Deprecated.
      as of 2.5, always returns true.
    • isAtLeastJsf21

      public static boolean isAtLeastJsf21()
      Deprecated.
      as of 2.5, always returns true.
    • isAtLeastJsf20

      public static boolean isAtLeastJsf20()
      Deprecated.
      as of 2.5, always returns true.
    • isAtLeastJsf12

      public static boolean isAtLeastJsf12()
      Deprecated.
      as of 2.5, always returns true.
    • isLessThanJsf20

      public static boolean isLessThanJsf20()
      Deprecated.
      as of 2.5, always returns false.
    • isMojarraPresent

      public static boolean isMojarraPresent()
    • isMyFacesPresent

      public static boolean isMyFacesPresent()
    • isMyFacesInUse

      public static boolean isMyFacesInUse()