Package | Description |
---|---|
lucee.transformer.bytecode.statement.tag | |
lucee.transformer.library.tag |
Modifier and Type | Method and Description |
---|---|
TagLibTagAttr[] |
Tag.getMissingAttributes() |
TagLibTagAttr[] |
TagBase.getMissingAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
Tag.addMissingAttribute(TagLibTagAttr attr) |
void |
TagBase.addMissingAttribute(TagLibTagAttr attr) |
Modifier and Type | Method and Description |
---|---|
TagLibTagAttr |
TagLibTagAttr.duplicate(TagLibTag tag) |
TagLibTagAttr |
TagLibTag.getAttribute(String name)
Gibt ein bestimmtes Attribut anhand seines Namens zurueck,
falls dieses Attribut nicht existiert wird null zurueckgegeben.
|
TagLibTagAttr |
TagLibTag.getAttribute(String name,
boolean checkAlias) |
TagLibTagAttr |
TagLibTag.getAttributeByAlias(String alias) |
TagLibTagAttr |
TagLibTag.getDefaultAttribute() |
TagLibTagAttr |
TagLibTag.getFirstAttribute()
Gibt das erste Attribut, welches innerhalb des Tag definiert wurde, zurueck.
|
TagLibTagAttr |
TagLibTag.getLastAttribute()
Gibt das letzte Attribut, welches innerhalb des Tag definiert wurde, zurueck.
|
TagLibTagAttr |
TagLibTagScript.getSingleAttr() |
TagLibTagAttr |
TagLibTag.getSingleAttr() |
Modifier and Type | Method and Description |
---|---|
Map<String,TagLibTagAttr> |
TagLibTag.getAttributes()
Gibt alle Attribute (TagLibTagAttr) eines Tag als HashMap zurueck.
|
Modifier and Type | Method and Description |
---|---|
void |
TagLibTag.setAttribute(TagLibTagAttr attribute)
Setzt ein einzelnes Attribut (TagLibTagAttr) eines Tag.
|
void |
TagLibTag.setDefaultAttribute(TagLibTagAttr defaultAttribute) |
Copyright © 2015 Lucee