Package org.apache.jasper.compiler
Class TagFileProcessor.TagFileDirectiveVisitor.NameEntry
- java.lang.Object
-
- org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor.NameEntry
-
- Enclosing class:
- TagFileProcessor.TagFileDirectiveVisitor
static class TagFileProcessor.TagFileDirectiveVisitor.NameEntry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private javax.servlet.jsp.tagext.TagAttributeInfo
attr
private Node
node
private TagFileProcessor.TagFileDirectiveVisitor.Name
type
-
Constructor Summary
Constructors Constructor Description NameEntry(TagFileProcessor.TagFileDirectiveVisitor.Name type, Node node, javax.servlet.jsp.tagext.TagAttributeInfo attr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Node
getNode()
(package private) javax.servlet.jsp.tagext.TagAttributeInfo
getTagAttributeInfo()
(package private) TagFileProcessor.TagFileDirectiveVisitor.Name
getType()
-
-
-
Field Detail
-
type
private TagFileProcessor.TagFileDirectiveVisitor.Name type
-
node
private Node node
-
attr
private javax.servlet.jsp.tagext.TagAttributeInfo attr
-
-
Constructor Detail
-
NameEntry
NameEntry(TagFileProcessor.TagFileDirectiveVisitor.Name type, Node node, javax.servlet.jsp.tagext.TagAttributeInfo attr)
-
-
Method Detail
-
getType
TagFileProcessor.TagFileDirectiveVisitor.Name getType()
-
getNode
Node getNode()
-
getTagAttributeInfo
javax.servlet.jsp.tagext.TagAttributeInfo getTagAttributeInfo()
-
-