|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagVariableInfo
public class TagVariableInfo
Variable information for a tag in a Tag Library; This class is instantiated from the Tag Library Descriptor file (TLD) and is available only at translation time. This object should be immutable. This information is only available in JSP 1.2 format TLDs or above.
| 构造方法摘要 | |
|---|---|
TagVariableInfo(String nameGiven,
String nameFromAttribute,
String className,
boolean declare,
int scope)
Constructor for TagVariableInfo. |
|
| 方法摘要 | |
|---|---|
String |
getClassName()
The body of the <variable-class> element. |
boolean |
getDeclare()
The body of the <declare> element. |
String |
getNameFromAttribute()
The body of the <name-from-attribute> element. |
String |
getNameGiven()
The body of the <name-given> element. |
int |
getScope()
The body of the <scope> element. |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public TagVariableInfo(String nameGiven,
String nameFromAttribute,
String className,
boolean declare,
int scope)
nameGiven - value of <name-given>nameFromAttribute - value of <name-from-attribute>className - value of <variable-class>declare - value of <declare>scope - value of <scope>| 方法详细信息 |
|---|
public String getNameGiven()
public String getNameFromAttribute()
public String getClassName()
public boolean getDeclare()
public int getScope()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||