Examples of IdSpaceContext


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

   */
  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
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.