Interface ELService.ELExpressionProvider

  • Enclosing interface:
    ELService

    public static interface ELService.ELExpressionProvider
    This interface provides methods to add properties for the EL evaluation.
    • Method Detail

      • asMethodExpression

        ELService.MethodExpressionProvider asMethodExpression​(Class<?>[] expectedParamTypes)
        Gets a MethodExpression.
        Parameters:
        expectedParamTypes - the argument types of the method specified in the EL
        Returns:
        MethodExpressionProvider