Package org.apache.jasper.compiler
Class TagFileProcessor.TagFileDirectiveVisitor.NameEntry
java.lang.Object
org.apache.jasper.compiler.TagFileProcessor.TagFileDirectiveVisitor.NameEntry
- Enclosing class:
TagFileProcessor.TagFileDirectiveVisitor
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNameEntry
(TagFileProcessor.TagFileDirectiveVisitor.Name type, Node node, javax.servlet.jsp.tagext.TagAttributeInfo attr) -
Method Summary
Modifier and TypeMethodDescription(package private) Node
getNode()
(package private) javax.servlet.jsp.tagext.TagAttributeInfo
(package private) TagFileProcessor.TagFileDirectiveVisitor.Name
getType()
-
Field Details
-
type
-
node
-
attr
private javax.servlet.jsp.tagext.TagAttributeInfo attr
-
-
Constructor Details
-
NameEntry
NameEntry(TagFileProcessor.TagFileDirectiveVisitor.Name type, Node node, javax.servlet.jsp.tagext.TagAttributeInfo attr)
-
-
Method Details
-
getType
-
getNode
Node getNode() -
getTagAttributeInfo
javax.servlet.jsp.tagext.TagAttributeInfo getTagAttributeInfo()
-