Deprecated API

Deprecated Classes
com.knowgate.misc.Thumbnail
          Use com.knowgate.hipegate.Image 
 

Deprecated Methods
com.knowgate.lucene.Indexer.add(String, Properties, String, int, String, String, String, String, String, String, String)
          Use add method from Indexer subclasses instead 
com.knowgate.acl.ACLUser.create(JDCConnection, Object[])
          Use standard put/store methods instead. 
com.oreilly.servlet.CacheHttpServletResponse.encodeRedirectUrl(String)
            
com.oreilly.servlet.CacheHttpServletResponse.encodeUrl(String)
            
com.knowgate.dataobjs.DBPersist.getItems()
          Use keySet() instead 
com.knowgate.dataobjs.DBPersist.getTable()
          Use getTable(JDCConnection) instead 
com.knowgate.dataobjs.DBBind.getTable(String)
          Use getDBTable instead 
com.oreilly.servlet.CacheHttpServletResponse.setStatus(int, String)
            
com.knowgate.scheduler.WorkerThreadPool.stopAll()
          Use stopAll(JDCConnection) instead 
 

Deprecated Constructors
com.knowgate.dataobjs.DBSaxHandler(DBPersist)
          Use DBSaxHandler(DBPersist oPersist, JDCConnection) instead