Search in sources :

Example 1 with DfFreeGenManager

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);
}
Also used : DfFreeGenManager(org.dbflute.logic.manage.freegen.DfFreeGenManager) DfVelocityContextFactory(org.dbflute.friends.velocity.DfVelocityContextFactory)

Aggregations

DfVelocityContextFactory (org.dbflute.friends.velocity.DfVelocityContextFactory)1 DfFreeGenManager (org.dbflute.logic.manage.freegen.DfFreeGenManager)1