org.xwiki.rendering.wikimodel.xhtml.handler
Class CommentHandler

java.lang.Object
  extended by org.xwiki.rendering.wikimodel.xhtml.handler.CommentHandler

public class CommentHandler
extends Object

Handle Macro definitions in comments (we store macro definitions in a comment since it wouldn't be possible at all to reconstruct them from the result of their execution).

Since:
4.0M1
Version:
$Id: 8db4238259a3de662c8e43cd0bb60bde1cd8bb6f $

Constructor Summary
CommentHandler()
           
 
Method Summary
 void onComment(String content, XhtmlHandler.TagStack stack)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentHandler

public CommentHandler()
Method Detail

onComment

public void onComment(String content,
                      XhtmlHandler.TagStack stack)


Copyright © 2004-2012 XWiki. All Rights Reserved.