Java javax.servlet.jsp.tagext VariableInfo fields, constructors, methods, implement or subclass

Example usage for Java javax.servlet.jsp.tagext VariableInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.servlet.jsp.tagext VariableInfo.

The text is from its open source code.

Field

intNESTED
Scope information that scripting variable is visible only within the start/end tags.
intAT_BEGIN
Scope information that scripting variable is visible after start tag.
intAT_END
Scope information that scripting variable is visible after end tag.

Constructor

VariableInfo(String varName, String className, boolean declare, int scope)
Constructor These objects can be created (at translation time) by the TagExtraInfo instances.

Method

intgetScope()
Returns the lexical scope of the variable.
StringgetVarName()
Returns the name of the scripting variable.