public interface Tag extends Identified
| Modifier and Type | Method and Description |
|---|---|
Collection |
getAttributes()
Get a collection of attributes for the given Tag.
|
boolean |
getRemove()
Represents whether this tag is to be removed during rewrite phase.
|
boolean |
getStrip()
Represents whether this tag is to be removed during rewrite phase.
|
void |
setRemove(boolean flag)
Represents whether this tag is to be removed during rewrite phase.
|
void |
setStrip(boolean flag)
Represents whether this tag is to be removed during rewrite phase.
|
getId, setIdCollection getAttributes()
boolean getRemove()
void setRemove(boolean flag)
flag - true if this tag should be removedboolean getStrip()
void setStrip(boolean flag)
flag - true if this tag should be stripped.Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.