Deprecated API

Deprecated Classes
org.apache.cocoon.environment.http.HttpCookie
          use Cookie instead. 
 

Deprecated Methods
org.apache.cocoon.serialization.AbstractTextSerializer.configure(Configuration)
          use property injection instead 
org.apache.cocoon.environment.http.HttpResponse.encodeRedirectUrl(String)
          As of version 2.1, use encodeRedirectURL(String url) instead 
org.apache.cocoon.environment.http.HttpResponse.encodeUrl(String)
          As of version 2.1, use encodeURL(String url) instead 
org.apache.cocoon.environment.http.HttpRequest.getRealPath(String)
          As of Version 2.1 of the Java Servlet API, use ServletContext.getRealPath(java.lang.String)instead. 
org.apache.cocoon.environment.http.HttpRequest.isRequestedSessionIdFromUrl()
          As of Version 2.1 of the Java Servlet API, use HttpRequest.isRequestedSessionIdFromURL() instead. 
org.apache.cocoon.components.source.util.SourceUtil.parse(ServiceManager, Source, ContentHandler)
          use SourceUtil.parse(SAXParser, Source, ContentHandler) instead 
org.apache.cocoon.serialization.AbstractTextSerializer.service(ServiceManager)
          use property injection instead 
org.apache.cocoon.environment.http.HttpResponse.setStatus(int, String)
          As of version 2.1, due to ambiguous meaning of the message parameter. To set a status code use setStatus(int), to send an error with a description use sendError(int, String). 
 



Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.