|
||||||||||
| 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.RuleImpl
public class RuleImpl
Rule
| Field Summary |
|---|
| Fields inherited from class org.apache.jetspeed.rewriter.rules.impl.IdentifiedImpl |
|---|
id |
| Constructor Summary | |
|---|---|
RuleImpl()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getIgnorePrefixes()
|
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 |
setIgnorePrefixes(java.lang.String prefixes)
|
void |
setPopup(boolean b)
Flag indicating whether to rewrite links as popups. |
void |
setSuffix(java.lang.String string)
Suffix string to append to the rewritten URL. |
void |
setUseBase(boolean b)
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. |
java.lang.String |
toString()
|
| Methods inherited from class org.apache.jetspeed.rewriter.rules.impl.IdentifiedImpl |
|---|
getId, setId |
| 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, setId |
| Constructor Detail |
|---|
public RuleImpl()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean getPopup()
Rule
getPopup in interface Rulepublic java.lang.String getSuffix()
Rule
getSuffix in interface Rulepublic boolean getUseBase()
Rule
getUseBase in interface Rulepublic void setPopup(boolean b)
Rule
setPopup in interface Rulepublic void setSuffix(java.lang.String string)
Rule
setSuffix in interface Rulepublic void setUseBase(boolean b)
Rule
setUseBase in interface Rulepublic void setIgnorePrefixes(java.lang.String prefixes)
public java.lang.String getIgnorePrefixes()
public boolean shouldRewrite(java.lang.String url)
Rule
shouldRewrite in interface Rule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||