KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > servlet > jsp > tagext > TagVariableInfo

javax.servlet.jsp.tagext
Class TagVariableInfo

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagVariableInfo
See Also:
Top Examples, Source Code

public String getClassName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean getDeclare()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getNameFromAttribute()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getNameGiven()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getScope()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TagVariableInfo(String nameGiven,
                       String nameFromAttribute,
                       String className,
                       boolean declare,
                       int scope)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags