Uses of Interface
org.apache.jetspeed.rewriter.Rewriter

Packages that use Rewriter
org.apache.jetspeed.rewriter   
org.apache.jetspeed.rewriter.html   
org.apache.jetspeed.rewriter.html.neko   
org.apache.jetspeed.rewriter.xml   
 

Uses of Rewriter in org.apache.jetspeed.rewriter
 

Subinterfaces of Rewriter in org.apache.jetspeed.rewriter
 interface RulesetRewriter
          RulesetRewriter
 

Classes in org.apache.jetspeed.rewriter that implement Rewriter
 class AbstractRewriter
          AbstractRewriter
 class BasicRewriter
          BasicRewriter
 class RulesetRewriterImpl
          RuleBasedRewriter
 class TicketParamRewriter
          Parses looking for a Ticket Param, used in SSO portlets where ticket processing is required Often tickets are added as form parameters and checked on the authentication for better security
 class WebContentRewriter
          WebContentRewriter
 

Methods in org.apache.jetspeed.rewriter that return Rewriter
 Rewriter JetspeedRewriterController.createRewriter()
           
 Rewriter RewriterController.createRewriter()
          Creates a basic rewriter that does not support rulesets configurations.
 

Methods in org.apache.jetspeed.rewriter with parameters of type Rewriter
 void ParserAdaptor.parse(Rewriter rewriter, Reader reader)
          Parses a document from the reader, without actually rewriting URLs.
 void ParserAdaptor.rewrite(Rewriter rewriter, Reader reader, Writer writer)
          Parses and rewrites a document from the reader, rewriting URLs via the rewriter's events to the writer.
 

Uses of Rewriter in org.apache.jetspeed.rewriter.html
 

Fields in org.apache.jetspeed.rewriter.html declared as Rewriter
private  Rewriter SwingParserAdaptor.rewriter
           
 

Methods in org.apache.jetspeed.rewriter.html with parameters of type Rewriter
 void SwingParserAdaptor.parse(Rewriter rewriter, Reader reader)
           
 void SwingParserAdaptor.rewrite(Rewriter rewriter, Reader reader, Writer writer)
           
 

Uses of Rewriter in org.apache.jetspeed.rewriter.html.neko
 

Fields in org.apache.jetspeed.rewriter.html.neko declared as Rewriter
private  Rewriter CallbackElementRemover.rewriter
           
private  Rewriter URLRewriterFilter.rewriter
           
 

Methods in org.apache.jetspeed.rewriter.html.neko with parameters of type Rewriter
 void NeckoHTMLParserAdapter.parse(Rewriter rewriter, Reader reader)
           parse
 void NekoParserAdaptor.parse(Rewriter rewriter, Reader reader)
           parse
 void NeckoHTMLParserAdapter.rewrite(Rewriter rewriter, Reader reader, Writer writer)
           rewrite
 void NekoParserAdaptor.rewrite(Rewriter rewriter, Reader reader, Writer writer)
           rewrite
 

Constructors in org.apache.jetspeed.rewriter.html.neko with parameters of type Rewriter
CallbackElementRemover(Rewriter rewriter)
          Construct with reference to the rewriter context to consult for rewriting advice
URLRewriterFilter(Rewriter rewriter)
           
 

Uses of Rewriter in org.apache.jetspeed.rewriter.xml
 

Fields in org.apache.jetspeed.rewriter.xml declared as Rewriter
private  Rewriter SaxParserAdaptor.rewriter
           
 

Methods in org.apache.jetspeed.rewriter.xml with parameters of type Rewriter
 void SaxParserAdaptor.parse(Rewriter rewriter, Reader reader)
           
 void SaxParserAdaptor.rewrite(Rewriter rewriter, Reader reader, Writer writer)
           
 



Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.