Package org.auraframework.impl.root.intf

Examples of org.auraframework.impl.root.intf.InterfaceDefImpl


                            if (!ret) {
                                return false;
                            }
                        }
                    } else if (dep.getDefType() == DefType.INTERFACE) {
                        InterfaceDefImpl depDef = (InterfaceDefImpl) dep.getDef();
                        ret = ret && depDef.isInConcreteAndHasLocalProvider();
                    } else if (dep.getDefType() == DefType.LAYOUTS) {
                        return false;
                    }
                }
            }
View Full Code Here

TOP

Related Classes of org.auraframework.impl.root.intf.InterfaceDefImpl

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.