|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Ruleset
Method Summary | |
boolean |
getRemoveComments()
Get the remove comments flag for removing comments from the markup source. |
Rule |
getRule(String ruleId)
Given a rule identifier, lookup and return a rule object. |
Collection |
getRules()
Get a collection of rules for this rule set. |
Tag |
getTag(String tagId)
Given a tag identifier, lookup and return a tag object. |
Collection |
getTags()
Get a collection of markup tags for this rule set. |
void |
setRemoveComments(boolean flag)
Set the remove comments flag for removing comments from the markup source. |
void |
sync()
Synchronize the Ruleset |
Methods inherited from interface org.apache.jetspeed.rewriter.rules.Identified |
getId, setId |
Method Detail |
public boolean getRemoveComments()
public void setRemoveComments(boolean flag)
flag
- True if comments should be removed.public Tag getTag(String tagId)
tagId
- the unique tag identifier
public Rule getRule(String ruleId)
ruleId
- the unique rule identifier
public Collection getRules()
public Collection getTags()
public void sync()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |