EAF 7.6 Implementation

org.enhydra.util.chiba
Class BaseAdapter

java.lang.Object
  extended by AbstractChibaAdapter
      extended by org.enhydra.util.chiba.BaseAdapter
All Implemented Interfaces:
org.w3c.dom.events.EventListener
Direct Known Subclasses:
ScriptAdapter, ServletAdapter

public abstract class BaseAdapter
extends AbstractChibaAdapter
implements org.w3c.dom.events.EventListener

AbstractChibaAdapter extension with flag system support that helps with implementin adapter reinitialization (performance improvement)

Version:
$Id: BaseAdapter.java,v 1.1 2007/03/21 12:57:21 slobodan Exp $
Author:
Slobodan Vujasinovic

Field Summary
 boolean clean
           
 
Constructor Summary
BaseAdapter()
           
 
Method Summary
 boolean isClean()
           
 void setClean(boolean clean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.w3c.dom.events.EventListener
handleEvent
 

Field Detail

clean

public boolean clean
Constructor Detail

BaseAdapter

public BaseAdapter()
Method Detail

setClean

public void setClean(boolean clean)

isClean

public boolean isClean()

EAF 7.6 Implementation