Class ImplicitFlowVariableELResolver
java.lang.Object
jakarta.el.ELResolver
org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver
public class ImplicitFlowVariableELResolver
extends jakarta.el.ELResolver
Resolves "implicit" or well-known flow variables; for example "flowScope" in an expression like #{flowScope.foo}. The
list of implicit flow variables consists of:
requestParameters requestScope flashScope viewScope flowScope conversationScope messageContext externalContext flowExecutionContext flowExecutionUrl currentUser currentEvent
- Author:
- Keith Donald, Jeremy Grelle
-
Field Summary
Fields inherited from class jakarta.el.ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>
getCommonPropertyType
(jakarta.el.ELContext context, Object base) getFeatureDescriptors
(jakarta.el.ELContext context, Object base) protected RequestContext
Class<?>
boolean
isReadOnly
(jakarta.el.ELContext context, Object base, Object property) void
Methods inherited from class jakarta.el.ELResolver
convertToType, invoke
-
Constructor Details
-
ImplicitFlowVariableELResolver
public ImplicitFlowVariableELResolver() -
ImplicitFlowVariableELResolver
-
-
Method Details
-
getCommonPropertyType
- Specified by:
getCommonPropertyType
in classjakarta.el.ELResolver
-
getFeatureDescriptors
- Overrides:
getFeatureDescriptors
in classjakarta.el.ELResolver
-
getType
- Specified by:
getType
in classjakarta.el.ELResolver
-
getValue
- Specified by:
getValue
in classjakarta.el.ELResolver
-
isReadOnly
- Specified by:
isReadOnly
in classjakarta.el.ELResolver
-
setValue
- Specified by:
setValue
in classjakarta.el.ELResolver
-
getRequestContext
-