|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Tag
Method Summary | |
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 |
public Collection getAttributes()
public boolean getRemove()
public void setRemove(boolean flag)
flag
- true if this tag should be removedpublic boolean getStrip()
public 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 |