com.rshtech.jspwiki
Class TagHandlerManager
java.lang.Object
com.rshtech.jspwiki.TagHandlerManager
public class TagHandlerManager
- extends java.lang.Object
TODO Class summary sentence. Class documentation.
- Version:
- $Revision: 3175 $
- Author:
- $Author: kostya $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TagHandlerManager
protected TagHandlerManager()
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.