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

Deprecated. Please use FacesContextHelperUtil instead.

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

This class is deprecated and has been replaced by FacesContextHelperUtil. For more information, see FACES-2502.

Author:
Neil Griffin

Constructor Summary
ExtFacesContext()
          Deprecated.  
 
Method Summary
abstract  void addComponentErrorMessage(javax.faces.context.FacesContext facesContext, String clientId, String messageId)
          Deprecated. Call FacesContextHelperUtil.addComponentErrorMessage(String, String) instead.
abstract  void addComponentErrorMessage(javax.faces.context.FacesContext facesContext, String clientId, String messageId, Object... arguments)
          Deprecated. Call FacesContextHelperUtil.addComponentErrorMessage(String, String, Object...) instead.
abstract  void addComponentErrorMessage(String clientId, String messageId)
          Deprecated. Call FacesContextHelperUtil.addComponentErrorMessage(String, String) instead.
abstract  void addComponentErrorMessage(String clientId, String messageId, Object... arguments)
          Deprecated. Call FacesContextHelperUtil.addComponentErrorMessage(String, String, Object...) instead.
abstract  void addComponentInfoMessage(javax.faces.context.FacesContext facesContext, String clientId, String messageId)
          Deprecated. Call FacesContextHelperUtil.addComponentInfoMessage(String, String) instead.
abstract  void addComponentInfoMessage(javax.faces.context.FacesContext facesContext, String clientId, String messageId, Object... arguments)
          Deprecated. Call FacesContextHelperUtil.addComponentInfoMessage(String, String, Object...) instead.
abstract  void addComponentInfoMessage(String clientId, String messageId)
          Deprecated. Call FacesContextHelperUtil.addComponentInfoMessage(String, String) instead.
abstract  void addComponentInfoMessage(String clientId, String messageId, Object... arguments)
          Deprecated. Call FacesContextHelperUtil.addComponentInfoMessage(String, String, Object...) instead.
abstract  void addGlobalErrorMessage(javax.faces.context.FacesContext facesContext, String messageId)
          Deprecated. Call FacesContextHelperUtil.addGlobalErrorMessage(String) instead.
abstract  void addGlobalErrorMessage(javax.faces.context.FacesContext facesContext, String messageId, Object... arguments)
          Deprecated. Call FacesContextHelperUtil.addGlobalErrorMessage(String, Object...) instead.
abstract  void addGlobalErrorMessage(String messageId)
          Deprecated. Call FacesContextHelperUtil.addGlobalErrorMessage(String) instead.
abstract  void addGlobalErrorMessage(String messageId, Object... arguments)
          Deprecated. Call FacesContextHelperUtil.addGlobalErrorMessage(String, Object...) instead.
abstract  void addGlobalInfoMessage(javax.faces.context.FacesContext facesContext, String messageId)
          Deprecated. Call FacesContextHelperUtil.addGlobalInfoMessage(String) instead.
abstract  void addGlobalInfoMessage(javax.faces.context.FacesContext facesContext, String messageId, Object... arguments)
          Deprecated. Call FacesContextHelperUtil.addGlobalInfoMessage(String, Object...) instead.
abstract  void addGlobalInfoMessage(String messageId)
          Deprecated. Call FacesContextHelperUtil.addGlobalInfoMessage(String) instead.
abstract  void addGlobalInfoMessage(String messageId, Object... arguments)
          Deprecated. Call FacesContextHelperUtil.addGlobalInfoMessage(String, Object...) instead.
abstract  void addGlobalSuccessInfoMessage()
          Deprecated. Call FacesContextHelperUtil.addGlobalSuccessInfoMessage() instead.
abstract  void addGlobalSuccessInfoMessage(javax.faces.context.FacesContext facesContext)
          Deprecated. Call FacesContextHelperUtil.addGlobalSuccessInfoMessage() instead.
abstract  void addGlobalUnexpectedErrorMessage()
          Deprecated. Call FacesContextHelperUtil.addGlobalUnexpectedErrorMessage() instead.
abstract  void addGlobalUnexpectedErrorMessage(javax.faces.context.FacesContext facesContext)
          Deprecated. Call FacesContextHelperUtil.addGlobalUnexpectedErrorMessage() instead.
abstract  void addMessage(javax.faces.context.FacesContext facesContext, String clientId, javax.faces.application.FacesMessage.Severity severity, String messageId)
          Deprecated. Call FacesContextHelperUtil.addMessage(String, FacesMessage.Severity, String) instead.
abstract  void addMessage(javax.faces.context.FacesContext facesContext, String clientId, javax.faces.application.FacesMessage.Severity severity, String messageId, Object... arguments)
          Deprecated. Call FacesContextHelperUtil.addMessage(String, FacesMessage.Severity, String, Object...) instead.
abstract  void addMessage(String clientId, javax.faces.application.FacesMessage.Severity severity, String messageId)
          Deprecated. Call FacesContextHelperUtil.addMessage(String, FacesMessage.Severity, String) instead.
abstract  void addMessage(String clientId, javax.faces.application.FacesMessage.Severity severity, String messageId, Object... arguments)
          Deprecated. Call FacesContextHelperUtil.addMessage(String, FacesMessage.Severity, String, Object...) instead.
abstract  void addMessage(String s, javax.faces.application.FacesMessage facesMessage)
          Deprecated. Call FacesContext.addMessage(String, FacesMessage) instead.
abstract  javax.faces.application.Application getApplication()
          Deprecated. Call FacesContext.getApplication() instead.
abstract  Map<Object,Object> getAttributes()
          Deprecated. Call FacesContext.getAttributes() instead.
abstract  Iterator<String> getClientIdsWithMessages()
          Deprecated. Call FacesContext.getClientIdsWithMessages() instead.
abstract  javax.faces.event.PhaseId getCurrentPhaseId()
          Deprecated. Call FacesContext.getCurrentPhaseId() instead.
abstract  javax.el.ELContext getELContext()
          Deprecated. Call FacesContext.getELContext() instead.
abstract  javax.faces.context.ExceptionHandler getExceptionHandler()
          Deprecated. Call FacesContext.getExceptionHandler() instead.
abstract  javax.faces.context.ExternalContext getExternalContext()
          Deprecated. Call FacesContext.getExternalContext() instead.
abstract  javax.faces.context.FacesContext getFacesContext()
          Deprecated. Call FacesContextHelperUtil.getFacesContext() instead.
static ExtFacesContext getInstance()
          Deprecated. Returns the implementation ApplicationScoped instance.
abstract  Locale getLocale()
          Deprecated. Call FacesContextHelperUtil.getLocale() instead.
abstract  Locale getLocale(javax.faces.context.FacesContext facesContext)
          Deprecated. Call FacesContextHelperUtil.getLocale() instead.
abstract  javax.faces.application.FacesMessage.Severity getMaximumSeverity()
          Deprecated. Call FacesContext.getMaximumSeverity() instead.
abstract  String getMessage(javax.faces.context.FacesContext facesContext, Locale locale, String messageId)
          Deprecated. Call FacesContextHelperUtil.getMessage(Locale, String) instead.
abstract  String getMessage(javax.faces.context.FacesContext facesContext, Locale locale, String messageId, Object... arguments)
          Deprecated. Call FacesContextHelperUtil.getMessage(Locale, String, Object...) instead.
abstract  String getMessage(javax.faces.context.FacesContext facesContext, String messageId)
          Deprecated. Call FacesContextHelperUtil.getMessage(String) instead.
abstract  String getMessage(javax.faces.context.FacesContext facesContext, String messageId, Object... arguments)
          Deprecated. Call FacesContextHelperUtil.getMessage(String, Object...) instead.
abstract  String getMessage(Locale locale, String messageId)
          Deprecated. Call FacesContextHelperUtil.getMessage(Locale, String) instead.
abstract  String getMessage(Locale locale, String messageId, Object... arguments)
          Deprecated. Call FacesContextHelperUtil.getMessage(Locale, String, Object...) instead.
abstract  String getMessage(String messageId)
          Deprecated. Call FacesContextHelperUtil.getMessage(String) instead.
abstract  String getMessage(String messageId, Object... arguments)
          Deprecated. Call FacesContextHelperUtil.getMessage(String, Object...) instead.
abstract  List<javax.faces.application.FacesMessage> getMessageList()
          Deprecated. Call FacesContext.getMessageList() instead.
abstract  List<javax.faces.application.FacesMessage> getMessageList(String clientId)
          Deprecated. Call FacesContext.getMessageList(String) instead.
abstract  Iterator<javax.faces.application.FacesMessage> getMessages()
          Deprecated. Call FacesContext.getMessages() instead.
abstract  Iterator<javax.faces.application.FacesMessage> getMessages(String s)
          Deprecated. Call FacesContext.getMessages(String) instead.
abstract  String getNamespace()
          Deprecated. Call FacesContextHelperUtil.getNamespace() instead.
abstract  String getNamespace(javax.faces.context.FacesContext facesContext)
          Deprecated. Call FacesContextHelperUtil.getNamespace() instead.
abstract  char getNamingContainerSeparatorChar()
          Deprecated. Call FacesContext.getNamingContainerSeparatorChar() instead.
abstract  javax.faces.component.UIForm getParentForm(javax.faces.component.UIComponent uiComponent)
          Deprecated. Call FacesContextHelperUtil.getParentForm(UIComponent) instead.
abstract  javax.faces.context.PartialViewContext getPartialViewContext()
          Deprecated. Call FacesContext.getPartialViewContext() instead.
abstract  javax.faces.render.RenderKit getRenderKit()
          Deprecated. Call FacesContext.getRenderKit() instead.
abstract  boolean getRenderResponse()
          Deprecated. Call FacesContext.getRenderResponse() instead.
abstract  Object getRequestAttribute(javax.faces.context.FacesContext facesContext, String name)
          Deprecated. Call FacesContextHelperUtil.getRequestAttribute(String) instead.
abstract  Object getRequestAttribute(String name)
          Deprecated. Call FacesContextHelperUtil.getRequestAttribute(String) instead.
abstract  String getRequestContextPath()
          Deprecated. Call FacesContextHelperUtil.getRequestContextPath() instead.
abstract  String getRequestContextPath(javax.faces.context.FacesContext facesContext)
          Deprecated. Call FacesContextHelperUtil.getRequestContextPath() instead.
abstract  String getRequestParameter(javax.faces.context.FacesContext facesContext, String name)
          Deprecated. Call FacesContextHelperUtil.getRequestParameter(String) instead.
abstract  String getRequestParameter(String name)
          Deprecated. Call FacesContextHelperUtil.getRequestParameter(String) instead.
abstract  boolean getRequestParameterAsBool(javax.faces.context.FacesContext facesContext, String name, boolean defaultValue)
          Deprecated. Call FacesContextHelperUtil.getRequestParameterAsBool(String, boolean) instead.
abstract  boolean getRequestParameterAsBool(String name, boolean defaultValue)
          Deprecated. Call FacesContextHelperUtil.getRequestParameterAsBool(String, boolean) instead.
abstract  int getRequestParameterAsInt(javax.faces.context.FacesContext facesContext, String name, int defaultValue)
          Deprecated. Call FacesContextHelperUtil.getRequestParameterAsInt(String, int) instead.
abstract  int getRequestParameterAsInt(String name, int defaultValue)
          Deprecated. Call FacesContextHelperUtil.getRequestParameterAsInt(String, int) instead.
abstract  long getRequestParameterAsLong(javax.faces.context.FacesContext facesContext, String name, long defaultValue)
          Deprecated. Call FacesContextHelperUtil.getRequestParameterAsLong(String, long) instead.
abstract  long getRequestParameterAsLong(String name, long defaultValue)
          Deprecated. Call FacesContextHelperUtil.getRequestParameterAsLong(String, long) instead.
abstract  String getRequestParameterFromMap(javax.faces.context.FacesContext facesContext, String name)
          Deprecated. Call FacesContextHelperUtil.getRequestParameterFromMap(String) instead.
abstract  String getRequestParameterFromMap(String name)
          Deprecated. Call FacesContextHelperUtil.getRequestParameterFromMap(String) instead.
abstract  Map<String,String> getRequestParameterMap()
          Deprecated. Call FacesContextHelperUtil.getRequestParameterMap() instead.
abstract  Map<String,String> getRequestParameterMap(javax.faces.context.FacesContext facesContext)
          Deprecated. Call FacesContextHelperUtil.getRequestParameterMap() instead.
abstract  String getRequestQueryString()
          Deprecated. Call FacesContextHelperUtil.getRequestQueryString() instead.
abstract  String getRequestQueryString(javax.faces.context.FacesContext facesContext)
          Deprecated. Call FacesContextHelperUtil.getRequestQueryString() instead.
abstract  String getRequestQueryStringParameter(javax.faces.context.FacesContext facesContext, String name)
          Deprecated. Call FacesContextHelperUtil.getRequestQueryStringParameter(String) instead.
abstract  String getRequestQueryStringParameter(String name)
          Deprecated. Call FacesContextHelperUtil.getRequestQueryStringParameter(String) instead.
abstract  List<String> getResourceLibraryContracts()
          Deprecated. Call FacesContext.getResourceLibraryContracts() instead.
abstract  boolean getResponseComplete()
          Deprecated. Call FacesContext.getResponseComplete() instead.
abstract  javax.faces.context.ResponseStream getResponseStream()
          Deprecated. Call FacesContext.getResponseStream() instead.
abstract  javax.faces.context.ResponseWriter getResponseWriter()
          Deprecated. Call FacesContext.getResponseWriter() instead.
abstract  Object getSession(boolean create)
          Deprecated. Call FacesContextHelperUtil.getSession(boolean) instead.
abstract  Object getSession(javax.faces.context.FacesContext facesContext, boolean create)
          Deprecated. Call FacesContextHelperUtil.getSession(boolean) instead.
abstract  Object getSessionAttribute(javax.faces.context.FacesContext facesContext, String name)
          Deprecated. Call FacesContextHelperUtil.getSessionAttribute(String) instead.
abstract  Object getSessionAttribute(String name)
          Deprecated. Call FacesContextHelperUtil.getSessionAttribute(String) instead.
abstract  javax.faces.component.UIViewRoot getViewRoot()
          Deprecated. Call FacesContext.getViewRoot() instead.
abstract  boolean isPostback()
          Deprecated. Call FacesContext.isPostback() instead.
abstract  boolean isProcessingEvents()
          Deprecated. Call FacesContext.isProcessingEvents() instead.
abstract  boolean isProjectStage(javax.faces.application.ProjectStage stage)
          Deprecated. Call FacesContext.isProjectStage(ProjectStage) instead.
abstract  boolean isReleased()
          Deprecated. Call FacesContext.isReleased() instead.
abstract  boolean isValidationFailed()
          Deprecated. Call FacesContext.isValidationFailed() instead.
abstract  javax.faces.component.UIComponent matchComponentInHierarchy(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent parent, String partialClientId)
          Deprecated. Call FacesContextHelperUtil.matchComponentInHierarchy(UIComponent, String) instead.
abstract  javax.faces.component.UIComponent matchComponentInHierarchy(javax.faces.component.UIComponent parent, String partialClientId)
          Deprecated. Call FacesContextHelperUtil.matchComponentInHierarchy(UIComponent, String) instead.
abstract  javax.faces.component.UIComponent matchComponentInViewRoot(javax.faces.context.FacesContext facesContext, String partialClientId)
          Deprecated. Call FacesContextHelperUtil.matchComponentInViewRoot(String) instead.
abstract  javax.faces.component.UIComponent matchComponentInViewRoot(String partialClientId)
          Deprecated. Call FacesContextHelperUtil.matchComponentInViewRoot(String) instead.
abstract  void navigate(javax.faces.context.FacesContext facesContext, String fromAction, String outcome)
          Deprecated. Call FacesContextHelperUtil.navigate(String, String) instead.
abstract  void navigate(String fromAction, String outcome)
          Deprecated. Call FacesContextHelperUtil.navigate(String, String) instead.
abstract  void navigateTo(javax.faces.context.FacesContext facesContext, String outcome)
          Deprecated. Call FacesContextHelperUtil.navigateTo(String) instead.
abstract  void navigateTo(String outcome)
          Deprecated. Call FacesContextHelperUtil.navigateTo(String) instead.
abstract  void recreateComponentTree()
          Deprecated. Call FacesContextHelperUtil.recreateComponentTree() instead.
abstract  void recreateComponentTree(javax.faces.context.FacesContext facesContext)
          Deprecated. Call FacesContextHelperUtil.recreateComponentTree() instead.
abstract  void registerPhaseListener(javax.faces.event.PhaseListener phaseListener)
          Deprecated. Call FacesContextHelperUtil.registerPhaseListener(PhaseListener) instead.
abstract  void release()
          Deprecated. Call FacesContext.release() instead.
abstract  void removeChildrenFromComponentTree(javax.faces.context.FacesContext facesContext, String clientId)
          Deprecated. Call FacesContextHelperUtil.removeChildrenFromComponentTree(String) instead.
abstract  void removeChildrenFromComponentTree(String clientId)
          Deprecated. Call FacesContextHelperUtil.removeChildrenFromComponentTree(String) instead.
abstract  void removeMessages(javax.faces.context.FacesContext facesContext, String clientId)
          Deprecated. Call FacesContextHelperUtil.removeMessages(String) instead.
abstract  void removeMessages(String clientId)
          Deprecated. Call FacesContextHelperUtil.removeMessages(String) instead.
abstract  void removeMessagesForImmediateComponents()
          Deprecated. Call FacesContextHelperUtil.removeMessagesForImmediateComponents() instead.
abstract  void removeMessagesForImmediateComponents(javax.faces.context.FacesContext facesContext)
          Deprecated. Call FacesContextHelperUtil.removeMessagesForImmediateComponents() instead.
abstract  void removeMessagesForImmediateComponents(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
          Deprecated. Call FacesContextHelperUtil.removeMessagesForImmediateComponents(UIComponent) instead.
abstract  void removeMessagesForImmediateComponents(javax.faces.component.UIComponent uiComponent)
          Deprecated. Call FacesContextHelperUtil.removeMessagesForImmediateComponents(UIComponent) instead.
abstract  void removeParentFormFromComponentTree(javax.faces.component.UIComponent uiComponent)
          Deprecated. Call FacesContextHelperUtil.removeParentFormFromComponentTree(UIComponent) instead.
abstract  void renderResponse()
          Deprecated. Call FacesContext.renderResponse() instead.
abstract  void resetView()
          Deprecated. Call FacesContextHelperUtil.resetView() instead.
abstract  void resetView(boolean renderResponse)
          Deprecated. Call FacesContextHelperUtil.resetView(boolean) instead.
abstract  void resetView(javax.faces.context.FacesContext facesContext)
          Deprecated. Call FacesContextHelperUtil.resetView() instead.
abstract  void resetView(javax.faces.context.FacesContext facesContext, boolean renderResponse)
          Deprecated. Call FacesContextHelperUtil.resetView(boolean) instead.
abstract  Object resolveExpression(javax.faces.context.FacesContext facesContext, String elExpression)
          Deprecated. Call FacesContextHelperUtil.resolveExpression(String) instead.
abstract  Object resolveExpression(String elExpression)
          Deprecated. Call FacesContextHelperUtil.resolveExpression(String) instead.
abstract  void responseComplete()
          Deprecated. Call FacesContext.responseComplete() instead.
abstract  void setCurrentPhaseId(javax.faces.event.PhaseId currentPhaseId)
          Deprecated. Call FacesContext.setCurrentPhaseId(PhaseId) instead.
abstract  void setExceptionHandler(javax.faces.context.ExceptionHandler exceptionHandler)
          Deprecated. Call FacesContext.setExceptionHandler(ExceptionHandler) instead.
static void setInstance(ExtFacesContext extFacesContext)
          Deprecated. Sets the implementation ApplicationScoped instance.
abstract  void setProcessingEvents(boolean processingEvents)
          Deprecated. Call FacesContext.setProcessingEvents(boolean) instead.
abstract  void setRequestAttribute(javax.faces.context.FacesContext facesContext, String name, Object value)
          Deprecated. Call FacesContextHelperUtil.setRequestAttribute(String, Object) instead.
abstract  void setRequestAttribute(String name, Object value)
          Deprecated. Call FacesContextHelperUtil.setRequestAttribute(String, Object) instead.
abstract  void setResourceLibraryContracts(List<String> contracts)
          Deprecated. Call FacesContext.setResourceLibraryContracts(List) instead.
abstract  void setResponseStream(javax.faces.context.ResponseStream responseStream)
          Deprecated. Call FacesContext.setResponseStream(ResponseStream) instead.
abstract  void setResponseWriter(javax.faces.context.ResponseWriter responseWriter)
          Deprecated. Call FacesContext.setResponseWriter(ResponseWriter) instead.
abstract  void setSessionAttribute(javax.faces.context.FacesContext facesContext, String name, Object value)
          Deprecated. Call FacesContextHelperUtil.setSessionAttribute(String, Object) instead.
abstract  void setSessionAttribute(String name, Object value)
          Deprecated. Call FacesContextHelperUtil.setSessionAttribute(String, Object) instead.
abstract  void setViewRoot(javax.faces.component.UIViewRoot uiViewRoot)
          Deprecated. Call FacesContext.setViewRoot(UIViewRoot) instead.
abstract  void validationFailed()
          Deprecated. Call FacesContext.validationFailed() instead.
 
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
 
Methods inherited from interface com.liferay.faces.util.context.FacesContextHelper
addScript, addScript, addScript, addScript, getScripts, getScripts
 

Constructor Detail

ExtFacesContext

public ExtFacesContext()
Deprecated. 
Method Detail

getInstance

public static ExtFacesContext getInstance()
Deprecated. 
Returns the implementation ApplicationScoped instance.


setInstance

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


addComponentErrorMessage

@Deprecated
public abstract void addComponentErrorMessage(String clientId,
                                                         String messageId)
Deprecated. Call FacesContextHelperUtil.addComponentErrorMessage(String, String) instead.

Description copied from interface: FacesContextHelper
Adds the specified key as a message to the FacesContext with severity javax.faces.application.FacesMessage.SEVERITY_ERROR. The message will not be global, rather it will be associated with the javax.faces.component.UIComponent that is associated with the specified clientId.

Specified by:
addComponentErrorMessage in interface FacesContextHelper

addComponentErrorMessage

@Deprecated
public abstract void addComponentErrorMessage(String clientId,
                                                         String messageId,
                                                         Object... arguments)
Deprecated. Call FacesContextHelperUtil.addComponentErrorMessage(String, String, Object...) instead.

Description copied from interface: FacesContextHelper
Adds the specified key as a global message to the FacesContext with severity javax.faces.application.FacesMessage.SEVERITY_ERROR and substitutes the specified argument(s) for the tokens in the specified key. The message will not be global, rather it will be associated with the javax.faces.component.UIComponent that is associated with the specified clientId.

Specified by:
addComponentErrorMessage in interface FacesContextHelper

addComponentErrorMessage

@Deprecated
public abstract void addComponentErrorMessage(javax.faces.context.FacesContext facesContext,
                                                         String clientId,
                                                         String messageId)
Deprecated. Call FacesContextHelperUtil.addComponentErrorMessage(String, String) instead.

Description copied from interface: FacesContextHelper
Adds the specified key as a message to the FacesContext with severity javax.faces.application.FacesMessage.SEVERITY_ERROR. The message will not be global, rather it will be associated with the javax.faces.component.UIComponent that is associated with the specified clientId.

Specified by:
addComponentErrorMessage in interface FacesContextHelper

addComponentErrorMessage

@Deprecated
public abstract void addComponentErrorMessage(javax.faces.context.FacesContext facesContext,
                                                         String clientId,
                                                         String messageId,
                                                         Object... arguments)
Deprecated. Call FacesContextHelperUtil.addComponentErrorMessage(String, String, Object...) instead.

Description copied from interface: FacesContextHelper
Adds the specified key as a global message to the FacesContext with severity javax.faces.application.FacesMessage.SEVERITY_ERROR and substitutes the specified argument(s) for the tokens in the specified key. The message will not be global, rather it will be associated with the javax.faces.component.UIComponent that is associated with the specified clientId.

Specified by:
addComponentErrorMessage in interface FacesContextHelper

addComponentInfoMessage

@Deprecated
public abstract void addComponentInfoMessage(String clientId,
                                                        String messageId)
Deprecated. Call FacesContextHelperUtil.addComponentInfoMessage(String, String) instead.

Description copied from interface: FacesContextHelper
Adds the specified key as a message to the FacesContext with severity javax.faces.application.FacesMessage.SEVERITY_INFO. The message will not be global, rather it will be associated with the javax.faces.component.UIComponent that is associated with the specified clientId.

Specified by:
addComponentInfoMessage in interface FacesContextHelper

addComponentInfoMessage

@Deprecated
public abstract void addComponentInfoMessage(String clientId,
                                                        String messageId,
                                                        Object... arguments)
Deprecated. Call FacesContextHelperUtil.addComponentInfoMessage(String, String, Object...) instead.

Description copied from interface: FacesContextHelper
Adds the specified key as a global message to the FacesContext with severity javax.faces.application.FacesMessage.SEVERITY_INFO and substitutes the specified argument(s) for the tokens in the specified key. The message will not be global, rather it will be associated with the javax.faces.component.UIComponent that is associated with the specified clientId.

Specified by:
addComponentInfoMessage in interface FacesContextHelper

addComponentInfoMessage

@Deprecated
public abstract void addComponentInfoMessage(javax.faces.context.FacesContext facesContext,
                                                        String clientId,
                                                        String messageId)
Deprecated. Call FacesContextHelperUtil.addComponentInfoMessage(String, String) instead.

Description copied from interface: FacesContextHelper
Adds the specified key as a message to the FacesContext with severity javax.faces.application.FacesMessage.SEVERITY_INFO. The message will not be global, rather it will be associated with the javax.faces.component.UIComponent that is associated with the specified clientId.

Specified by:
addComponentInfoMessage in interface FacesContextHelper

addComponentInfoMessage

@Deprecated
public abstract void addComponentInfoMessage(javax.faces.context.FacesContext facesContext,
                                                        String clientId,
                                                        String messageId,
                                                        Object... arguments)
Deprecated. Call FacesContextHelperUtil.addComponentInfoMessage(String, String, Object...) instead.

Description copied from interface: FacesContextHelper
Adds the specified key as a global message to the FacesContext with severity javax.faces.application.FacesMessage.SEVERITY_INFO and substitutes the specified argument(s) for the tokens in the specified key. The message will not be global, rather it will be associated with the javax.faces.component.UIComponent that is associated with the specified clientId.

Specified by:
addComponentInfoMessage in interface FacesContextHelper

addGlobalErrorMessage

@Deprecated
public abstract void addGlobalErrorMessage(String messageId)
Deprecated. Call FacesContextHelperUtil.addGlobalErrorMessage(String) instead.

Description copied from interface: FacesContextHelper
Adds the specified key as a global message to the FacesContext with severity javax.faces.application.FacesMessage.SEVERITY_ERROR.

Specified by:
addGlobalErrorMessage in interface FacesContextHelper

addGlobalErrorMessage

@Deprecated
public abstract void addGlobalErrorMessage(String messageId,
                                                      Object... arguments)
Deprecated. Call FacesContextHelperUtil.addGlobalErrorMessage(String, Object...) instead.

Description copied from interface: FacesContextHelper
Adds the specified key as a global message to the FacesContext with severity javax.faces.application.FacesMessage.SEVERITY_ERROR and substitutes the specified argument(s) for the tokens in the specified key.

Specified by:
addGlobalErrorMessage in interface FacesContextHelper

addGlobalErrorMessage

@Deprecated
public abstract void addGlobalErrorMessage(javax.faces.context.FacesContext facesContext,
                                                      String messageId)
Deprecated. Call FacesContextHelperUtil.addGlobalErrorMessage(String) instead.

Description copied from interface: FacesContextHelper
Adds the specified key as a global message to the FacesContext with severity javax.faces.application.FacesMessage.SEVERITY_ERROR.

Specified by:
addGlobalErrorMessage in interface FacesContextHelper

addGlobalErrorMessage

@Deprecated
public abstract void addGlobalErrorMessage(javax.faces.context.FacesContext facesContext,
                                                      String messageId,
                                                      Object... arguments)
Deprecated. Call FacesContextHelperUtil.addGlobalErrorMessage(String, Object...) instead.

Description copied from interface: FacesContextHelper
Adds the specified key as a global message to the FacesContext with severity javax.faces.application.FacesMessage.SEVERITY_ERROR and substitutes the specified argument(s) for the tokens in the specified key.

Specified by:
addGlobalErrorMessage in interface FacesContextHelper

addGlobalInfoMessage

@Deprecated
public abstract void addGlobalInfoMessage(String messageId)
Deprecated. Call FacesContextHelperUtil.addGlobalInfoMessage(String) instead.

Description copied from interface: FacesContextHelper
Adds the specified key as a global message to the FacesContext with severity javax.faces.application.FacesMessage.SEVERITY_INFO.

Specified by:
addGlobalInfoMessage in interface FacesContextHelper

addGlobalInfoMessage

@Deprecated
public abstract void addGlobalInfoMessage(String messageId,
                                                     Object... arguments)
Deprecated. Call FacesContextHelperUtil.addGlobalInfoMessage(String, Object...) instead.

Description copied from interface: FacesContextHelper
Adds the specified key as a global message to the FacesContext with severity javax.faces.application.FacesMessage.SEVERITY_INFO and substitutes the specified argument(s) for the tokens in the specified key.

Specified by:
addGlobalInfoMessage in interface FacesContextHelper

addGlobalInfoMessage

@Deprecated
public abstract void addGlobalInfoMessage(javax.faces.context.FacesContext facesContext,
                                                     String messageId)
Deprecated. Call FacesContextHelperUtil.addGlobalInfoMessage(String) instead.

Description copied from interface: FacesContextHelper
Adds the specified key as a global message to the FacesContext with severity javax.faces.application.FacesMessage.SEVERITY_INFO.

Specified by:
addGlobalInfoMessage in interface FacesContextHelper

addGlobalInfoMessage

@Deprecated
public abstract void addGlobalInfoMessage(javax.faces.context.FacesContext facesContext,
                                                     String messageId,
                                                     Object... arguments)
Deprecated. Call FacesContextHelperUtil.addGlobalInfoMessage(String, Object...) instead.

Description copied from interface: FacesContextHelper
Adds the specified key as a global message to the FacesContext with severity javax.faces.application.FacesMessage.SEVERITY_INFO and substitutes the specified argument(s) for the tokens in the specified key.

Specified by:
addGlobalInfoMessage in interface FacesContextHelper

addGlobalSuccessInfoMessage

@Deprecated
public abstract void addGlobalSuccessInfoMessage()
Deprecated. Call FacesContextHelperUtil.addGlobalSuccessInfoMessage() instead.

Description copied from interface: FacesContextHelper
Adds a global information message to the current FacesContext with "your-request-processed-successfully" key as the messageId.

Specified by:
addGlobalSuccessInfoMessage in interface FacesContextHelper

addGlobalSuccessInfoMessage

@Deprecated
public abstract void addGlobalSuccessInfoMessage(javax.faces.context.FacesContext facesContext)
Deprecated. Call FacesContextHelperUtil.addGlobalSuccessInfoMessage() instead.

Description copied from interface: FacesContextHelper
Adds a global information message to the current FacesContext with "your-request-processed-successfully" key as the messageId.

Specified by:
addGlobalSuccessInfoMessage in interface FacesContextHelper

addGlobalUnexpectedErrorMessage

@Deprecated
public abstract void addGlobalUnexpectedErrorMessage()
Deprecated. Call FacesContextHelperUtil.addGlobalUnexpectedErrorMessage() instead.

Description copied from interface: FacesContextHelper
Adds a global error message to the current FacesContext with "an-unexpected-error-occurred" key as the messageId.

Specified by:
addGlobalUnexpectedErrorMessage in interface FacesContextHelper

addGlobalUnexpectedErrorMessage

@Deprecated
public abstract void addGlobalUnexpectedErrorMessage(javax.faces.context.FacesContext facesContext)
Deprecated. Call FacesContextHelperUtil.addGlobalUnexpectedErrorMessage() instead.

Description copied from interface: FacesContextHelper
Adds a global error message to the current FacesContext with "an-unexpected-error-occurred" key as the messageId.

Specified by:
addGlobalUnexpectedErrorMessage in interface FacesContextHelper

addMessage

@Deprecated
public abstract void addMessage(String s,
                                           javax.faces.application.FacesMessage facesMessage)
Deprecated. Call FacesContext.addMessage(String, FacesMessage) instead.

Specified by:
addMessage in class javax.faces.context.FacesContext

addMessage

@Deprecated
public abstract void addMessage(String clientId,
                                           javax.faces.application.FacesMessage.Severity severity,
                                           String messageId)
Deprecated. Call FacesContextHelperUtil.addMessage(String, FacesMessage.Severity, String) instead.

Description copied from interface: FacesContextHelper
Adds the specified key as a message associated with the UIComponent that has the specified clientId. Specify clientId=null for global messages.

Specified by:
addMessage in interface FacesContextHelper

addMessage

@Deprecated
public abstract void addMessage(String clientId,
                                           javax.faces.application.FacesMessage.Severity severity,
                                           String messageId,
                                           Object... arguments)
Deprecated. Call FacesContextHelperUtil.addMessage(String, FacesMessage.Severity, String, Object...) instead.

Description copied from interface: FacesContextHelper
Adds the specified key as a message associated with the UIComponent that has the specified clientId. Specify clientId=null for global messages.

Specified by:
addMessage in interface FacesContextHelper

addMessage

@Deprecated
public abstract void addMessage(javax.faces.context.FacesContext facesContext,
                                           String clientId,
                                           javax.faces.application.FacesMessage.Severity severity,
                                           String messageId)
Deprecated. Call FacesContextHelperUtil.addMessage(String, FacesMessage.Severity, String) instead.

Description copied from interface: FacesContextHelper
Adds the specified key as a message associated with the UIComponent that has the specified clientId. Specify clientId=null for global messages.

Specified by:
addMessage in interface FacesContextHelper

addMessage

@Deprecated
public abstract void addMessage(javax.faces.context.FacesContext facesContext,
                                           String clientId,
                                           javax.faces.application.FacesMessage.Severity severity,
                                           String messageId,
                                           Object... arguments)
Deprecated. Call FacesContextHelperUtil.addMessage(String, FacesMessage.Severity, String, Object...) instead.

Description copied from interface: FacesContextHelper
Adds the specified key as a message associated with the UIComponent that has the specified clientId. Specify clientId=null for global messages.

Specified by:
addMessage in interface FacesContextHelper

getApplication

@Deprecated
public abstract javax.faces.application.Application getApplication()
Deprecated. Call FacesContext.getApplication() instead.

Specified by:
getApplication in class javax.faces.context.FacesContext

getAttributes

@Deprecated
public abstract Map<Object,Object> getAttributes()
Deprecated. Call FacesContext.getAttributes() instead.

Overrides:
getAttributes in class javax.faces.context.FacesContext

getClientIdsWithMessages

@Deprecated
public abstract Iterator<String> getClientIdsWithMessages()
Deprecated. Call FacesContext.getClientIdsWithMessages() instead.

Specified by:
getClientIdsWithMessages in class javax.faces.context.FacesContext

getCurrentPhaseId

@Deprecated
public abstract javax.faces.event.PhaseId getCurrentPhaseId()
Deprecated. Call FacesContext.getCurrentPhaseId() instead.

Overrides:
getCurrentPhaseId in class javax.faces.context.FacesContext

getELContext

@Deprecated
public abstract javax.el.ELContext getELContext()
Deprecated. Call FacesContext.getELContext() instead.

Overrides:
getELContext in class javax.faces.context.FacesContext

getExceptionHandler

@Deprecated
public abstract javax.faces.context.ExceptionHandler getExceptionHandler()
Deprecated. Call FacesContext.getExceptionHandler() instead.

Overrides:
getExceptionHandler in class javax.faces.context.FacesContext

getExternalContext

@Deprecated
public abstract javax.faces.context.ExternalContext getExternalContext()
Deprecated. Call FacesContext.getExternalContext() instead.

Specified by:
getExternalContext in class javax.faces.context.FacesContext

getFacesContext

@Deprecated
public abstract javax.faces.context.FacesContext getFacesContext()
Deprecated. Call FacesContextHelperUtil.getFacesContext() instead.

Description copied from interface: FacesContextHelper
Gets the underlying/wrapped FacesContext ThreadLocal singleton instance.

Specified by:
getFacesContext in interface FacesContextHelper

getLocale

@Deprecated
public abstract Locale getLocale()
Deprecated. Call FacesContextHelperUtil.getLocale() instead.

Description copied from interface: FacesContextHelper
Returns the locale of the viewRoot of the current JSF FacesContext

Specified by:
getLocale in interface FacesContextHelper

getLocale

@Deprecated
public abstract Locale getLocale(javax.faces.context.FacesContext facesContext)
Deprecated. Call FacesContextHelperUtil.getLocale() instead.

Description copied from interface: FacesContextHelper
Returns the locale of the viewRoot of the current JSF FacesContext

Specified by:
getLocale in interface FacesContextHelper

getMaximumSeverity

@Deprecated
public abstract javax.faces.application.FacesMessage.Severity getMaximumSeverity()
Deprecated. Call FacesContext.getMaximumSeverity() instead.

Specified by:
getMaximumSeverity in class javax.faces.context.FacesContext

getMessage

@Deprecated
public abstract String getMessage(String messageId)
Deprecated. Call FacesContextHelperUtil.getMessage(String) instead.

Description copied from interface: FacesContextHelper
Returns the message associated with the specified messageId by delegating to the FacesMessageFactory, according to the current locale.

Specified by:
getMessage in interface FacesContextHelper

getMessage

@Deprecated
public abstract String getMessage(String messageId,
                                             Object... arguments)
Deprecated. Call FacesContextHelperUtil.getMessage(String, Object...) instead.

Description copied from interface: FacesContextHelper
Returns the message associated with the specified messageId by delegating to the FacesMessageFactory, according to the current locale and arguments that are to be substituted.

Specified by:
getMessage in interface FacesContextHelper

getMessage

@Deprecated
public abstract String getMessage(Locale locale,
                                             String messageId)
Deprecated. Call FacesContextHelperUtil.getMessage(Locale, String) instead.

Description copied from interface: FacesContextHelper
Returns the message associated with the specified messageId by delegating to the FacesMessageFactory, according to the specified locale.

Specified by:
getMessage in interface FacesContextHelper

getMessage

@Deprecated
public abstract String getMessage(javax.faces.context.FacesContext facesContext,
                                             String messageId)
Deprecated. Call FacesContextHelperUtil.getMessage(String) instead.

Description copied from interface: FacesContextHelper
Returns the message associated with the specified messageId by delegating to the FacesMessageFactory, according to the current locale.

Specified by:
getMessage in interface FacesContextHelper

getMessage

@Deprecated
public abstract String getMessage(Locale locale,
                                             String messageId,
                                             Object... arguments)
Deprecated. Call FacesContextHelperUtil.getMessage(Locale, String, Object...) instead.

Description copied from interface: FacesContextHelper
Returns the message associated with the specified messageId by delegating to the FacesMessageFactory, according to the specified locale and arguments that are to be substituted.

Specified by:
getMessage in interface FacesContextHelper

getMessage

@Deprecated
public abstract String getMessage(javax.faces.context.FacesContext facesContext,
                                             String messageId,
                                             Object... arguments)
Deprecated. Call FacesContextHelperUtil.getMessage(String, Object...) instead.

Description copied from interface: FacesContextHelper
Returns the message associated with the specified messageId by delegating to the FacesMessageFactory, according to the current locale and arguments that are to be substituted.

Specified by:
getMessage in interface FacesContextHelper

getMessage

@Deprecated
public abstract String getMessage(javax.faces.context.FacesContext facesContext,
                                             Locale locale,
                                             String messageId)
Deprecated. Call FacesContextHelperUtil.getMessage(Locale, String) instead.

Description copied from interface: FacesContextHelper
Returns the message associated with the specified messageId by delegating to the FacesMessageFactory, according to the specified locale.

Specified by:
getMessage in interface FacesContextHelper

getMessage

@Deprecated
public abstract String getMessage(javax.faces.context.FacesContext facesContext,
                                             Locale locale,
                                             String messageId,
                                             Object... arguments)
Deprecated. Call FacesContextHelperUtil.getMessage(Locale, String, Object...) instead.

Description copied from interface: FacesContextHelper
Returns the message associated with the specified messageId by delegating to the FacesMessageFactory, according to the specified locale and arguments that are to be substituted.

Specified by:
getMessage in interface FacesContextHelper

getMessageList

@Deprecated
public abstract List<javax.faces.application.FacesMessage> getMessageList()
Deprecated. Call FacesContext.getMessageList() instead.

Overrides:
getMessageList in class javax.faces.context.FacesContext

getMessageList

@Deprecated
public abstract List<javax.faces.application.FacesMessage> getMessageList(String clientId)
Deprecated. Call FacesContext.getMessageList(String) instead.

Overrides:
getMessageList in class javax.faces.context.FacesContext

getMessages

@Deprecated
public abstract Iterator<javax.faces.application.FacesMessage> getMessages()
Deprecated. Call FacesContext.getMessages() instead.

Specified by:
getMessages in class javax.faces.context.FacesContext

getMessages

@Deprecated
public abstract Iterator<javax.faces.application.FacesMessage> getMessages(String s)
Deprecated. Call FacesContext.getMessages(String) instead.

Specified by:
getMessages in class javax.faces.context.FacesContext

getNamespace

@Deprecated
public abstract String getNamespace()
Deprecated. Call FacesContextHelperUtil.getNamespace() instead.

Description copied from interface: FacesContextHelper
Delegates to the underlying ExternalContext.encodeNamespace(String) method in order to get the application namespace.

Specified by:
getNamespace in interface FacesContextHelper

getNamespace

@Deprecated
public abstract String getNamespace(javax.faces.context.FacesContext facesContext)
Deprecated. Call FacesContextHelperUtil.getNamespace() instead.

Description copied from interface: FacesContextHelper
Delegates to the underlying ExternalContext.encodeNamespace(String) method in order to get the application namespace.

Specified by:
getNamespace in interface FacesContextHelper

getNamingContainerSeparatorChar

@Deprecated
public abstract char getNamingContainerSeparatorChar()
Deprecated. Call FacesContext.getNamingContainerSeparatorChar() instead.

Overrides:
getNamingContainerSeparatorChar in class javax.faces.context.FacesContext

getParentForm

@Deprecated
public abstract javax.faces.component.UIForm getParentForm(javax.faces.component.UIComponent uiComponent)
Deprecated. Call FacesContextHelperUtil.getParentForm(UIComponent) instead.

Description copied from interface: FacesContextHelper
Returns the parent form of the given component or null if no parent form is found.

Specified by:
getParentForm in interface FacesContextHelper
Parameters:
uiComponent - The component whose parent is to be found.

getPartialViewContext

@Deprecated
public abstract javax.faces.context.PartialViewContext getPartialViewContext()
Deprecated. Call FacesContext.getPartialViewContext() instead.

Overrides:
getPartialViewContext in class javax.faces.context.FacesContext

getRenderKit

@Deprecated
public abstract javax.faces.render.RenderKit getRenderKit()
Deprecated. Call FacesContext.getRenderKit() instead.

Specified by:
getRenderKit in class javax.faces.context.FacesContext

getRenderResponse

@Deprecated
public abstract boolean getRenderResponse()
Deprecated. Call FacesContext.getRenderResponse() instead.

Specified by:
getRenderResponse in class javax.faces.context.FacesContext

getRequestAttribute

@Deprecated
public abstract Object getRequestAttribute(String name)
Deprecated. Call FacesContextHelperUtil.getRequestAttribute(String) instead.

Description copied from interface: FacesContextHelper
Returns the value of the request attribute associated with the specified name.

Specified by:
getRequestAttribute in interface FacesContextHelper

getRequestAttribute

@Deprecated
public abstract Object getRequestAttribute(javax.faces.context.FacesContext facesContext,
                                                      String name)
Deprecated. Call FacesContextHelperUtil.getRequestAttribute(String) instead.

Description copied from interface: FacesContextHelper
Returns the value of the request attribute associated with the specified name.

Specified by:
getRequestAttribute in interface FacesContextHelper

getRequestContextPath

@Deprecated
public abstract String getRequestContextPath()
Deprecated. Call FacesContextHelperUtil.getRequestContextPath() instead.

Description copied from interface: FacesContextHelper
Returns The request context path. FacesContext.getExternalContext() ExternalContext.getRequestContextPath()

Specified by:
getRequestContextPath in interface FacesContextHelper

getRequestContextPath

@Deprecated
public abstract String getRequestContextPath(javax.faces.context.FacesContext facesContext)
Deprecated. Call FacesContextHelperUtil.getRequestContextPath() instead.

Description copied from interface: FacesContextHelper
Returns The request context path. FacesContext.getExternalContext() ExternalContext.getRequestContextPath()

Specified by:
getRequestContextPath in interface FacesContextHelper

getRequestParameter

@Deprecated
public abstract String getRequestParameter(String name)
Deprecated. Call FacesContextHelperUtil.getRequestParameter(String) instead.

Description copied from interface: FacesContextHelper
Retrieves the specified parameter passed as part of the request

Specified by:
getRequestParameter in interface FacesContextHelper

getRequestParameter

@Deprecated
public abstract String getRequestParameter(javax.faces.context.FacesContext facesContext,
                                                      String name)
Deprecated. Call FacesContextHelperUtil.getRequestParameter(String) instead.

Description copied from interface: FacesContextHelper
Retrieves the specified parameter passed as part of the request

Specified by:
getRequestParameter in interface FacesContextHelper

getRequestParameterAsBool

@Deprecated
public abstract boolean getRequestParameterAsBool(String name,
                                                             boolean defaultValue)
Deprecated. Call FacesContextHelperUtil.getRequestParameterAsBool(String, boolean) instead.

Description copied from interface: FacesContextHelper
Retrieves the specified parameter passed as part of the request as a boolean. The values "yes", "true", "y", and "1" are accetable values for "TRUE".

Specified by:
getRequestParameterAsBool in interface FacesContextHelper

getRequestParameterAsBool

@Deprecated
public abstract boolean getRequestParameterAsBool(javax.faces.context.FacesContext facesContext,
                                                             String name,
                                                             boolean defaultValue)
Deprecated. Call FacesContextHelperUtil.getRequestParameterAsBool(String, boolean) instead.

Description copied from interface: FacesContextHelper
Retrieves the specified parameter passed as part of the request as a boolean. The values "yes", "true", "y", and "1" are accetable values for "TRUE".

Specified by:
getRequestParameterAsBool in interface FacesContextHelper

getRequestParameterAsInt

@Deprecated
public abstract int getRequestParameterAsInt(String name,
                                                        int defaultValue)
Deprecated. Call FacesContextHelperUtil.getRequestParameterAsInt(String, int) instead.

Description copied from interface: FacesContextHelper
Retrieves the specified parameter passed as part of the request as an integer.

Specified by:
getRequestParameterAsInt in interface FacesContextHelper

getRequestParameterAsInt

@Deprecated
public abstract int getRequestParameterAsInt(javax.faces.context.FacesContext facesContext,
                                                        String name,
                                                        int defaultValue)
Deprecated. Call FacesContextHelperUtil.getRequestParameterAsInt(String, int) instead.

Description copied from interface: FacesContextHelper
Retrieves the specified parameter passed as part of the request as an integer.

Specified by:
getRequestParameterAsInt in interface FacesContextHelper

getRequestParameterAsLong

@Deprecated
public abstract long getRequestParameterAsLong(String name,
                                                          long defaultValue)
Deprecated. Call FacesContextHelperUtil.getRequestParameterAsLong(String, long) instead.

Description copied from interface: FacesContextHelper
Retrieves the specified parameter passed as part of the request as an integer.

Specified by:
getRequestParameterAsLong in interface FacesContextHelper

getRequestParameterAsLong

@Deprecated
public abstract long getRequestParameterAsLong(javax.faces.context.FacesContext facesContext,
                                                          String name,
                                                          long defaultValue)
Deprecated. Call FacesContextHelperUtil.getRequestParameterAsLong(String, long) instead.

Description copied from interface: FacesContextHelper
Retrieves the specified parameter passed as part of the request as an integer.

Specified by:
getRequestParameterAsLong in interface FacesContextHelper

getRequestParameterFromMap

@Deprecated
public abstract String getRequestParameterFromMap(String name)
Deprecated. Call FacesContextHelperUtil.getRequestParameterFromMap(String) instead.

Description copied from interface: FacesContextHelper
Retrieves the specified parameter from the ExternalContext's request parameter map.

Specified by:
getRequestParameterFromMap in interface FacesContextHelper

getRequestParameterFromMap

@Deprecated
public abstract String getRequestParameterFromMap(javax.faces.context.FacesContext facesContext,
                                                             String name)
Deprecated. Call FacesContextHelperUtil.getRequestParameterFromMap(String) instead.

Description copied from interface: FacesContextHelper
Retrieves the specified parameter from the ExternalContext's request parameter map.

Specified by:
getRequestParameterFromMap in interface FacesContextHelper

getRequestParameterMap

@Deprecated
public abstract Map<String,String> getRequestParameterMap()
Deprecated. Call FacesContextHelperUtil.getRequestParameterMap() instead.

Description copied from interface: FacesContextHelper
Returns the map of request parameters from the ExternalContext.

Specified by:
getRequestParameterMap in interface FacesContextHelper
See Also:
ExternalContext.getRequestParameterMap()

getRequestParameterMap

@Deprecated
public abstract Map<String,String> getRequestParameterMap(javax.faces.context.FacesContext facesContext)
Deprecated. Call FacesContextHelperUtil.getRequestParameterMap() instead.

Description copied from interface: FacesContextHelper
Returns the map of request parameters from the ExternalContext.

Specified by:
getRequestParameterMap in interface FacesContextHelper
See Also:
ExternalContext.getRequestParameterMap()

getRequestQueryString

@Deprecated
public abstract String getRequestQueryString()
Deprecated. Call FacesContextHelperUtil.getRequestQueryString() instead.

Description copied from interface: FacesContextHelper
Retrieves the value of the original "javax.servlet.forward.query_string" request attribute.

Specified by:
getRequestQueryString in interface FacesContextHelper

getRequestQueryString

@Deprecated
public abstract String getRequestQueryString(javax.faces.context.FacesContext facesContext)
Deprecated. Call FacesContextHelperUtil.getRequestQueryString() instead.

Description copied from interface: FacesContextHelper
Retrieves the value of the original "javax.servlet.forward.query_string" request attribute.

Specified by:
getRequestQueryString in interface FacesContextHelper

getRequestQueryStringParameter

@Deprecated
public abstract String getRequestQueryStringParameter(String name)
Deprecated. Call FacesContextHelperUtil.getRequestQueryStringParameter(String) instead.

Description copied from interface: FacesContextHelper
Retrieves the value of the specified parameter name from the original "javax.servlet.forward.query_string" request attribute.

Specified by:
getRequestQueryStringParameter in interface FacesContextHelper

getRequestQueryStringParameter

@Deprecated
public abstract String getRequestQueryStringParameter(javax.faces.context.FacesContext facesContext,
                                                                 String name)
Deprecated. Call FacesContextHelperUtil.getRequestQueryStringParameter(String) instead.

Description copied from interface: FacesContextHelper
Retrieves the value of the specified parameter name from the original "javax.servlet.forward.query_string" request attribute.

Specified by:
getRequestQueryStringParameter in interface FacesContextHelper

getResourceLibraryContracts

@Deprecated
public abstract List<String> getResourceLibraryContracts()
Deprecated. Call FacesContext.getResourceLibraryContracts() instead.

Overrides:
getResourceLibraryContracts in class javax.faces.context.FacesContext

getResponseComplete

@Deprecated
public abstract boolean getResponseComplete()
Deprecated. Call FacesContext.getResponseComplete() instead.

Specified by:
getResponseComplete in class javax.faces.context.FacesContext

getResponseStream

@Deprecated
public abstract javax.faces.context.ResponseStream getResponseStream()
Deprecated. Call FacesContext.getResponseStream() instead.

Specified by:
getResponseStream in class javax.faces.context.FacesContext

getResponseWriter

@Deprecated
public abstract javax.faces.context.ResponseWriter getResponseWriter()
Deprecated. Call FacesContext.getResponseWriter() instead.

Specified by:
getResponseWriter in class javax.faces.context.FacesContext

getSession

@Deprecated
public abstract Object getSession(boolean create)
Deprecated. Call FacesContextHelperUtil.getSession(boolean) instead.

Description copied from interface: FacesContextHelper
Returns the session object associated with the current FacesContext.

Specified by:
getSession in interface FacesContextHelper
Parameters:
create - Flag indicating whether or not a session should be created if it doesn't yet exist.

getSession

@Deprecated
public abstract Object getSession(javax.faces.context.FacesContext facesContext,
                                             boolean create)
Deprecated. Call FacesContextHelperUtil.getSession(boolean) instead.

Description copied from interface: FacesContextHelper
Returns the session object associated with the current FacesContext.

Specified by:
getSession in interface FacesContextHelper
create - Flag indicating whether or not a session should be created if it doesn't yet exist.

getSessionAttribute

@Deprecated
public abstract Object getSessionAttribute(String name)
Deprecated. Call FacesContextHelperUtil.getSessionAttribute(String) instead.

Description copied from interface: FacesContextHelper
Returns the value of the session attribute associated with the specified name.

Specified by:
getSessionAttribute in interface FacesContextHelper

getSessionAttribute

@Deprecated
public abstract Object getSessionAttribute(javax.faces.context.FacesContext facesContext,
                                                      String name)
Deprecated. Call FacesContextHelperUtil.getSessionAttribute(String) instead.

Description copied from interface: FacesContextHelper
Returns the value of the session attribute associated with the specified name.

Specified by:
getSessionAttribute in interface FacesContextHelper

getViewRoot

@Deprecated
public abstract javax.faces.component.UIViewRoot getViewRoot()
Deprecated. Call FacesContext.getViewRoot() instead.

Specified by:
getViewRoot in class javax.faces.context.FacesContext

isPostback

@Deprecated
public abstract boolean isPostback()
Deprecated. Call FacesContext.isPostback() instead.

Overrides:
isPostback in class javax.faces.context.FacesContext

isProcessingEvents

@Deprecated
public abstract boolean isProcessingEvents()
Deprecated. Call FacesContext.isProcessingEvents() instead.

Overrides:
isProcessingEvents in class javax.faces.context.FacesContext

isProjectStage

@Deprecated
public abstract boolean isProjectStage(javax.faces.application.ProjectStage stage)
Deprecated. Call FacesContext.isProjectStage(ProjectStage) instead.

Overrides:
isProjectStage in class javax.faces.context.FacesContext

isReleased

@Deprecated
public abstract boolean isReleased()
Deprecated. Call FacesContext.isReleased() instead.

Overrides:
isReleased in class javax.faces.context.FacesContext

isValidationFailed

@Deprecated
public abstract boolean isValidationFailed()
Deprecated. Call FacesContext.isValidationFailed() instead.

Overrides:
isValidationFailed in class javax.faces.context.FacesContext

matchComponentInHierarchy

@Deprecated
public abstract javax.faces.component.UIComponent matchComponentInHierarchy(javax.faces.component.UIComponent parent,
                                                                                       String partialClientId)
Deprecated. Call FacesContextHelperUtil.matchComponentInHierarchy(UIComponent, String) instead.

Description copied from interface: FacesContextHelper
Traverses the component tree starting at the specified UIComponent parent and returns the first UIComponent child that contains the specified partialClientId.

Specified by:
matchComponentInHierarchy in interface FacesContextHelper

matchComponentInHierarchy

@Deprecated
public abstract javax.faces.component.UIComponent matchComponentInHierarchy(javax.faces.context.FacesContext facesContext,
                                                                                       javax.faces.component.UIComponent parent,
                                                                                       String partialClientId)
Deprecated. Call FacesContextHelperUtil.matchComponentInHierarchy(UIComponent, String) instead.

Description copied from interface: FacesContextHelper
Traverses the component tree starting at the specified UIComponent parent and returns the first UIComponent child that contains the specified partialClientId.

Specified by:
matchComponentInHierarchy in interface FacesContextHelper

matchComponentInViewRoot

@Deprecated
public abstract javax.faces.component.UIComponent matchComponentInViewRoot(String partialClientId)
Deprecated. Call FacesContextHelperUtil.matchComponentInViewRoot(String) instead.

Description copied from interface: FacesContextHelper
Traverses the component tree associated with the UIViewRoot of this FacesContext and returns the first UIComponent child that contains the specified partialClientId.

Specified by:
matchComponentInViewRoot in interface FacesContextHelper

matchComponentInViewRoot

@Deprecated
public abstract javax.faces.component.UIComponent matchComponentInViewRoot(javax.faces.context.FacesContext facesContext,
                                                                                      String partialClientId)
Deprecated. Call FacesContextHelperUtil.matchComponentInViewRoot(String) instead.

Description copied from interface: FacesContextHelper
Traverses the component tree associated with the UIViewRoot of this FacesContext and returns the first UIComponent child that contains the specified partialClientId.

Specified by:
matchComponentInViewRoot in interface FacesContextHelper

navigate

@Deprecated
public abstract void navigate(String fromAction,
                                         String outcome)
Deprecated. Call FacesContextHelperUtil.navigate(String, String) instead.

Description copied from interface: FacesContextHelper
Sets the current JSF navigation to the specified outcome.

Specified by:
navigate in interface FacesContextHelper
Parameters:
fromAction - The "from action" as specified in a JSF navigation rule. Can be null to if no action is specified in the rule.
outcome - The "from outcome" as specified in a JSF navigation rule

navigate

@Deprecated
public abstract void navigate(javax.faces.context.FacesContext facesContext,
                                         String fromAction,
                                         String outcome)
Deprecated. Call FacesContextHelperUtil.navigate(String, String) instead.

Description copied from interface: FacesContextHelper
Sets the current JSF navigation to the specified outcome.

Specified by:
navigate in interface FacesContextHelper
fromAction - The "from action" as specified in a JSF navigation rule. Can be null to if no action is specified in the rule.
outcome - The "from outcome" as specified in a JSF navigation rule

navigateTo

@Deprecated
public abstract void navigateTo(String outcome)
Deprecated. Call FacesContextHelperUtil.navigateTo(String) instead.

Description copied from interface: FacesContextHelper
Sets the current JSF navigation to the specified outcome.

Specified by:
navigateTo in interface FacesContextHelper
Parameters:
outcome - The "from outcome" as specified in a JSF navigation rule

navigateTo

@Deprecated
public abstract void navigateTo(javax.faces.context.FacesContext facesContext,
                                           String outcome)
Deprecated. Call FacesContextHelperUtil.navigateTo(String) instead.

Description copied from interface: FacesContextHelper
Sets the current JSF navigation to the specified outcome.

Specified by:
navigateTo in interface FacesContextHelper
outcome - The "from outcome" as specified in a JSF navigation rule

recreateComponentTree

@Deprecated
public abstract void recreateComponentTree()
Deprecated. Call FacesContextHelperUtil.recreateComponentTree() instead.

Description copied from interface: FacesContextHelper
Delete the whole component tree. This causes the tree to be rebuilt the next time it is accessed. This addresses the problem that immediate actions cannot change the values of input components. To clear these values, use this method.

Specified by:
recreateComponentTree in interface FacesContextHelper

recreateComponentTree

@Deprecated
public abstract void recreateComponentTree(javax.faces.context.FacesContext facesContext)
Deprecated. Call FacesContextHelperUtil.recreateComponentTree() instead.

Description copied from interface: FacesContextHelper
Delete the whole component tree. This causes the tree to be rebuilt the next time it is accessed. This addresses the problem that immediate actions cannot change the values of input components. To clear these values, use this method.

Specified by:
recreateComponentTree in interface FacesContextHelper

registerPhaseListener

@Deprecated
public abstract void registerPhaseListener(javax.faces.event.PhaseListener phaseListener)
Deprecated. Call FacesContextHelperUtil.registerPhaseListener(PhaseListener) instead.

Description copied from interface: FacesContextHelper
Register a PhaseListener programatically (instead of in the faces-config.xml). Such a PhaseListener can therefore be controlled by spring and use dependency injection, which is not possible otherwise.

Specified by:
registerPhaseListener in interface FacesContextHelper

release

@Deprecated
public abstract void release()
Deprecated. Call FacesContext.release() instead.

Specified by:
release in class javax.faces.context.FacesContext

removeChildrenFromComponentTree

@Deprecated
public abstract void removeChildrenFromComponentTree(String clientId)
Deprecated. Call FacesContextHelperUtil.removeChildrenFromComponentTree(String) instead.

Description copied from interface: FacesContextHelper
clear component tree since input fields will not be refreshed. See ClearInputComponents for more information.

Specified by:
removeChildrenFromComponentTree in interface FacesContextHelper
Parameters:
clientId - all children of the component with this id are cleared.

removeChildrenFromComponentTree

@Deprecated
public abstract void removeChildrenFromComponentTree(javax.faces.context.FacesContext facesContext,
                                                                String clientId)
Deprecated. Call FacesContextHelperUtil.removeChildrenFromComponentTree(String) instead.

Description copied from interface: FacesContextHelper
clear component tree since input fields will not be refreshed. See ClearInputComponents for more information.

Specified by:
removeChildrenFromComponentTree in interface FacesContextHelper
clientId - all children of the component with this id are cleared.

removeMessages

@Deprecated
public abstract void removeMessages(String clientId)
Deprecated. Call FacesContextHelperUtil.removeMessages(String) instead.

Description copied from interface: FacesContextHelper
Removes all FacesMessage instances from this FacesContext that are associated with the specified clientId.

Specified by:
removeMessages in interface FacesContextHelper

removeMessages

@Deprecated
public abstract void removeMessages(javax.faces.context.FacesContext facesContext,
                                               String clientId)
Deprecated. Call FacesContextHelperUtil.removeMessages(String) instead.

Description copied from interface: FacesContextHelper
Removes all FacesMessage instances from this FacesContext that are associated with the specified clientId.

Specified by:
removeMessages in interface FacesContextHelper

removeMessagesForImmediateComponents

@Deprecated
public abstract void removeMessagesForImmediateComponents()
Deprecated. Call FacesContextHelperUtil.removeMessagesForImmediateComponents() instead.

Description copied from interface: FacesContextHelper
Removes all FacesMessage instances from this FacesContext that are associated with components whose immediate attribute is true.The typical use case for this method is when seemingly bogus messages are added to the FacesContext on components whose immediate attribute is true. This happens because UIInput.processDecodes(javax.faces.context.FacesContext) calls validate() if the the immediate attribute is true.

Specified by:
removeMessagesForImmediateComponents in interface FacesContextHelper

removeMessagesForImmediateComponents

@Deprecated
public abstract void removeMessagesForImmediateComponents(javax.faces.component.UIComponent uiComponent)
Deprecated. Call FacesContextHelperUtil.removeMessagesForImmediateComponents(UIComponent) instead.

Description copied from interface: FacesContextHelper
Removes all FacesMessage instances from this FacesContext that are associated with components whose immediate attribute is true.The typical use case for this method is when seemingly bogus messages are added to the FacesContext on components whose immediate attribute is true. This happens because UIInput.processDecodes(javax.faces.context.FacesContext) calls validate() if the the immediate attribute is true.

Specified by:
removeMessagesForImmediateComponents in interface FacesContextHelper

removeMessagesForImmediateComponents

@Deprecated
public abstract void removeMessagesForImmediateComponents(javax.faces.context.FacesContext facesContext)
Deprecated. Call FacesContextHelperUtil.removeMessagesForImmediateComponents() instead.

Description copied from interface: FacesContextHelper
Removes all FacesMessage instances from this FacesContext that are associated with components whose immediate attribute is true.The typical use case for this method is when seemingly bogus messages are added to the FacesContext on components whose immediate attribute is true. This happens because UIInput.processDecodes(javax.faces.context.FacesContext) calls validate() if the the immediate attribute is true.

Specified by:
removeMessagesForImmediateComponents in interface FacesContextHelper

removeMessagesForImmediateComponents

@Deprecated
public abstract void removeMessagesForImmediateComponents(javax.faces.context.FacesContext facesContext,
                                                                     javax.faces.component.UIComponent uiComponent)
Deprecated. Call FacesContextHelperUtil.removeMessagesForImmediateComponents(UIComponent) instead.

Description copied from interface: FacesContextHelper
Removes all FacesMessage instances from this FacesContext that are associated with components whose immediate attribute is true.The typical use case for this method is when seemingly bogus messages are added to the FacesContext on components whose immediate attribute is true. This happens because UIInput.processDecodes(javax.faces.context.FacesContext) calls validate() if the the immediate attribute is true.

Specified by:
removeMessagesForImmediateComponents in interface FacesContextHelper

removeParentFormFromComponentTree

@Deprecated
public abstract void removeParentFormFromComponentTree(javax.faces.component.UIComponent uiComponent)
Deprecated. Call FacesContextHelperUtil.removeParentFormFromComponentTree(UIComponent) instead.

Description copied from interface: FacesContextHelper
Delete the component subtree of a given component. This causes the subtree to be rebuilt the next time it is accessed. This addresses the problem that immediate actions cannot change the values of input components. To clear these values, use this method.

Specified by:
removeParentFormFromComponentTree in interface FacesContextHelper

renderResponse

@Deprecated
public abstract void renderResponse()
Deprecated. Call FacesContext.renderResponse() instead.

Specified by:
renderResponse in class javax.faces.context.FacesContext

resetView

@Deprecated
public abstract void resetView()
Deprecated. Call FacesContextHelperUtil.resetView() instead.

Description copied from interface: FacesContextHelper
Causes the current view's component tree to be discarded and re-rendered.

Specified by:
resetView in interface FacesContextHelper
See Also:
FacesContextHelper.resetView(boolean)

resetView

@Deprecated
public abstract void resetView(boolean renderResponse)
Deprecated. Call FacesContextHelperUtil.resetView(boolean) instead.

Description copied from interface: FacesContextHelper
Causes the current view's component tree to be discarded and (optionally) re-rendered. This is useful whenever an action causes navigation back to the current view, but the data in the backing bean(s) has changed substantially. The view is rendered as if the user is visiting for the first time.

Specified by:
resetView in interface FacesContextHelper
Parameters:
renderResponse - causes the response to be rendered immediately if true.
See Also:
ClearInputComponents

resetView

@Deprecated
public abstract void resetView(javax.faces.context.FacesContext facesContext)
Deprecated. Call FacesContextHelperUtil.resetView() instead.

Description copied from interface: FacesContextHelper
Causes the current view's component tree to be discarded and re-rendered.

Specified by:
resetView in interface FacesContextHelper
See Also:
FacesContextHelper.resetView(boolean)

resetView

@Deprecated
public abstract void resetView(javax.faces.context.FacesContext facesContext,
                                          boolean renderResponse)
Deprecated. Call FacesContextHelperUtil.resetView(boolean) instead.

Description copied from interface: FacesContextHelper
Causes the current view's component tree to be discarded and (optionally) re-rendered. This is useful whenever an action causes navigation back to the current view, but the data in the backing bean(s) has changed substantially. The view is rendered as if the user is visiting for the first time.

Specified by:
resetView in interface FacesContextHelper
renderResponse - causes the response to be rendered immediately if true.
See Also:
ClearInputComponents

resolveExpression

@Deprecated
public abstract Object resolveExpression(String elExpression)
Deprecated. Call FacesContextHelperUtil.resolveExpression(String) instead.

Description copied from interface: FacesContextHelper
Returns the object associated with the specified EL expression.

Specified by:
resolveExpression in interface FacesContextHelper

resolveExpression

@Deprecated
public abstract Object resolveExpression(javax.faces.context.FacesContext facesContext,
                                                    String elExpression)
Deprecated. Call FacesContextHelperUtil.resolveExpression(String) instead.

Description copied from interface: FacesContextHelper
Returns the object associated with the specified EL expression.

Specified by:
resolveExpression in interface FacesContextHelper

responseComplete

@Deprecated
public abstract void responseComplete()
Deprecated. Call FacesContext.responseComplete() instead.

Specified by:
responseComplete in class javax.faces.context.FacesContext

setCurrentPhaseId

@Deprecated
public abstract void setCurrentPhaseId(javax.faces.event.PhaseId currentPhaseId)
Deprecated. Call FacesContext.setCurrentPhaseId(PhaseId) instead.

Overrides:
setCurrentPhaseId in class javax.faces.context.FacesContext

setExceptionHandler

@Deprecated
public abstract void setExceptionHandler(javax.faces.context.ExceptionHandler exceptionHandler)
Deprecated. Call FacesContext.setExceptionHandler(ExceptionHandler) instead.

Overrides:
setExceptionHandler in class javax.faces.context.FacesContext

setProcessingEvents

@Deprecated
public abstract void setProcessingEvents(boolean processingEvents)
Deprecated. Call FacesContext.setProcessingEvents(boolean) instead.

Overrides:
setProcessingEvents in class javax.faces.context.FacesContext

setRequestAttribute

@Deprecated
public abstract void setRequestAttribute(String name,
                                                    Object value)
Deprecated. Call FacesContextHelperUtil.setRequestAttribute(String, Object) instead.

Description copied from interface: FacesContextHelper
Sets the value of the a request attribute using the specified name and value.

Specified by:
setRequestAttribute in interface FacesContextHelper

setRequestAttribute

@Deprecated
public abstract void setRequestAttribute(javax.faces.context.FacesContext facesContext,
                                                    String name,
                                                    Object value)
Deprecated. Call FacesContextHelperUtil.setRequestAttribute(String, Object) instead.

Description copied from interface: FacesContextHelper
Sets the value of the a request attribute using the specified name and value.

Specified by:
setRequestAttribute in interface FacesContextHelper

setResourceLibraryContracts

@Deprecated
public abstract void setResourceLibraryContracts(List<String> contracts)
Deprecated. Call FacesContext.setResourceLibraryContracts(List) instead.

Overrides:
setResourceLibraryContracts in class javax.faces.context.FacesContext

setResponseStream

@Deprecated
public abstract void setResponseStream(javax.faces.context.ResponseStream responseStream)
Deprecated. Call FacesContext.setResponseStream(ResponseStream) instead.

Specified by:
setResponseStream in class javax.faces.context.FacesContext

setResponseWriter

@Deprecated
public abstract void setResponseWriter(javax.faces.context.ResponseWriter responseWriter)
Deprecated. Call FacesContext.setResponseWriter(ResponseWriter) instead.

Specified by:
setResponseWriter in class javax.faces.context.FacesContext

setSessionAttribute

@Deprecated
public abstract void setSessionAttribute(String name,
                                                    Object value)
Deprecated. Call FacesContextHelperUtil.setSessionAttribute(String, Object) instead.

Description copied from interface: FacesContextHelper
Sets the value of the a session attribute using the specified name and value.

Specified by:
setSessionAttribute in interface FacesContextHelper

setSessionAttribute

@Deprecated
public abstract void setSessionAttribute(javax.faces.context.FacesContext facesContext,
                                                    String name,
                                                    Object value)
Deprecated. Call FacesContextHelperUtil.setSessionAttribute(String, Object) instead.

Description copied from interface: FacesContextHelper
Sets the value of the a session attribute using the specified name and value.

Specified by:
setSessionAttribute in interface FacesContextHelper

setViewRoot

@Deprecated
public abstract void setViewRoot(javax.faces.component.UIViewRoot uiViewRoot)
Deprecated. Call FacesContext.setViewRoot(UIViewRoot) instead.

Specified by:
setViewRoot in class javax.faces.context.FacesContext

validationFailed

@Deprecated
public abstract void validationFailed()
Deprecated. Call FacesContext.validationFailed() instead.

Overrides:
validationFailed in class javax.faces.context.FacesContext


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