org.apache.beehive.netui.util.config.bean
Class JspTagConfig

Object
  extended by JspTagConfig

public class JspTagConfig
extends Object


Constructor Summary
JspTagConfig()
           
JspTagConfig(DocType docType, IdJavascript idJavascript, String treeImageLocation)
           
 
Method Summary
 DocType getDocType()
           
 IdJavascript getIdJavascript()
           
 String getTreeImageLocation()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspTagConfig

public JspTagConfig()

JspTagConfig

public JspTagConfig(DocType docType,
                    IdJavascript idJavascript,
                    String treeImageLocation)
Method Detail

getDocType

public DocType getDocType()

getIdJavascript

public IdJavascript getIdJavascript()

getTreeImageLocation

public String getTreeImageLocation()