Class BasicSubflowExpression

  • All Implemented Interfaces:
    org.springframework.binding.expression.Expression

    public class BasicSubflowExpression
    extends org.springframework.binding.expression.support.AbstractGetValueExpression
    Creates a custom subflow expression.
    Since:
    4.2
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getValue​(java.lang.Object context)  
      • Methods inherited from class org.springframework.binding.expression.support.AbstractGetValueExpression

        getExpressionString, getValueType, setValue
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BasicSubflowExpression

        public BasicSubflowExpression()
    • Method Detail

      • getValue

        public java.lang.Object getValue​(java.lang.Object context)
                                  throws org.springframework.binding.expression.EvaluationException
        Specified by:
        getValue in interface org.springframework.binding.expression.Expression
        Specified by:
        getValue in class org.springframework.binding.expression.support.AbstractGetValueExpression
        Throws:
        org.springframework.binding.expression.EvaluationException