| java.lang.Object org.apache.jetspeed.rewriter.AbstractRewriter org.apache.jetspeed.rewriter.BasicRewriter org.apache.jetspeed.rewriter.RulesetRewriterImpl
All known Subclasses: org.apache.jetspeed.rewriter.WebContentRewriter,
Field Summary | |
final protected static Log | log |
log | final protected static Log log(Code) | | |
rewriteUrl | public String rewriteUrl(String url, String tag, String attribute, MutableAttributes otherAttributes)(Code) | | rewriteURL
Parameters: url - Parameters: tag - Parameters: attribute - Parameters: otherAttributes - the modified url which is a portlet actionRewrites all urls HREFS with a portlet action |
shouldRemoveComments | public boolean shouldRemoveComments()(Code) | | |
shouldRemoveTag | public boolean shouldRemoveTag(String tagid)(Code) | | |
shouldStripTag | public boolean shouldStripTag(String tagid)(Code) | | |
Fields inherited from org.apache.jetspeed.rewriter.BasicRewriter | final protected static Log log(Code)(Java Doc)
|
Fields inherited from org.apache.jetspeed.rewriter.AbstractRewriter | final protected static Log log(Code)(Java Doc)
|
Methods inherited from org.apache.jetspeed.rewriter.AbstractRewriter | public void enterConvertTagEvent(String tag, MutableAttributes attrs)(Code)(Java Doc) public boolean enterEndTagEvent(String tag)(Code)(Java Doc) public boolean enterSimpleTagEvent(String tag, MutableAttributes attrs)(Code)(Java Doc) public boolean enterStartTagEvent(String tag, MutableAttributes attrs)(Code)(Java Doc) public boolean enterText(char[] values, int param)(Code)(Java Doc) public String exitEndTagEvent(String tag)(Code)(Java Doc) public String exitSimpleTagEvent(String tag, MutableAttributes attrs)(Code)(Java Doc) public String exitStartTagEvent(String tag, MutableAttributes attrs)(Code)(Java Doc) public String getBaseRelativeUrl(String relativeUrl)(Code)(Java Doc) public String getBaseUrl()(Code)(Java Doc) public boolean getUseProxy()(Code)(Java Doc) public void parse(ParserAdaptor adaptor, Reader reader) throws RewriterException(Code)(Java Doc) public void rewrite(ParserAdaptor adaptor, Reader reader, Writer writer) throws RewriterException(Code)(Java Doc) abstract public String rewriteUrl(String url, String tag, String attribute)(Code)(Java Doc) public void setBaseUrl(String base)(Code)(Java Doc) public void setUseProxy(boolean useProxy)(Code)(Java Doc)
|
|
|