public class JsfAttribute extends Object implements AttributeSpi
| Constructor and Description |
|---|
JsfAttribute() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCalendarPattern() |
String |
getFormAttributes() |
String |
getJodaConverter() |
String |
getPaddingConverter() |
String |
getSearchAttributes() |
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.
|
public void init(Attribute attribute)
AttributeSpiinit in interface AttributeSpipublic String velocityVar()
AttributeSpivelocityVar() methods returns myextension,
the corresponding AttributeSpi implementation instance is given by $attribute.myextension.velocityVar in interface AttributeSpipublic String getFormAttributes()
public String getSearchAttributes()
public String getJodaConverter()
public String getPaddingConverter()
public String getCalendarPattern()
Copyright © 2005-2013 JAXIO S.A.R.L. - All Rights Reserved.