Interface IExpressionObjects

  • All Known Implementing Classes:
    ExpressionObjects

    public interface IExpressionObjects

    Container object for all the expression utility objects to be made available in expressions. The aim of objects implementing this interface is to keep most expression utility objects instanced for the complete execution of a template, always being able to update themselves at any moment in time by means of a reference to the IExpressionContext that is using them.

    Since:
    3.0.0
    Author:
    Daniel Fernández
    • Method Detail

      • size

        int size()
      • containsObject

        boolean containsObject​(String name)
      • getObjectNames

        Set<String> getObjectNames()