Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何获取请求另一个JSF页面根据源页面进一步调用bean中的特定方法的页面名称,我不想使用<f:event type="preRenderView" listener="#{beanName.preRender}" />,因为指定页面具有根据源呈现的组件页
<f:event type="preRenderView" listener="#{beanName.preRender}" />
据我所知,这必须是手动编码的,最好的方法可能是在@WebFilter. 和request.getRequestURI();
@WebFilter
request.getRequestURI();
然后只需以合适的方式保存页面,例如ArrayDeque。
ArrayDeque
例如,ArrayDeque 可以保存在@SessionScopedbean 中。
@SessionScoped