Package org.apache.sling.xss.impl
Class FallbackATag
- java.lang.Object
-
- org.apache.sling.xss.impl.xml.Tag
-
- org.apache.sling.xss.impl.FallbackATag
-
public class FallbackATag extends org.apache.sling.xss.impl.xml.Tag
-
-
Constructor Summary
Constructors Constructor Description FallbackATag(org.apache.sling.xss.impl.xml.Tag wrapped)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAction()org.apache.sling.xss.impl.xml.AttributegetAttributeByName(String name)List<org.apache.sling.xss.impl.xml.Attribute>getAttributeList()Map<String,org.apache.sling.xss.impl.xml.Attribute>getAttributeMap()StringgetName()booleanisAction(String action)Indicates if the action for this tag matches the supplied actionorg.apache.sling.xss.impl.xml.TagmutateAction(String action)
-
-
-
Method Detail
-
getAction
public String getAction()
- Overrides:
getActionin classorg.apache.sling.xss.impl.xml.Tag
-
isAction
public boolean isAction(String action)
Description copied from class:org.apache.sling.xss.impl.xml.TagIndicates if the action for this tag matches the supplied action- Overrides:
isActionin classorg.apache.sling.xss.impl.xml.Tag- Parameters:
action- The action to match against- Returns:
- True if it matches
-
mutateAction
public org.apache.sling.xss.impl.xml.Tag mutateAction(String action)
- Overrides:
mutateActionin classorg.apache.sling.xss.impl.xml.Tag
-
getAttributeList
public List<org.apache.sling.xss.impl.xml.Attribute> getAttributeList()
- Overrides:
getAttributeListin classorg.apache.sling.xss.impl.xml.Tag
-
getName
public String getName()
- Overrides:
getNamein classorg.apache.sling.xss.impl.xml.Tag
-
getAttributeMap
public Map<String,org.apache.sling.xss.impl.xml.Attribute> getAttributeMap()
- Overrides:
getAttributeMapin classorg.apache.sling.xss.impl.xml.Tag
-
getAttributeByName
public org.apache.sling.xss.impl.xml.Attribute getAttributeByName(String name)
- Overrides:
getAttributeByNamein classorg.apache.sling.xss.impl.xml.Tag
-
-