|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Rule
Rule
| Method Summary | |
|---|---|
boolean |
getPopup()
Flag indicating whether to rewrite links as popups. |
java.lang.String |
getSuffix()
Suffix string to append to the rewritten URL. |
boolean |
getUseBase()
Flag indicating whether to use the Base URL for this rewriter. |
void |
setPopup(boolean flag)
Flag indicating whether to rewrite links as popups. |
void |
setSuffix(java.lang.String suffix)
Suffix string to append to the rewritten URL. |
void |
setUseBase(boolean flag)
Flag indicating whether to use the Base URL for this rewriter. |
boolean |
shouldRewrite(java.lang.String url)
Checks to see if a URL should be rewritten or not. |
| Methods inherited from interface org.apache.jetspeed.rewriter.rules.Identified |
|---|
getId, setId |
| Method Detail |
|---|
boolean getUseBase()
void setUseBase(boolean flag)
true - if this rule uses the Base URLjava.lang.String getSuffix()
void setSuffix(java.lang.String suffix)
the - value of the suffix string.boolean getPopup()
void setPopup(boolean flag)
true - if this rule rewrites links as popupsboolean shouldRewrite(java.lang.String url)
url -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||