Package com.salesforce.omakase.plugin.validator

Examples of com.salesforce.omakase.plugin.validator.StandardValidation


            // add default plugins

            if (!runtime) {
                // we only want extra validation on the initial pass. During subsequent runtime calls we will already
                // know the code is valid so no need to validate again.
                plugins.add(new StandardValidation());
                plugins.addAll(Aura.getStyleAdapter().getCompilationPlugins());
            }

            plugins.add(new UrlCacheBustingPlugin());
            plugins.add(new UnquotedIEFilterPlugin());
View Full Code Here

TOP

Related Classes of com.salesforce.omakase.plugin.validator.StandardValidation

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.