Interface JuelService

All Known Implementing Classes:
JuelServiceImpl

public interface JuelService
  • Field Details

  • Method Details

    • provideBasicExpressionFactory

      ExpressionFactory provideBasicExpressionFactory()
      Provides a new
      invalid reference
      ExpressionFactory
      with the following properties:
      • javax.el.methodInvocations: true
      • javax.el.nullProperties: false
      Returns:
      A new
      invalid reference
      ExpressionFactory
    • provideBasicContext

      ELContext provideBasicContext(ExpressionFactory factory)
      Provides a new
      invalid reference
      ELContext
      with some default values set. The ContextConfig gets newly created.
      Parameters:
      factory - The
      invalid reference
      ExpressionFactory
      to create expressions with.
      Returns:
      A new
      invalid reference
      ELContext
    • isValidExpression

      boolean isValidExpression(String expression)
    • evaluate

      Object evaluate(ExpressionFactory factory, ELContext context, String text)
    • evaluate

      Object evaluate(Map<String,VariableAssignment> replacementMap, String template)