org.portletfaces.liferay.faces.context
Class PortletFacesContext

java.lang.Object
  extended by javax.faces.context.FacesContext
      extended by org.portletfaces.liferay.faces.context.LiferayFacesContext
          extended by org.portletfaces.liferay.faces.context.LiferayFacesContextImpl
              extended by org.portletfaces.liferay.faces.context.PortletFacesContext
All Implemented Interfaces:
java.io.Serializable, FacesContextHelper, LiferayPortletHelper, PortletHelper

Deprecated. This class has been renamed to LiferayFacesContext This class exists in order to assist with migrating old JSF 1.2 based projects from the legacy PortletFaces-Tools project to the new LiferayFaces project.

@Deprecated
public class PortletFacesContext
extends LiferayFacesContextImpl

Author:
Neil Griffin
See Also:
Serialized Form

Constructor Summary
PortletFacesContext()
          Deprecated.  
 
Method Summary
static PortletFacesContext getInstance()
          Deprecated. Returns the implementation singleton instance.
static void setInstance(PortletFacesContext portletFacesContext)
          Deprecated. Sets the implementation singleton instance.
 
Methods inherited from class org.portletfaces.liferay.faces.context.LiferayFacesContextImpl
addComponentErrorMessage, addComponentErrorMessage, addComponentErrorMessage, addComponentInfoMessage, addComponentInfoMessage, addComponentInfoMessage, addGlobalErrorMessage, addGlobalErrorMessage, addGlobalErrorMessage, addGlobalInfoMessage, addGlobalInfoMessage, addGlobalInfoMessage, addGlobalSuccessInfoMessage, addGlobalUnexpectedErrorMessage, addMessage, addMessage, addMessage, addMessage, checkUserPortletPermission, createActionURL, createRenderURL, getActionResponse, getApplication, getAttributes, getClientIdsWithMessages, getCompanyId, getCurrentPhaseId, getDocumentLibraryURL, getELContext, getExceptionHandler, getExternalContext, getFacesContext, getHostGroupId, getImageGalleryURL, getLayout, getLocale, getMaximumSeverity, getMessage, getMessage, getMessage, getMessage, getMessageList, getMessageList, getMessages, getMessages, getNamespace, getParentForm, getPartialViewContext, getPermissionChecker, getPlid, getPortalContext, getPortalURL, getPortlet, getPortletConfig, getPortletContext, getPortletContextName, getPortletInstanceId, getPortletName, getPortletPreference, getPortletPreferenceAsBool, getPortletPreferenceAsInt, getPortletPreferenceAsShort, getPortletPreferenceAsString, getPortletPreferences, getPortletRenderRequest, getPortletRenderResponse, getPortletRequest, getPortletResponse, getPortletRootId, getPortletSession, getRemoteUser, getRenderKit, getRenderResponse, getRequestAttribute, getRequestContextPath, getRequestParameter, getRequestParameterAsBool, getRequestParameterAsInt, getRequestParameterAsLong, getRequestParameterFromMap, getRequestParameterMap, getRequestQueryString, getRequestQueryStringParameter, getResponseComplete, getResponseStream, getResponseWriter, getScopeGroup, getScopeGroupId, getScopeGroupUser, getServiceContext, getSession, getSessionAttribute, getSessionSharedAttribute, getTheme, getThemeDisplay, getThemeImagesURL, getUser, getUserId, getUserRoles, getViewRoot, getWindowState, isPortletEnvironment, isPostback, isProcessingEvents, isProjectStage, isUserInRole, isValidationFailed, isWindowMaximized, isWindowNormal, matchComponentInHierarchy, matchComponentInViewRoot, navigate, navigateTo, recreateComponentTree, registerPhaseListener, release, removeChildrenFromComponentTree, removeMessages, removeMessagesForImmediateComponents, removeMessagesForImmediateComponents, removeParentFormFromComponentTree, renderResponse, resetView, resetView, resolveExpression, responseComplete, setCurrentPhaseId, setExceptionHandler, setPortletMode, setProcessingEvents, setRequestAttribute, setResponseStream, setResponseWriter, setSessionAttribute, setSessionSharedAttribute, setViewRoot, setWindowState, setWindowStateToMaximized, setWindowStateToNormal, userHasPortletPermission, userHasRole, validationFailed
 
Methods inherited from class org.portletfaces.liferay.faces.context.LiferayFacesContext
setInstance
 
Methods inherited from class javax.faces.context.FacesContext
getCurrentInstance, setCurrentInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletFacesContext

public PortletFacesContext()
Deprecated. 
Method Detail

getInstance

public static PortletFacesContext getInstance()
Deprecated. 
Returns the implementation singleton instance.


setInstance

public static void setInstance(PortletFacesContext portletFacesContext)
Deprecated. 
Sets the implementation singleton instance.



Copyright © 2011 portletfaces.org. All Rights Reserved.