org.hoglet.handlers.core
Class HogletHandler

java.lang.Object
  extended by org.hoglet.handlers.core.HogletHandler
All Implemented Interfaces:
JDOMInitable, TagHandler

public class HogletHandler
extends Object
implements TagHandler, JDOMInitable


Constructor Summary
HogletHandler()
           
 
Method Summary
 String convert(Tag tag, String content)
           
 void init(org.jdom.Element root)
           
 boolean isAutoExpandContent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HogletHandler

public HogletHandler()
Method Detail

isAutoExpandContent

public boolean isAutoExpandContent()
Specified by:
isAutoExpandContent in interface TagHandler

init

public void init(org.jdom.Element root)
          throws org.jdom.JDOMException,
                 HogletException
Specified by:
init in interface JDOMInitable
Throws:
org.jdom.JDOMException
HogletException

convert

public String convert(Tag tag,
                      String content)
               throws HogletException
Specified by:
convert in interface TagHandler
Throws:
HogletException


  Copyright © 2006 Gary Bentley. All Rights Reserved.