Interface ELService.ELContextProvider

  • Enclosing interface:
    ELService

    public static interface ELService.ELContextProvider
    This interface provides methods to add ELContext for EL evaluation.
    • Method Detail

      • withContext

        ELService.ELExpressionProvider withContext​(javax.el.ELContext elContext)
        Use a specific context to use.
        Parameters:
        elContext - the context to use.
        Returns:
        ELExpressionProvider