Deprecated API


Contents
Deprecated Classes
org.exoplatform.services.security.sso.spnego.SpnegoFilter
          In eXo implementation SSOAuthenticationFilter must be used instead this. 
 

Deprecated Methods
org.exoplatform.services.rest.ResourceDispatcher.Context.createAbsLocation(String)
           
org.exoplatform.common.http.client.Util.defaultPort(String)
          use URI.defaultPort() instead 
org.exoplatform.services.rest.ResourceDispatcher.Context.getAbsLocation()
           
org.exoplatform.services.rest.ResourceDispatcher.Context.getContextHref()
          Instead this method use @ContextParam(ResourceDispatcher.CONTEXT_PARAM_BASE_URI). 
org.exoplatform.common.http.client.HTTPResponse.getEffectiveURL()
          use getEffectiveURI() instead 
org.exoplatform.common.http.client.Response.getEffectiveURL()
          use getEffectiveURI() instead 
org.exoplatform.services.rest.ResourceDispatcher.getRuntimeContext()
          Instead of directly use Context should be user @ContextParam. 
org.exoplatform.common.http.client.HTTPResponse.getServer()
          This method is a remnant of V0.1; use getHeader("Server") instead. 
org.exoplatform.services.rest.ResourceDispatcher.Context.getServerName()
          Instead this method use @ContextParam(ResourceDispatcher.CONTEXT_PARAM_HOST). 
org.exoplatform.common.http.client.Response.setEffectiveURL(URL)
          use setEffectiveURI() instead 
org.exoplatform.common.http.client.HTTPConnection.setRawMode(boolean)
          This is not really needed anymore; in V0.2 request were synchronous and therefore to do pipelining you needed to disable the processing of responses. 
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.