gpt4 book ai didi

spring-webflow - Spring webflow - 如何在评估表达式中传递 session ?

转载 作者:行者123 更新时间:2023-12-01 07:05:17 29 4
gpt4 key购买 nike

我正在使用 spring webflow,但我需要在使用转换 ==> 评估表达式访问的方法中访问我的 HttpSession。 (所以在包含我的流程的 xml 文件中)
到目前为止,我还没有找到一种方法将它实际传递给我的方法。我已经查看了 flowrequestcontext 但到目前为止我还没有找到方法。

最佳答案

我认为您不需要在传递 RequestContext 后立即传递它。你可以试试这个:

public class MyAction extends MultiAction{      
public Event myMethod(RequestContext context){
HttpSession session = ((HttpServletRequest)context.getExternalContext().getNativeRequest()).getSession();
...
}
}

关于spring-webflow - Spring webflow - 如何在评估表达式中传递 session ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8913062/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com