Guest User

Untitled

a guest
Jun 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. @ManagedBean
  2. @ApplicationScoped
  3. public class ImgBean{
  4. @EJB
  5. private EJUser ejuser;
  6.  
  7. @PostConstuct
  8. private void init(){
  9. // init some lists and objects from DB
  10. }
  11.  
  12. public StreamedContent getChart(){
  13. //build and return
  14. }
  15. }
  16.  
  17. <p:graphicImage id="chart" value="#{imgBean.chart}" >
  18. </p:graphicImage>
Add Comment
Please, Sign In to add comment