|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Rule
Method Summary | |
boolean |
getPopup()
Flag indicating whether to rewrite links as popups. |
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(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(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 |
public boolean getUseBase()
public void setUseBase(boolean flag)
public String getSuffix()
public void setSuffix(String suffix)
public boolean getPopup()
public void setPopup(boolean flag)
public boolean shouldRewrite(String url)
url
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |