Deprecated API


Contents
Deprecated Classes
org.rapla.MainServer
          The new client-server communicaton goes over the servlet api You can use import and export from the Main class This class is used to start rapla-server from the command-line.
 Usage :
 [-?|-c PATH_TO_CONFIG_FILE] [ACTION]
 Possible actions:
 start   : Starts the rapla-server (this is the default)
 stop    : Stops the rapla-server
 import  : Import the source into dest
           See importexport entry in raplaserver.xconf
 export  : Import the dest into source
           See importexport entry in raplaserver.xconf
 
You can also display the list with the -? argument.
 
 

Deprecated Methods
org.rapla.entities.RaplaType.getRegisteredTypes()
          Dangerous to use this method because a class registers itself on load time. So this method can return different results depending on how much RaplaTypes are currently loaded. 
org.rapla.components.calendar.RaplaCalendar.setHighlightWeekend(boolean)
          use setDateRenderer(new WeekendHighlightRenderer()) instead. 
 

Deprecated Constructors
org.rapla.components.calendar.RaplaCalendar(Locale, boolean)
          replaced with #RaplaCalendar(Locale,TimeZone,boolean) 
org.rapla.components.calendar.RaplaTime(Locale, boolean)
          replaced with #RaplaTime(Locale,TimeZone,boolean) 
 



Copyright © 2000-2006 Rapla Team. All Rights Reseserved.