Package org.auraframework.adapter

Examples of org.auraframework.adapter.DefaultContentSecurityPolicy


            String defType = request.getParameter("aura.deftype");
            if ("APPLICATION".equals(defType) || "COMPONENT".equals(defType)) {
                inlineStyle = true// apps and components allow inlines.  Sigh.
            }
        }
        return new DefaultContentSecurityPolicy(inlineStyle);
    }
View Full Code Here

TOP

Related Classes of org.auraframework.adapter.DefaultContentSecurityPolicy

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.