Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.model.impl
Class GroovyTypeLoader

java.lang.Object
  extended by org.nuxeo.ecm.webengine.model.impl.GroovyTypeLoader

public class GroovyTypeLoader
extends Object

Load web types extracted from Groovy source files. Types are cached in META-INF/groovy-web-types. When types are reloaded this file will be removed.

Author:
Bogdan Stefanescu

Field Summary
static String CRLF
           
static Log log
           
static String WEB_TYPES_FILE
           
 
Constructor Summary
GroovyTypeLoader(WebEngine engine, TypeRegistry typeReg, File root)
           
 
Method Summary
 void flushCache()
           
 void load()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static final Log log

CRLF

public static final String CRLF

WEB_TYPES_FILE

public static final String WEB_TYPES_FILE
See Also:
Constant Field Values
Constructor Detail

GroovyTypeLoader

public GroovyTypeLoader(WebEngine engine,
                        TypeRegistry typeReg,
                        File root)
Method Detail

flushCache

public void flushCache()

load

public void load()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.