Deprecated API

Deprecated Interfaces
org.apache.cocoon.environment.Cookie
          Use Cookie instead. 
 

Deprecated Fields
org.apache.cocoon.Constants.COMPLETE_NAME
          This will be removed soon. 
org.apache.cocoon.Constants.CONTEXT_CACHE_DIR
          Use org.apache.cocoon.configuration.Settings#getCacheDirectory() instead. 
org.apache.cocoon.Constants.CONTEXT_DEFAULT_ENCODING
          Use org.apache.cocoon.configuration.Settings#getFormEncoding(). 
org.apache.cocoon.Constants.CONTEXT_WORK_DIR
          Use org.apache.cocoon.configuration.Settings#getWorkDirectory() instead. 
org.apache.cocoon.Constants.DEFAULT_CONF_FILE
          This will be removed soon. 
org.apache.cocoon.Constants.DEFAULT_WORK_DIR
          This will be removed soon. 
org.apache.cocoon.Constants.NAME
          This will be removed soon. 
org.apache.cocoon.Constants.NOTIFYING_OBJECT
          Usage of Notifying object has been deprecated in favor of using Exception object at ObjectModelHelper.THROWABLE_OBJECT. 
 

Deprecated Methods
org.apache.cocoon.environment.Response.addCookie(Cookie)
          use Response.addCookie(javax.servlet.http.Cookie) instead. 
org.apache.cocoon.environment.Response.createCocoonCookie(String, String)
          use Response.createCookie(String, String) instead. 
org.apache.cocoon.environment.Request.getCocoonCookieMap()
          use Request.getCookieMap() instead. 
org.apache.cocoon.environment.Request.getCocoonCookies()
          use Request.getCookies() instead. 
org.apache.cocoon.environment.Request.getCocoonSession()
          use Request.getSession() instead. 
org.apache.cocoon.environment.Request.getCocoonSession(boolean)
          use Request.getSession(boolean) instead. 
 



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