Deprecated API


Contents
Deprecated Interfaces
org.mmbase.module.idInterface
          no implementation of this interface exists, and the only class that references the interface (scanparser) never instantiates it. 
org.mmbase.util.PasswordGeneratorInterface
          no real need for an interface as there is only one implementation 
org.mmbase.module.PlaylistsInterface
          this interface is not implemented or referenced 
 

Deprecated Classes
org.mmbase.util.DateStrings
          FIX dutch days 
org.mmbase.util.HttpAuth
          should be done by implementing and using the MMBase security Authorization 
org.mmbase.module.core.MMObjectDCompare
          This nearly duplicates MMObjectCompare. If the inverse of a comparable is needed, this can be implemented more genericly. Btw, this is not used. 
org.mmbase.module.gui.html.MultilevelCacheHandler
          use org.mmbase.cache.MultilevelCacheHandler 
org.mmbase.util.Queue
          Use edu.emory.mathcs.backport.java.util.concurrent.BlockingQueue, or some other Queue implementation. 
org.mmbase.servlet.servdb
          use ImageServlet or AttachmentServlet instead 
org.mmbase.servlet.servjumpers
          use org.mmbase.servlet.JumpersFilter 
org.mmbase.servlet.SimpleFormToMailServlet
          Abstract and not used anywhere. 
org.mmbase.util.URLEscape
          use Encode 
org.mmbase.util.URLParamEscape
          use Encode 
org.mmbase.util.XFile
          What's wrong with java.io.File itself? The only difference is that lastmodified gives last-modified not of file now, but of file when this object was created. If that is important, the name (nor javadoc) of this class is not very informative. 
org.mmbase.util.XMLBasicReader
          use DocumentReader or DocumentWriter. Some code may need to be moved to DocumentReader 
org.mmbase.util.XMLMMLanguageReader
          not used anywhere 
 

Deprecated Exceptions
org.mmbase.util.AuthorizationException
          only used by HttpAuth. 
org.mmbase.util.NotLoggedInException
          only used by HttpAuth. 
 

Deprecated Methods
org.mmbase.module.INFO.doScanDate(PageInfo, StringTagger)
          hereditary code. Should be dropped or adapted. 
org.mmbase.servlet.servdb.getAttachment(Vector)
          moved to AttachmentServlet 
org.mmbase.servlet.servdb.getAttachmentFileName(Vector)
          moved to AttachmentServlet 
org.mmbase.servlet.servdb.getAttachmentMimeType(Vector)
          moved to AttachmentServlet 
org.mmbase.util.XMLBasicReader.getDocumentBuilder(boolean, EntityResolver)
          use {!link DocumentReader.getDocumentBuilder(boolean, ErrorHandler, EntityResolver)} 
org.mmbase.util.XMLBasicReader.getDocumentBuilder(boolean, ErrorHandler)
          use {!link DocumentReader.getDocumentBuilder(boolean, ErrorHandler, EntityResolver)} 
org.mmbase.util.XMLBasicReader.getDocumentBuilder(boolean, ErrorHandler, EntityResolver)
          use {!link DocumentReader.getDocumentBuilder(boolean, ErrorHandler, EntityResolver)} 
org.mmbase.util.XMLBasicReader.getDocumentBuilder(Class)
          use {!link DocumentReader.getDocumentBuilder(boolean, ErrorHandler, EntityResolver)} 
org.mmbase.util.XMLBasicReader.getInputSource(String)
            
org.mmbase.module.gui.html.FieldEditor.getMonthString(int)
          use Locale 
org.mmbase.module.gui.html.HtmlBase.getPageSession(scanpage)
          always returns null, do not use. 
org.mmbase.module.builders.vwms.SCPcopy.main(String[])
          VPRO-specific 
org.mmbase.util.RFC1123.makeDateV1(Date)
          use RFC1123.makeDate(java.util.Date) instead 
org.mmbase.util.RFC1123.makeDateV2(Date)
          use RFC1123.makeDate(java.util.Date) instead 
org.mmbase.module.scancacheInterface.newput2(String, String, String, int, String)
          Temporary hack for solving asis problems (?). Use scancacheInterface.newput(String, HttpServletResponse, String, String, String) instead. 
org.mmbase.util.RandomThings.shuffleArray(int[])
          use java.util. 
org.mmbase.util.RandomThings.shuffleCloneVector(Vector)
          java.util.Collections#shuffle and clone 
org.mmbase.util.RandomThings.shuffleVector(Vector)
          java.util.Collections#shuffle 
 

Deprecated Constructors
org.mmbase.module.builders.vwms.SCPcopy()
          vpro-specific 
org.mmbase.module.builders.vwms.SCPcopy(String)
          vpro-specific 
org.mmbase.module.builders.vwms.SCPcopy(String, String)
          vpro-specific 
org.mmbase.module.builders.vwms.SCPcopy(String, String, String)
          vpro-specific 
 



MMBase Scan 2.0-SNAPSHOT - 2013-03-30T06:50