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.AbstractGetValueExpressionCreates a custom subflow expression.- Since:
- 4.2
-
-
Constructor Summary
Constructors Constructor Description BasicSubflowExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetValue(java.lang.Object context)
-
-
-
Method Detail
-
getValue
public java.lang.Object getValue(java.lang.Object context) throws org.springframework.binding.expression.EvaluationException- Specified by:
getValuein interfaceorg.springframework.binding.expression.Expression- Specified by:
getValuein classorg.springframework.binding.expression.support.AbstractGetValueExpression- Throws:
org.springframework.binding.expression.EvaluationException
-
-