com.liferay.faces.util.context
Class ExtFacesContext

java.lang.Object
  extended by javax.faces.context.FacesContext
      extended by com.liferay.faces.util.context.ExtFacesContext
All Implemented Interfaces:
FacesContextHelper
Direct Known Subclasses:
ExtFacesContextImpl

public abstract class ExtFacesContext
extends javax.faces.context.FacesContext
implements FacesContextHelper

Author:
Neil Griffin

Constructor Summary
ExtFacesContext()
           
 
Method Summary
static ExtFacesContext getInstance()
          Returns the implementation singleton instance.
static void setInstance(ExtFacesContext extFacesContext)
          Sets the implementation singleton instance.
 
Methods inherited from class javax.faces.context.FacesContext
addMessage, getApplication, getAttributes, getClientIdsWithMessages, getCurrentInstance, getCurrentPhaseId, getELContext, getExceptionHandler, getExternalContext, getMaximumSeverity, getMessageList, getMessageList, getMessages, getMessages, getNamingContainerSeparatorChar, getPartialViewContext, getRenderKit, getRenderResponse, getResourceLibraryContracts, getResponseComplete, getResponseStream, getResponseWriter, getViewRoot, isPostback, isProcessingEvents, isProjectStage, isReleased, isValidationFailed, release, renderResponse, responseComplete, setCurrentInstance, setCurrentPhaseId, setExceptionHandler, setProcessingEvents, setResourceLibraryContracts, setResponseStream, setResponseWriter, setViewRoot, validationFailed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.faces.util.context.FacesContextHelper
addComponentErrorMessage, addComponentErrorMessage, addComponentErrorMessage, addComponentInfoMessage, addComponentInfoMessage, addComponentInfoMessage, addGlobalErrorMessage, addGlobalErrorMessage, addGlobalErrorMessage, addGlobalInfoMessage, addGlobalInfoMessage, addGlobalInfoMessage, addGlobalSuccessInfoMessage, addGlobalUnexpectedErrorMessage, addMessage, addMessage, addMessage, getFacesContext, getLocale, getMessage, getMessage, getMessage, getMessage, getNamespace, getParentForm, getRequestAttribute, getRequestContextPath, getRequestParameter, getRequestParameterAsBool, getRequestParameterAsInt, getRequestParameterAsLong, getRequestParameterFromMap, getRequestParameterMap, getRequestQueryString, getRequestQueryStringParameter, getSession, getSessionAttribute, matchComponentInHierarchy, matchComponentInViewRoot, navigate, navigateTo, recreateComponentTree, registerPhaseListener, removeChildrenFromComponentTree, removeMessages, removeMessagesForImmediateComponents, removeMessagesForImmediateComponents, removeParentFormFromComponentTree, resetView, resetView, resolveExpression, setRequestAttribute, setSessionAttribute
 

Constructor Detail

ExtFacesContext

public ExtFacesContext()
Method Detail

getInstance

public static ExtFacesContext getInstance()
Returns the implementation singleton instance.


setInstance

public static void setInstance(ExtFacesContext extFacesContext)
Sets the implementation singleton instance.



Copyright © 2015 Liferay, Inc.. All rights reserved.