Package org.grails.web.pages

Examples of org.grails.web.pages.GroovyPageMetaInfo


    public GroovyPageCompiledScriptSource(String uri, String fullPath, Class<?> compiledClass) {
        this.uri = uri;
        this.isPublic = GroovyPageResourceScriptSource.isPublicPath(fullPath);
        this.compiledClass = compiledClass;
        this.groovyPageMetaInfo = new GroovyPageMetaInfo(compiledClass);
    }
View Full Code Here

TOP

Related Classes of org.grails.web.pages.GroovyPageMetaInfo

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.