0

As we know there are multiple ways to access the page flow scope variable but which one is the right one?

ex RequestContext.getCurrentInstance().getPageFlowScope();
AdfContext.getCurrent.getPageFlowScope();
FacesContext?

I am also curios to know what the differences are between all these Contexts.

divibisan
  • 11,659
  • 11
  • 40
  • 58
gavityBox
  • 1
  • 2

1 Answers1

0

Both methods RequestContext.getPageFlowScope and AdfContext.getPageFlowScope return the same thing. You can use both.

Florin Marcus
  • 1,657
  • 1
  • 12
  • 11