|
||||||||||
| 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
public class TagImpl
Tag
| Field Summary |
|---|
| Fields inherited from class org.apache.jetspeed.rewriter.rules.impl.IdentifiedImpl |
|---|
id |
| Constructor Summary | |
|---|---|
TagImpl()
|
|
| Method Summary | |
|---|---|
java.util.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(java.util.Collection attributes)
Castor setter to set attributes for a Tag. |
void |
setId(java.lang.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. |
java.lang.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 |
| Constructor Detail |
|---|
public TagImpl()
| Method Detail |
|---|
public void setId(java.lang.String id)
Identified
setId in interface IdentifiedsetId in class IdentifiedImplid - the unique identifier of the rulepublic boolean getRemove()
Tag
getRemove in interface Tagpublic void setRemove(boolean b)
Tag
setRemove in interface Tagb - true if this tag should be removedpublic java.lang.String toString()
toString in class java.lang.Objectpublic void setAttributes(java.util.Collection attributes)
attributes - public java.util.Collection getAttributes()
getAttributes in interface Tagattributes -
public boolean getStrip()
Tag
getStrip in interface Tagpublic void setStrip(boolean b)
Tag
setStrip in interface Tagb -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||