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

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

Uses of MutableAttributes in org.apache.jetspeed.rewriter
 

Methods in org.apache.jetspeed.rewriter with parameters of type MutableAttributes
 void WebContentRewriter.enterConvertTagEvent(String tagid, MutableAttributes attributes)
           
 void RulesetRewriterImpl.enterConvertTagEvent(String tagid, MutableAttributes attributes)
           
 void AbstractRewriter.enterConvertTagEvent(String tag, MutableAttributes attrs)
           
 void Rewriter.enterConvertTagEvent(String tag, MutableAttributes attrs)
          Rewriter event called back just before tag conversion (rewriter callbacks) begins by the ParserAdaptor.
 boolean AbstractRewriter.enterSimpleTagEvent(String tag, MutableAttributes attrs)
           
 boolean TicketParamRewriter.enterSimpleTagEvent(String tag, MutableAttributes attrs)
           
 boolean Rewriter.enterSimpleTagEvent(String tag, MutableAttributes attrs)
          Rewriter event called back on the leading edge of processing a simple tag by the ParserAdaptor.
 boolean AbstractRewriter.enterStartTagEvent(String tag, MutableAttributes attrs)
           
 boolean Rewriter.enterStartTagEvent(String tag, MutableAttributes attrs)
          Rewriter event called back on the leading edge of processing a start tag by the ParserAdaptor.
 String AbstractRewriter.exitSimpleTagEvent(String tag, MutableAttributes attrs)
           
 String Rewriter.exitSimpleTagEvent(String tag, MutableAttributes attrs)
          Rewriter event called back on the trailing edge of a simple tag by the ParserAdaptor.
 String AbstractRewriter.exitStartTagEvent(String tag, MutableAttributes attrs)
           
 String Rewriter.exitStartTagEvent(String tag, MutableAttributes attrs)
          Rewriter event called back on the trailing edge of a start tag by the ParserAdaptor.
 String WebContentRewriter.rewriteUrl(String url, String tag, String attribute, MutableAttributes otherAttributes)
          rewriteURL
 String RulesetRewriterImpl.rewriteUrl(String url, String tag, String attribute, MutableAttributes otherAttributes)
          rewriteURL
 

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

Classes in org.apache.jetspeed.rewriter.html that implement MutableAttributes
 class SwingAttributes
          SwingAttributes
 

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

Classes in org.apache.jetspeed.rewriter.html.neko that implement MutableAttributes
 class XMLAttributesWrapper
           XMLAttributesWrapper
 

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

Methods in org.apache.jetspeed.rewriter.xml with parameters of type MutableAttributes
private  void SaxParserAdaptor.SaxFormatHandler.appendTagToResult(String tag, MutableAttributes attrs)
           
private  void SaxParserAdaptor.SaxFormatHandler.convertURLS(String tag, MutableAttributes attrs)
           
 void SaxParserAdaptor.SaxFormatHandler.startElement(String uri, String localName, String qName, MutableAttributes attributes)
           
 



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