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
ConstructorsConstructorDescriptionBasicSubflowExpression(String subflowId, org.springframework.webflow.definition.registry.FlowDefinitionRegistry flowDefinitionRegistry) -
Method Summary
Methods inherited from class org.springframework.binding.expression.support.AbstractGetValueExpression
getExpressionString, getValueType, setValue
-
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:
getValuein interfaceorg.springframework.binding.expression.Expression- Specified by:
getValuein classorg.springframework.binding.expression.support.AbstractGetValueExpression- Throws:
org.springframework.binding.expression.EvaluationException
-