EAF 7.6 Implementation

Deprecated API


Contents
Deprecated Classes
com.lutris.util.Convert
          Use HexEncoder or Base64Encoder. 
org.enhydra.logging.MonologFactory
          Per discussion on COMMONS-DEV, the behind-the-scenes use of this class as a proxy factory has been removed. For 1.0, you can still request it directly if you wish, but it doesn't really do anything useful, and will be removed in 1.1. 
 

Deprecated Methods
com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationRequest.getPresentationPath()
          This method was named in a confusing manner; it returns the application, not presentation object path. Use getApplicationPath(). 
com.lutris.appserver.server.sessionEnhydra.StandardSessionManager.newSession(String)
          The instance of StandardSessionHome should be replaced instead of extending this method. 
com.lutris.appserver.server.httpPresentation.servlet.ServletHttpPresentationResponse.writeHTML(HTMLDocument)
          use writeDOM 
 


EAF 7.6 Implementation