Examples of TagLibArtefactHandler


Examples of org.grails.core.artefact.TagLibArtefactHandler

    public void testIsTagLibClass() {
        GroovyClassLoader gcl = new GroovyClassLoader();

        Class<?> c = gcl.parseClass("class TestTagLib { }\n");

        ArtefactHandler handler = new TagLibArtefactHandler();
        assertTrue(handler.isArtefact(c));
    }
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.