Examples of MainBean


Examples of ch.bfh.jass.controller.MainBean

  FacesContext context = FacesContext.getCurrentInstance();
  Locale locale = new Locale(language);
  context.getViewRoot().setLocale(locale);
  System.out.println("Changed to locale 2: "+locale);
  HttpSession session = (HttpSession) FacesContext.getCurrentInstance().getExternalContext().getSession(true)
  MainBean lb = (MainBean)(session.getAttribute("mainBean"));
  lb.setLocale(language);
  System.out.println("-------------------------");
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.