KickJava   Java API By Example, From Geeks To Geeks.

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

javax.servlet.jsp.tagext
Class VariableInfo

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

public static final int AT_BEGIN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int AT_END
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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 int getScope()
See Also:
NESTED, AT_END, AT_BEGIN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public static final int NESTED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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

Popular Tags