Deprecated API


Contents
Deprecated Methods
org.apache.pluto.core.impl.PortletResponseImpl.encodeRedirectUrl(String)
          use encodeRedirectURL instead 
org.apache.pluto.core.impl.PortletSessionImpl.getSessionContext()
          As of Java(tm) Servlet API 2.1 for security reasons, with no replacement. This interface will be removed in a future version of this API. 
org.apache.pluto.core.impl.PortletRequestImpl.isRequestedSessionIdFromUrl()
          use isRequestedSessionIdFromURL instead 
org.apache.pluto.core.impl.PortletResponseImpl.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). Sets the status code and message for this response. 
 

Deprecated Constructors
org.apache.pluto.util.PrintWriterServletOutputStream(PrintWriter)
          since 1.0RC3; use PrintWriterServletOutputStream

Construct a ServletOutputStream that coordinates output using a base ServletOutputStream and a PrintWriter that is wrapped on top of that OutputStream.