Package org.zkoss.cdi.weld.context

Examples of org.zkoss.cdi.weld.context.DesktopContext


   * @param event
   * @param manager
   */
  public void afterBeanDiscovery(@Observes AfterBeanDiscovery event, BeanManager manager) {
    //register ZK contexts
    event.addContext(new DesktopContext());
    event.addContext(new PageContext());
    event.addContext(new IdSpaceContext());
    event.addContext(new ComponentContext());
    event.addContext(new ExecutionContext());
    log.info("ZK Weld Extension "+Version.UID);
View Full Code Here

TOP

Related Classes of org.zkoss.cdi.weld.context.DesktopContext

Copyright © 2018 www.massapicom. 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.