Examples of appendThemeDescriptor()


Examples of org.auraframework.system.AuraContext.appendThemeDescriptor()

            List<String> themes = (List<String>) configMap.get("themes");
            if (themes != null) {
                try {
                    DefinitionService ds = Aura.getDefinitionService();
                    for (String theme : themes) {
                        context.appendThemeDescriptor(ds.getDefDescriptor(theme, ThemeDef.class));
                    }
                } catch (QuickFixException e) {
                    throw new AuraRuntimeException(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.