Package | Description |
---|---|
org.apache.jasper.compiler |
Modifier and Type | Field and Description |
---|---|
private TagFileProcessor.TagFileDirectiveVisitor.Name |
TagFileProcessor.TagFileDirectiveVisitor.NameEntry.type |
Modifier and Type | Method and Description |
---|---|
(package private) TagFileProcessor.TagFileDirectiveVisitor.Name |
TagFileProcessor.TagFileDirectiveVisitor.NameEntry.getType() |
static TagFileProcessor.TagFileDirectiveVisitor.Name |
TagFileProcessor.TagFileDirectiveVisitor.Name.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TagFileProcessor.TagFileDirectiveVisitor.Name[] |
TagFileProcessor.TagFileDirectiveVisitor.Name.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
TagFileProcessor.TagFileDirectiveVisitor.checkUniqueName(java.lang.String name,
TagFileProcessor.TagFileDirectiveVisitor.Name type,
Node n)
Reports a translation error if names specified in attributes of
directives are not unique in this translation unit.
|
private void |
TagFileProcessor.TagFileDirectiveVisitor.checkUniqueName(java.lang.String name,
TagFileProcessor.TagFileDirectiveVisitor.Name type,
Node n,
javax.servlet.jsp.tagext.TagAttributeInfo attr) |
Constructor and Description |
---|
NameEntry(TagFileProcessor.TagFileDirectiveVisitor.Name type,
Node node,
javax.servlet.jsp.tagext.TagAttributeInfo attr) |