public class SpringMVCAttribute extends Object implements AttributeSpi
| Constructor and Description |
|---|
SpringMVCAttribute() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCssClass() |
String |
getExtraAttributes() |
String |
getParamList() |
String |
getTagName() |
String |
getVarPath() |
boolean |
hasCssClass() |
void |
init(Attribute attribute)
Invoked by Celerio, when this AttributeSpi is binded on an attribute instance.
|
boolean |
isCheckbox() |
boolean |
isFile() |
boolean |
isHidden() |
boolean |
isPassword() |
boolean |
isSelect() |
boolean |
isTextArea() |
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 getTagName()
public boolean isFile()
public boolean isTextArea()
public boolean isPassword()
public boolean isCheckbox()
public boolean isSelect()
public boolean isHidden()
public String getParamList()
public String getVarPath()
public String getExtraAttributes()
public boolean hasCssClass()
public String getCssClass()
Copyright © 2005-2013 JAXIO S.A.R.L. - All Rights Reserved.