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