Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

public class DefaultTypeLoader
extends Object

A type loader which is loading types from META-INF/web-types file. This loader is also checking the web module nature. If the project has for example a Groovy nature it will call at end the GroovyTypeLoader

Author:
Bogdan Stefanescu

Field Summary
static Log log
           
static String WEB_TYPES_FILE
           
 
Constructor Summary
DefaultTypeLoader(ModuleImpl module, TypeRegistry typeReg, File root)
           
 
Method Summary
 void flushCache()
           
 ModuleImpl getModule()
           
 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

WEB_TYPES_FILE

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

DefaultTypeLoader

public DefaultTypeLoader(ModuleImpl module,
                         TypeRegistry typeReg,
                         File root)
Method Detail

getModule

public ModuleImpl getModule()

load

public void load()

flushCache

public void flushCache()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.