Class SubflowExpression
java.lang.Object
net.shibboleth.idp.profile.spring.factory.SubflowExpression
- All Implemented Interfaces:
Expression
class SubflowExpression extends Object implements Expression
This code is copied verbatim from org.springframework.webflow.engine.builder.model.SubflowExpression
-
Field Summary
Fields Modifier and Type Field Description private FlowDefinitionLocator
flowDefinitionLocator
private Expression
subflowId
-
Constructor Summary
Constructors Constructor Description SubflowExpression(Expression subflowId, FlowDefinitionLocator flowDefinitionLocator)
-
Method Summary
-
Field Details
-
subflowId
-
flowDefinitionLocator
-
-
Constructor Details
-
SubflowExpression
-
-
Method Details
-
getValue
- Specified by:
getValue
in interfaceExpression
- Throws:
EvaluationException
-
setValue
- Specified by:
setValue
in interfaceExpression
- Throws:
EvaluationException
-
getValueType
- Specified by:
getValueType
in interfaceExpression
-
getExpressionString
- Specified by:
getExpressionString
in interfaceExpression
-