Class BasicSubflowExpression

java.lang.Object
org.springframework.binding.expression.support.AbstractGetValueExpression
org.apereo.cas.web.flow.configurer.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
  • Constructor Summary

    Constructors
    Constructor
    Description
    BasicSubflowExpression(String subflowId, org.springframework.webflow.definition.registry.FlowDefinitionRegistry flowDefinitionRegistry)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getValue(Object context)
     

    Methods inherited from class org.springframework.binding.expression.support.AbstractGetValueExpression

    getExpressionString, getValueType, setValue

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BasicSubflowExpression

      public BasicSubflowExpression(String subflowId, org.springframework.webflow.definition.registry.FlowDefinitionRegistry flowDefinitionRegistry)
  • Method Details

    • getValue

      public Object getValue(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