|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Tag
Tag
| Method Summary | |
|---|---|
java.util.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. |
| Methods inherited from interface org.apache.jetspeed.rewriter.rules.Identified |
|---|
getId, setId |
| Method Detail |
|---|
java.util.Collection 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||