| java.lang.Object org.apache.jetspeed.rewriter.AbstractRewriter org.apache.jetspeed.rewriter.BasicRewriter org.apache.jetspeed.rewriter.RulesetRewriterImpl org.apache.jetspeed.rewriter.WebContentRewriter
ACTION_PARAMETER_METHOD | final public static String ACTION_PARAMETER_METHOD(Code) | | |
ACTION_PARAMETER_URL | final public static String ACTION_PARAMETER_URL(Code) | | parameters that need to be propagated in the action URL (since HTTP request parameters will not be available)
|
getActionURL | public PortletURL getActionURL()(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 |
setActionURL | public void setActionURL(PortletURL action)(Code) | | Setters/getters for members
|
Fields inherited from org.apache.jetspeed.rewriter.RulesetRewriterImpl | final protected static Log log(Code)(Java Doc)
|
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)
|
|
|