Package org.auraframework.impl.css.style

Examples of org.auraframework.impl.css.style.StyleDefFactory


                        DefType.MODEL));
                regBuild.add(AuraRegistryProviderImpl.<ResourceDef> createJavascriptRegistry(markupSourceFactory,
                        DefType.RESOURCE));
                regBuild.add(AuraRegistryProviderImpl.<IncludeDef> createJavascriptRegistry(markupSourceFactory,
                        DefType.INCLUDE));
                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(),
View Full Code Here

TOP

Related Classes of org.auraframework.impl.css.style.StyleDefFactory

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.