public class FallbackATag
extends org.apache.sling.xss.impl.xml.Tag
| Constructor and Description |
|---|
FallbackATag(org.apache.sling.xss.impl.xml.Tag wrapped) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
org.apache.sling.xss.impl.xml.Attribute |
getAttributeByName(String name) |
List<org.apache.sling.xss.impl.xml.Attribute> |
getAttributeList() |
Map<String,org.apache.sling.xss.impl.xml.Attribute> |
getAttributeMap() |
String |
getName() |
boolean |
isAction(String action)
Indicates if the action for this tag matches the supplied action
|
org.apache.sling.xss.impl.xml.Tag |
mutateAction(String action) |
public String getAction()
getAction in class org.apache.sling.xss.impl.xml.Tagpublic boolean isAction(String action)
org.apache.sling.xss.impl.xml.TagisAction in class org.apache.sling.xss.impl.xml.Tagaction - The action to match againstpublic org.apache.sling.xss.impl.xml.Tag mutateAction(String action)
mutateAction in class org.apache.sling.xss.impl.xml.Tagpublic List<org.apache.sling.xss.impl.xml.Attribute> getAttributeList()
getAttributeList in class org.apache.sling.xss.impl.xml.Tagpublic String getName()
getName in class org.apache.sling.xss.impl.xml.Tagpublic Map<String,org.apache.sling.xss.impl.xml.Attribute> getAttributeMap()
getAttributeMap in class org.apache.sling.xss.impl.xml.Tagpublic org.apache.sling.xss.impl.xml.Attribute getAttributeByName(String name)
getAttributeByName in class org.apache.sling.xss.impl.xml.TagCopyright © 2007–2023 The Apache Software Foundation. All rights reserved.