|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 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 |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||