Examples of destroyBeans()


Examples of org.omnifaces.cdi.BeanStorage.destroyBeans()

   */
  public void preDestroyView() {
    BeanStorage storage = activeViewScopes.remove(getBeanStorageId(false));

    if (storage != null) {
      storage.destroyBeans();
    }
  }

  /**
   * This method is invoked during session destroy, in that case destroy all beans in all active view scopes.
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.