Interface ELContextFactory

All Superinterfaces:
Supplier<javax.el.ELContext>
All Known Implementing Classes:
DefaultELContextFactory
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ELContextFactory extends Supplier<javax.el.ELContext>
Interface for an ELContext factory.
Since:
8.3
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get