Nuxeo Enterprise Platform 5.4

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

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

public class GroovyTypeLoader
extends java.lang.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 java.lang.String CRLF
           
static Log log
           
static java.lang.String WEB_TYPES_FILE
           
 
Constructor Summary
GroovyTypeLoader(WebEngine engine, TypeRegistry typeReg, java.io.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 java.lang.String CRLF

WEB_TYPES_FILE

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

GroovyTypeLoader

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

flushCache

public void flushCache()

load

public void load()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.