public interface ProjectSpi
Project
helpers.
The implementations are loaded by the java's ServiceLoader
.Modifier and Type | Method and Description |
---|---|
void |
init(Project project)
Invoked by Celerio, when the ProjectSpi implementation is binded on an entity instance.
|
String |
velocityVar()
The var name under which this ProjectSpi is available during template evaluation.
|
void init(Project project)
String velocityVar()
velocityVar()
methods returns myextension
,
the corresponding ProjectSpi implementation instance is given by $project.myextension
.Copyright © 2005-2013 JAXIO S.A.R.L. - All Rights Reserved.