com.liferay.faces.bridge.context
Class ExternalContextCompat_2_2_Impl

java.lang.Object
  extended by javax.faces.context.ExternalContext
      extended by com.liferay.faces.bridge.context.ExternalContextCompatImpl
          extended by com.liferay.faces.bridge.context.ExternalContextCompat_2_2_Impl
Direct Known Subclasses:
ExternalContextImpl

public abstract class ExternalContextCompat_2_2_Impl
extends ExternalContextCompatImpl

This class provides a compatibility layer that isolates differences between JSF 2.1 and JSF 2.2.

Author:
Neil Griffin

Field Summary
 
Fields inherited from class com.liferay.faces.bridge.context.ExternalContextCompatImpl
bridgeContext, facesImplementationServletResponse, incongruityContext, manageIncongruities, portletContext, portletPhase, portletRequest, portletResponse, requestContextPath
 
Fields inherited from class javax.faces.context.ExternalContext
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
 
Constructor Summary
ExternalContextCompat_2_2_Impl(javax.portlet.PortletContext portletContext, javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse)
           
 
Method Summary
 
Methods inherited from class com.liferay.faces.bridge.context.ExternalContextCompatImpl
addResponseCookie, addResponseHeader, createFlashHttpServletResponse, encodeActionURL, encodeBookmarkableURL, encodePartialActionURL, encodeRedirectURL, getContextName, getFlash, getMimeType, getRealPath, getRequestContentLength, getRequestScheme, getRequestServerName, getRequestServerPort, getResponseBufferSize, getResponseOutputStream, getResponseOutputWriter, getSessionMaxInactiveInterval, invalidateSession, isBridgeFlashServletResponseRequired, isEncodingFormWithPrimeFacesAjaxFileUpload, isICEfacesLegacyMode, isResponseCommitted, isSecure, responseFlushBuffer, responseReset, responseSendError, setBridgeFlash, setResponseBufferSize, setResponseContentLength, setResponseContentType, setResponseHeader, setResponseStatus, setSessionMaxInactiveInterval
 
Methods inherited from class javax.faces.context.ExternalContext
dispatch, encodeNamespace, encodeResourceURL, getApplicationMap, getAuthType, getContext, getInitParameter, getInitParameterMap, getRemoteUser, getRequest, getRequestCharacterEncoding, getRequestContentType, getRequestContextPath, getRequestCookieMap, getRequestHeaderMap, getRequestHeaderValuesMap, getRequestLocale, getRequestLocales, getRequestMap, getRequestParameterMap, getRequestParameterNames, getRequestParameterValuesMap, getRequestPathInfo, getRequestServletPath, getResource, getResourceAsStream, getResourcePaths, getResponse, getResponseCharacterEncoding, getResponseContentType, getSession, getSessionMap, getUserPrincipal, isUserInRole, log, log, redirect, setRequest, setRequestCharacterEncoding, setResponse, setResponseCharacterEncoding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalContextCompat_2_2_Impl

public ExternalContextCompat_2_2_Impl(javax.portlet.PortletContext portletContext,
                                      javax.portlet.PortletRequest portletRequest,
                                      javax.portlet.PortletResponse portletResponse)


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