Examples of callComponentMethod()


Examples of org.jboss.seam.Component.callComponentMethod()

                }
                try
                {
                    if (component.hasDestroyMethod())
                    {
                        component.callComponentMethod(bean, component.getDestroyMethod());
                    }
                }
                catch (Exception e)
                {
                    log.warn("Could not destroy component: " + component.getName(), e);
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.