【问题标题】:Which is the better way to access pageflowscope variable in ADF在 ADF 中访问 pageflowscope 变量的更好方法是什么
【发布时间】:2017-07-24 16:05:19
【问题描述】:

我们知道有多种方法可以访问页面流范围变量,但哪一种是正确的?

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

我也很想知道所有这些上下文之间的区别。

【问题讨论】:

    标签: oracle-adf facescontext requestcontext


    【解决方案1】:

    RequestContext.getPageFlowScope 和 AdfContext.getPageFlowScope 两种方法都返回相同的内容。你可以同时使用。

    【讨论】:

      猜你喜欢
      • 2014-08-21
      • 2019-06-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-01-09
      • 1970-01-01
      相关资源
      最近更新 更多