com.rshtech.jspwiki
Class TagHandlerManager

java.lang.Object
  extended by com.rshtech.jspwiki.TagHandlerManager

public class TagHandlerManager
extends java.lang.Object

TODO Class summary sentence. Class documentation.

Version:
$Revision: 3175 $
Author:
$Author: kostya $

Constructor Summary
protected TagHandlerManager()
           
 
Method Summary
 TagHandler getHandler(java.lang.String tagName)
           
protected static TagHandlerManager getInstance()
          Retrieve the singleton instance.
static java.lang.String parseTag(HtmlRendererContext context, java.lang.String tagContentString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagHandlerManager

protected TagHandlerManager()
Method Detail

parseTag

public static java.lang.String parseTag(HtmlRendererContext context,
                                        java.lang.String tagContentString)
                                 throws com.ecyrd.jspwiki.WikiException
Throws:
com.ecyrd.jspwiki.WikiException

getHandler

public TagHandler getHandler(java.lang.String tagName)

getInstance

protected static TagHandlerManager getInstance()
Retrieve the singleton instance. This method calls the singleton initializer if the singleton is not initialized. The initializer is synchronized and thread safe.

Returns:
the singleton instance.