com.liferay.faces.bridge.application.view
Class BridgeAfterViewContentResponseRenderImpl

java.lang.Object
  extended by com.liferay.faces.bridge.filter.HttpServletResponseAdapter
      extended by com.liferay.faces.bridge.application.view.BridgeAfterViewContentResponse
          extended by com.liferay.faces.bridge.application.view.BridgeAfterViewContentResponseRenderImpl
All Implemented Interfaces:
javax.faces.FacesWrapper<javax.portlet.PortletResponse>, javax.portlet.MimeResponse, javax.portlet.PortletResponse, javax.portlet.RenderResponse, javax.servlet.http.HttpServletResponse, javax.servlet.ServletResponse

public class BridgeAfterViewContentResponseRenderImpl
extends BridgeAfterViewContentResponse
implements javax.portlet.RenderResponse

Author:
Neil Griffin

Field Summary
 
Fields inherited from interface javax.portlet.MimeResponse
CACHE_SCOPE, ETAG, EXPIRATION_CACHE, MARKUP_HEAD_ELEMENT, NAMESPACED_RESPONSE, PRIVATE_SCOPE, PUBLIC_SCOPE, USE_CACHED_CONTENT
 
Fields inherited from interface javax.servlet.http.HttpServletResponse
SC_ACCEPTED, SC_BAD_GATEWAY, SC_BAD_REQUEST, SC_CONFLICT, SC_CONTINUE, SC_CREATED, SC_EXPECTATION_FAILED, SC_FORBIDDEN, SC_FOUND, SC_GATEWAY_TIMEOUT, SC_GONE, SC_HTTP_VERSION_NOT_SUPPORTED, SC_INTERNAL_SERVER_ERROR, SC_LENGTH_REQUIRED, SC_METHOD_NOT_ALLOWED, SC_MOVED_PERMANENTLY, SC_MOVED_TEMPORARILY, SC_MULTIPLE_CHOICES, SC_NO_CONTENT, SC_NON_AUTHORITATIVE_INFORMATION, SC_NOT_ACCEPTABLE, SC_NOT_FOUND, SC_NOT_IMPLEMENTED, SC_NOT_MODIFIED, SC_OK, SC_PARTIAL_CONTENT, SC_PAYMENT_REQUIRED, SC_PRECONDITION_FAILED, SC_PROXY_AUTHENTICATION_REQUIRED, SC_REQUEST_ENTITY_TOO_LARGE, SC_REQUEST_TIMEOUT, SC_REQUEST_URI_TOO_LONG, SC_REQUESTED_RANGE_NOT_SATISFIABLE, SC_RESET_CONTENT, SC_SEE_OTHER, SC_SERVICE_UNAVAILABLE, SC_SWITCHING_PROTOCOLS, SC_TEMPORARY_REDIRECT, SC_UNAUTHORIZED, SC_UNSUPPORTED_MEDIA_TYPE, SC_USE_PROXY
 
Constructor Summary
BridgeAfterViewContentResponseRenderImpl(javax.portlet.RenderResponse renderResponse, Locale requestLocale)
           
 
Method Summary
 void addProperty(javax.servlet.http.Cookie cookie)
           
 void addProperty(String name, Element value)
           
 void addProperty(String name, String value)
           
 javax.portlet.PortletURL createActionURL()
           
 Element createElement(String name)
           
 javax.portlet.PortletURL createRenderURL()
           
 javax.portlet.ResourceURL createResourceURL()
           
 javax.portlet.CacheControl getCacheControl()
           
 String getNamespace()
           
 OutputStream getPortletOutputStream()
           
 void setNextPossiblePortletModes(Collection<javax.portlet.PortletMode> portletModes)
           
 void setProperty(String name, String value)
           
 void setTitle(String title)
           
 
Methods inherited from class com.liferay.faces.bridge.application.view.BridgeAfterViewContentResponse
setRenderParameter
 
Methods inherited from class com.liferay.faces.bridge.filter.HttpServletResponseAdapter
addCookie, addDateHeader, addHeader, addIntHeader, containsHeader, encodeRedirectUrl, encodeRedirectURL, encodeUrl, encodeURL, flushBuffer, getBufferSize, getCharacterEncoding, getContentType, getLocale, getOutputStream, getWrapped, getWriter, isCommitted, reset, resetBuffer, sendError, sendError, sendRedirect, setBufferSize, setCharacterEncoding, setContentLength, setContentType, setDateHeader, setHeader, setIntHeader, setLocale, setStatus, setStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.portlet.RenderResponse
setContentType
 
Methods inherited from interface javax.portlet.MimeResponse
flushBuffer, getBufferSize, getCharacterEncoding, getContentType, getLocale, getWriter, isCommitted, reset, resetBuffer, setBufferSize
 
Methods inherited from interface javax.portlet.PortletResponse
encodeURL
 

Constructor Detail

BridgeAfterViewContentResponseRenderImpl

public BridgeAfterViewContentResponseRenderImpl(javax.portlet.RenderResponse renderResponse,
                                                Locale requestLocale)
Method Detail

addProperty

public void addProperty(javax.servlet.http.Cookie cookie)
Specified by:
addProperty in interface javax.portlet.PortletResponse

addProperty

public void addProperty(String name,
                        String value)
Specified by:
addProperty in interface javax.portlet.PortletResponse

addProperty

public void addProperty(String name,
                        Element value)
Specified by:
addProperty in interface javax.portlet.PortletResponse

createActionURL

public javax.portlet.PortletURL createActionURL()
Specified by:
createActionURL in interface javax.portlet.MimeResponse

createElement

public Element createElement(String name)
                      throws DOMException
Specified by:
createElement in interface javax.portlet.PortletResponse
Throws:
DOMException

createRenderURL

public javax.portlet.PortletURL createRenderURL()
Specified by:
createRenderURL in interface javax.portlet.MimeResponse

createResourceURL

public javax.portlet.ResourceURL createResourceURL()
Specified by:
createResourceURL in interface javax.portlet.MimeResponse

getCacheControl

public javax.portlet.CacheControl getCacheControl()
Specified by:
getCacheControl in interface javax.portlet.MimeResponse

getNamespace

public String getNamespace()
Specified by:
getNamespace in interface javax.portlet.PortletResponse

setNextPossiblePortletModes

public void setNextPossiblePortletModes(Collection<javax.portlet.PortletMode> portletModes)
Specified by:
setNextPossiblePortletModes in interface javax.portlet.RenderResponse

getPortletOutputStream

public OutputStream getPortletOutputStream()
                                    throws IOException
Specified by:
getPortletOutputStream in interface javax.portlet.MimeResponse
Throws:
IOException

setProperty

public void setProperty(String name,
                        String value)
Specified by:
setProperty in interface javax.portlet.PortletResponse

setTitle

public void setTitle(String title)
Specified by:
setTitle in interface javax.portlet.RenderResponse


Copyright © 2014 Liferay, Inc.. All Rights Reserved.