Package com.google.caja.plugin.stages

Examples of com.google.caja.plugin.stages.ResolveUriStage


          }
        }.given(HTML).produces(HTML_XMLNS),

        new Tool() {
          public void operate(PlanInputs in, List<Pipeline.Stage<Jobs>> out) {
            out.add(new ResolveUriStage(in.htmlSchema));
            PluginMeta meta = in.moduleManager.getPluginMeta();
            out.add(new PrecajoleRewriteStage(
                meta.getPrecajoleMap(), meta.getPrecajoleMinify()));
            out.add(new RewriteHtmlStage(in.htmlSchema, in.cache));
            out.add(new RewriteFlashStage());
View Full Code Here

TOP

Related Classes of com.google.caja.plugin.stages.ResolveUriStage

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.