public class CustomAttribute extends AbstractAttributeSpi
Constructor and Description |
---|
CustomAttribute() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getAnnotations()
Return the custom annotations declared in the configuration.
|
String |
velocityVar()
The var name under which this AttributeSpi is available during template evaluation.
|
addImport, init
public String velocityVar()
AttributeSpi
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.