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