Skip to content

Commit

Permalink
Support @Inject of current flow like "@Inject Flow currentFlow"
Browse files Browse the repository at this point in the history
  • Loading branch information
BalusC committed Feb 17, 2024
1 parent 9f63136 commit 2a375a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/src/main/asciidoc/ExpressionLanguageFacility.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1030,6 +1030,7 @@ The following Implicit Objects for Facelets and Programmatic Access must be reso
|cookie |externalContext.getRequestCookieMap() |request
|component |UIComponent.getCurrentComponent(facesContext) |dependent
|flash |externalContext.getFlash() |request
|flow |facesContext.getApplication().getFlowHandler().getCurrentFlow() |flow
|flowScope |facesContext.getApplication().getFlowHandler().getCurrentFlowScope() |flow
|header |externalContext.getRequestHeaderMap() |request
|headerValues |externalContext.getRequestHeaderValuesMap() |request
Expand Down

0 comments on commit 2a375a5

Please sign in to comment.