Class ELExpressionFactory


  • public final class ELExpressionFactory
    extends Object
    Resolves ExpressionFactory
    • Method Detail

      • isSupported

        public static Boolean isSupported()
        Checks whether jakarta.el is on the classpath and a ExpressionFactory can be constructed
        Returns:
        if jakarta.el can be used
      • isSupported

        public static Boolean isSupported​(ClassLoader classLoader)
        Checks whether jakarta.el is on the classpath and a ExpressionFactory can be constructed
        Parameters:
        classLoader - class loader to resolve ExpressionFactory
        Returns:
        if jakarta.el can be used
      • newInstance

        public static jakarta.el.ExpressionFactory newInstance()
        Calls ExpressionFactory.newInstance() directly without any classpath checking
        Returns:
        ExpressionFactory instance