Modifier and Type | Method and Description |
---|---|
Attribute |
Tag.getAttribute(String name)
returns a specified attribute from the tag
|
Attribute |
TagBase.getAttribute(String name) |
Attribute |
Tag.removeAttribute(String name)
returns a specified attribute from the tag
|
Attribute |
TagBase.removeAttribute(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,Attribute> |
Tag.getAttributes()
return all Attributes as a map
|
Map<String,Attribute> |
TagBase.getAttributes() |
Map<String,Attribute> |
Tag.getMetaData() |
Map<String,Attribute> |
TagBase.getMetaData() |
Modifier and Type | Method and Description |
---|---|
void |
Tag.addAttribute(Attribute attribute)
adds a attribute to the tag
|
void |
TagBase.addAttribute(Attribute attribute) |
void |
Tag.addMetaData(Attribute metadata) |
void |
TagBase.addMetaData(Attribute metadata) |
Modifier and Type | Method and Description |
---|---|
void |
Function.addAttribute(Attribute attr) |
Modifier and Type | Method and Description |
---|---|
void |
Function.setMetaData(Map<String,Attribute> metadata) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ASMUtil.isLiteralAttribute(Tag tag,
Attribute attr,
short type,
boolean required,
boolean throwWhenNot) |
static Boolean |
ASMUtil.toBoolean(Attribute attr,
int line,
Boolean defaultValue) |
static Boolean |
ASMUtil.toBoolean(Attribute attr,
Position start) |
Modifier and Type | Method and Description |
---|---|
Attribute |
DocComment.getHintAsAttribute() |
Modifier and Type | Method and Description |
---|---|
Map<String,Attribute> |
DocComment.getParams() |
Modifier and Type | Method and Description |
---|---|
void |
DocComment.addParam(Attribute attribute) |
Modifier and Type | Method and Description |
---|---|
String |
TagLibTag.getSetter(Attribute attr,
org.objectweb.asm.Type type) |
Copyright © 2015 Lucee