Package org.auraframework.impl.compound.controller

Examples of org.auraframework.impl.compound.controller.CompoundControllerDefFactory


                regBuild.add(createDefRegistry(new StyleDefFactory(markupSourceFactory),
                        Sets.newHashSet(DefType.STYLE, DefType.RESOURCE),
                        Sets.newHashSet(DefDescriptor.CSS_PREFIX, DefDescriptor.TEMPLATE_CSS_PREFIX)));
            }

            regBuild.add(AuraRegistryProviderImpl.<ControllerDef>createDefRegistry(new CompoundControllerDefFactory(),
                    DefType.CONTROLLER, DefDescriptor.COMPOUND_PREFIX));

            if (javaLoaders.size() > 0) {
                regBuild.add(AuraRegistryProviderImpl.<ControllerDef>createDefRegistry(
                        new JavaControllerDefFactory(javaLoaders), DefType.CONTROLLER, DefDescriptor.JAVA_PREFIX));
View Full Code Here

TOP

Related Classes of org.auraframework.impl.compound.controller.CompoundControllerDefFactory

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.