org.enhydra.barracuda.contrib.sam.data
Class DataObjectViewHandler

java.lang.Object
  extended byorg.enhydra.barracuda.core.event.DefaultBaseEventListener
      extended byorg.enhydra.barracuda.core.event.helper.DefaultViewHandler
          extended byorg.enhydra.barracuda.contrib.sam.xmlform.ModifyDomViewHandler
              extended byorg.enhydra.barracuda.contrib.sam.xmlform.XmlFormViewHandler
                  extended byorg.enhydra.barracuda.contrib.sam.data.DataObjectViewHandler
All Implemented Interfaces:
BaseEventListener, EventListener, GetConfig

public abstract class DataObjectViewHandler
extends XmlFormViewHandler
implements GetConfig


Field Summary
protected  Config config
           
protected static org.apache.log4j.Logger logger
           
 
Fields inherited from class org.enhydra.barracuda.contrib.sam.xmlform.ModifyDomViewHandler
templateComp
 
Fields inherited from class org.enhydra.barracuda.core.event.helper.DefaultViewHandler
localLogger, recycleChildren, vc
 
Fields inherited from class org.enhydra.barracuda.core.event.DefaultBaseEventListener
idStr
 
Constructor Summary
DataObjectViewHandler()
           
 
Method Summary
abstract  Config getConfig()
           
 XmlFormMap getXmlForm(ViewContext vc)
          set the formmap following the definitions in Config
 
Methods inherited from class org.enhydra.barracuda.contrib.sam.xmlform.XmlFormViewHandler
getTemplateModels, modifyDOM
 
Methods inherited from class org.enhydra.barracuda.contrib.sam.xmlform.ModifyDomViewHandler
getBTemplate, getTemplateClass, handleViewEvent
 
Methods inherited from class org.enhydra.barracuda.core.event.helper.DefaultViewHandler
getDOMWriter, getViewContext, handleViewEvent, postCompRender, preCompRender, setViewContext
 
Methods inherited from class org.enhydra.barracuda.core.event.DefaultBaseEventListener
getListenerID, handleControlEvent, handleEvent, handleOtherEvent, isHandled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static org.apache.log4j.Logger logger

config

protected Config config
Constructor Detail

DataObjectViewHandler

public DataObjectViewHandler()
Method Detail

getConfig

public abstract Config getConfig()
Specified by:
getConfig in interface GetConfig

getXmlForm

public XmlFormMap getXmlForm(ViewContext vc)
set the formmap following the definitions in Config

Specified by:
getXmlForm in class XmlFormViewHandler


Copyright © 2003 BarracudaMVC.org All Rights Reserved.