Deprecated API

Deprecated Classes
org.apache.cocoon.selection.BrowserSelectorFactory
          replaced by BrowserSelector - code factories should no longer be used 
org.apache.cocoon.selection.HeaderSelectorFactory
          replaced by HeaderSelector - code factories should no longer be used 
org.apache.cocoon.selection.HostSelectorFactory
          replaced by HostSelector - code factories should no longer be used 
org.apache.cocoon.selection.ParameterSelectorFactory
          replaced by ParameterSelector - code factories should no longer be used 
org.apache.cocoon.matching.RegexpTargetHostMatcherFactory
          replaced by RegexpTargetHostMatcher - code factories should no longer be used 
org.apache.cocoon.matching.RegexpURIMatcherFactory
          replaced by RegexpURIMatcher - code factories should no longer be used 
org.apache.cocoon.selection.RequestSelectorFactory
          replaced by RequestSelector - code factories should no longer be used 
org.apache.cocoon.selection.SessionAttributeSelectorFactory
          replaced by SessionAttributeSelector - code factories should no longer be used 
org.apache.cocoon.matching.WildcardHeaderMatcherFactory
          replaced by WildcardHeaderMatcher - code factories should no longer be used 
org.apache.cocoon.matching.WildcardParameterValueMatcherFactory
          replaced by WildcardParameterValueMatcher - code factories should no longer be used 
org.apache.cocoon.matching.WildcardSessionAttributeMatcherFactory
          replaced by WildcardSessionAttributeMatcher - code factories should no longer be used 
org.apache.cocoon.matching.WildcardURIMatcherFactory
          replaced by WildcardURIMatcher - code factories should no longer be used 
 

Deprecated Methods
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.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-2001 Apache Software Foundation. All Rights Reserved.