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.
我将 RichFaces 3.3.3 与 JSF 1.2 一起使用,我想了解 rich:isUserInRole 背后的行为。什么叫?何时何地在服务器端触发它?
供参考:http ://docs.jboss.org/richfaces/latest_4_2_X/Component_Reference/en-US/html/chap-Component_Reference-Functions.html#sect-Component_Reference-Functions-richisUserInRole
它返回或应该返回结果HttpServletRequest.isUserInRole().
HttpServletRequest.isUserInRole().