com.liferay.faces.bridge.context
Class IncongruityContextImpl

java.lang.Object
  extended by javax.faces.context.ExternalContext
      extended by com.liferay.faces.bridge.context.IncongruityContext
          extended by com.liferay.faces.bridge.context.IncongruityContextBaseImpl
              extended by com.liferay.faces.bridge.context.IncongruityContextCompatImpl
                  extended by com.liferay.faces.bridge.context.IncongruityContextImpl

public class IncongruityContextImpl
extends IncongruityContextCompatImpl

Author:
Neil Griffin

Nested Class Summary
 
Nested classes/interfaces inherited from class com.liferay.faces.bridge.context.IncongruityContextBaseImpl
IncongruityContextBaseImpl.IncongruousAction
 
Field Summary
 
Fields inherited from class com.liferay.faces.bridge.context.IncongruityContextBaseImpl
attributeMap
 
Fields inherited from class javax.faces.context.ExternalContext
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
 
Constructor Summary
IncongruityContextImpl()
           
 
Method Summary
 void makeCongruous(javax.faces.context.FacesContext facesContext)
          This method is designed to be called during the RENDER_PHASE of the portlet lifecycle, and will execute ExternalContext methods that were inappropriately called during the ACTION_PHASE or EVENT_PHASE.
 
Methods inherited from class com.liferay.faces.bridge.context.IncongruityContextCompatImpl
addResponseCookie, addResponseHeader, encodeBookmarkableURL, encodePartialActionURL, encodeRedirectURL, getContextName, getFlash, getMimeType, getRealPath, getRequestContentLength, getRequestScheme, getRequestServerName, getRequestServerPort, getResponseBufferSize, getResponseContentLength, getResponseContentType, getResponseOutputStream, getResponseOutputWriter, invalidateSession, isResponseCommitted, makeCongruousJSF2, responseFlushBuffer, responseReset, responseSendError, setRequestContentLength, setResponseBufferSize, setResponseCommitted, setResponseContentLength, setResponseContentType, setResponseHeader, setResponseStatus
 
Methods inherited from class com.liferay.faces.bridge.context.IncongruityContextBaseImpl
dispatch, encodeActionURL, encodeNamespace, encodeResourceURL, getApplicationMap, getAttributes, getAuthType, getContext, getIncongruousActions, getInitParameter, getInitParameterMap, getRemoteUser, getRequest, getRequestCharacterEncoding, getRequestContentType, getRequestContextPath, getRequestCookieMap, getRequestHeaderMap, getRequestHeaderValuesMap, getRequestLocale, getRequestLocales, getRequestMap, getRequestParameterMap, getRequestParameterNames, getRequestParameterValuesMap, getRequestPathInfo, getRequestServletPath, getResource, getResourceAsStream, getResourcePaths, getResponse, getResponseCharacterEncoding, getSession, getSessionMap, getUserPrincipal, isUserInRole, log, log, redirect, setRequest, setRequestCharacterEncoding, setRequestContentType, setResponse, setResponseCharacterEncoding
 
Methods inherited from class javax.faces.context.ExternalContext
getSessionMaxInactiveInterval, isSecure, setSessionMaxInactiveInterval
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncongruityContextImpl

public IncongruityContextImpl()
Method Detail

makeCongruous

public void makeCongruous(javax.faces.context.FacesContext facesContext)
                   throws IOException
Description copied from class: IncongruityContext
This method is designed to be called during the RENDER_PHASE of the portlet lifecycle, and will execute ExternalContext methods that were inappropriately called during the ACTION_PHASE or EVENT_PHASE.

Specified by:
makeCongruous in class IncongruityContext
Parameters:
facesContext - The current FacesContext.
Throws:
IOException - If an error occurs.


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