Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- How I can intercept an URL resource request in JSF without use a Filter?
- HttpSession session = ((HttpServletRequest) request).getSession();
- SessionBean sessionBean = session.getAttribute("sessionBean");
- // ...
- @Inject
- private SessionBean sessionBean;
Advertisement
Add Comment
Please, Sign In to add comment