org.apache.myfaces.trinidadinternal.config.xmlHttp
Class XmlHttpResourceResponse

java.lang.Object
  extended by javax.portlet.filter.PortletResponseWrapper
      extended by javax.portlet.filter.ResourceResponseWrapper
          extended by org.apache.myfaces.trinidadinternal.config.xmlHttp.XmlHttpResourceResponse
All Implemented Interfaces:
javax.portlet.MimeResponse, javax.portlet.PortletResponse, javax.portlet.ResourceResponse

public class XmlHttpResourceResponse
extends javax.portlet.filter.ResourceResponseWrapper


Field Summary
 
Fields inherited from interface javax.portlet.ResourceResponse
HTTP_STATUS_CODE
 
Fields inherited from interface javax.portlet.MimeResponse
CACHE_SCOPE, ETAG, EXPIRATION_CACHE, MARKUP_HEAD_ELEMENT, NAMESPACED_RESPONSE, PRIVATE_SCOPE, PUBLIC_SCOPE, USE_CACHED_CONTENT
 
Constructor Summary
XmlHttpResourceResponse(javax.faces.context.ExternalContext ec)
           
 
Method Summary
 java.io.OutputStream getPortletOutputStream()
           
 java.io.PrintWriter getWriter()
           
 void setContentType(java.lang.String type)
           
 
Methods inherited from class javax.portlet.filter.ResourceResponseWrapper
createActionURL, createRenderURL, createResourceURL, flushBuffer, getBufferSize, getCacheControl, getCharacterEncoding, getContentType, getLocale, getResponse, isCommitted, reset, resetBuffer, setBufferSize, setCharacterEncoding, setContentLength, setLocale, setResponse
 
Methods inherited from class javax.portlet.filter.PortletResponseWrapper
addProperty, addProperty, addProperty, createElement, encodeURL, getNamespace, setProperty, setResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.portlet.PortletResponse
addProperty, addProperty, addProperty, createElement, encodeURL, getNamespace, setProperty
 

Constructor Detail

XmlHttpResourceResponse

public XmlHttpResourceResponse(javax.faces.context.ExternalContext ec)
Method Detail

getPortletOutputStream

public java.io.OutputStream getPortletOutputStream()
                                            throws java.io.IOException
Specified by:
getPortletOutputStream in interface javax.portlet.MimeResponse
Overrides:
getPortletOutputStream in class javax.portlet.filter.ResourceResponseWrapper
Throws:
java.io.IOException

getWriter

public java.io.PrintWriter getWriter()
                              throws java.io.IOException
Specified by:
getWriter in interface javax.portlet.MimeResponse
Overrides:
getWriter in class javax.portlet.filter.ResourceResponseWrapper
Throws:
java.io.IOException

setContentType

public void setContentType(java.lang.String type)
Specified by:
setContentType in interface javax.portlet.MimeResponse
Overrides:
setContentType in class javax.portlet.filter.ResourceResponseWrapper


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.