use of org.dbflute.logic.manage.freegen.DfFreeGenManager in project dbflute-core by dbflute.
the class DfFreeGenTask method createVelocityContext.
protected VelocityContext createVelocityContext() {
final DfVelocityContextFactory factory = createVelocityContextFactory();
final DfFreeGenManager manager = DfFreeGenInitializer.getManager();
return factory.createAsFreeGen(manager, _freeGenRequestList);
}
Aggregations