|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.rewriter.rules.impl.IdentifiedImpl
org.apache.jetspeed.rewriter.rules.impl.TagImpl
Tag
Field Summary | |
private Collection |
attributes
|
private boolean |
remove
|
private boolean |
strip
|
Fields inherited from class org.apache.jetspeed.rewriter.rules.impl.IdentifiedImpl |
id |
Constructor Summary | |
TagImpl()
|
Method Summary | |
Collection |
getAttributes()
Castor getter to get attributes for a 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 |
setAttributes(Collection attributes)
Castor setter to set attributes for a Tag. |
void |
setId(String id)
Set the unique identification string for this rule. |
void |
setRemove(boolean b)
Represents whether this tag is to be removed during rewrite phase. |
void |
setStrip(boolean b)
Represents whether this tag is to be removed during rewrite phase. |
String |
toString()
|
Methods inherited from class org.apache.jetspeed.rewriter.rules.impl.IdentifiedImpl |
getId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.jetspeed.rewriter.rules.Identified |
getId |
Field Detail |
private boolean remove
private boolean strip
private Collection attributes
Constructor Detail |
public TagImpl()
Method Detail |
public void setId(String id)
Identified
setId
in interface Identified
setId
in class IdentifiedImpl
public boolean getRemove()
Tag
getRemove
in interface Tag
public void setRemove(boolean b)
Tag
setRemove
in interface Tag
b
- true if this tag should be removedpublic String toString()
public void setAttributes(Collection attributes)
attributes
- public Collection getAttributes()
getAttributes
in interface Tag
public boolean getStrip()
Tag
getStrip
in interface Tag
public void setStrip(boolean b)
Tag
setStrip
in interface Tag
b
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |