Guest User

Untitled

a guest
Jul 20th, 2012
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. How I can intercept an URL resource request in JSF without use a Filter?
  2. HttpSession session = ((HttpServletRequest) request).getSession();
  3. SessionBean sessionBean = session.getAttribute("sessionBean");
  4. // ...
  5.  
  6. @Inject
  7. private SessionBean sessionBean;
Advertisement
Add Comment
Please, Sign In to add comment