|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.context.FacesContext
com.liferay.faces.util.context.ExtFacesContext
FacesContextHelperUtil instead.
@Deprecated public abstract class ExtFacesContext
This class is deprecated and has been replaced by FacesContextHelperUtil. For
more information, see FACES-2502.
| 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 |
|---|
public ExtFacesContext()
| Method Detail |
|---|
public static ExtFacesContext getInstance()
ApplicationScoped instance.
public static void setInstance(ExtFacesContext extFacesContext)
ApplicationScoped instance.
@Deprecated
public abstract void addComponentErrorMessage(String clientId,
String messageId)
FacesContextHelperUtil.addComponentErrorMessage(String, String) instead.
FacesContextHelper
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.
addComponentErrorMessage in interface FacesContextHelper
@Deprecated
public abstract void addComponentErrorMessage(String clientId,
String messageId,
Object... arguments)
FacesContextHelperUtil.addComponentErrorMessage(String, String, Object...) instead.
FacesContextHelper
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.
addComponentErrorMessage in interface FacesContextHelper
@Deprecated
public abstract void addComponentErrorMessage(javax.faces.context.FacesContext facesContext,
String clientId,
String messageId)
FacesContextHelperUtil.addComponentErrorMessage(String, String) instead.
FacesContextHelper
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.
addComponentErrorMessage in interface FacesContextHelper
@Deprecated
public abstract void addComponentErrorMessage(javax.faces.context.FacesContext facesContext,
String clientId,
String messageId,
Object... arguments)
FacesContextHelperUtil.addComponentErrorMessage(String, String, Object...) instead.
FacesContextHelper
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.
addComponentErrorMessage in interface FacesContextHelper
@Deprecated
public abstract void addComponentInfoMessage(String clientId,
String messageId)
FacesContextHelperUtil.addComponentInfoMessage(String, String) instead.
FacesContextHelper
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.
addComponentInfoMessage in interface FacesContextHelper
@Deprecated
public abstract void addComponentInfoMessage(String clientId,
String messageId,
Object... arguments)
FacesContextHelperUtil.addComponentInfoMessage(String, String, Object...) instead.
FacesContextHelper
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.
addComponentInfoMessage in interface FacesContextHelper
@Deprecated
public abstract void addComponentInfoMessage(javax.faces.context.FacesContext facesContext,
String clientId,
String messageId)
FacesContextHelperUtil.addComponentInfoMessage(String, String) instead.
FacesContextHelper
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.
addComponentInfoMessage in interface FacesContextHelper
@Deprecated
public abstract void addComponentInfoMessage(javax.faces.context.FacesContext facesContext,
String clientId,
String messageId,
Object... arguments)
FacesContextHelperUtil.addComponentInfoMessage(String, String, Object...) instead.
FacesContextHelper
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.
addComponentInfoMessage in interface FacesContextHelper@Deprecated public abstract void addGlobalErrorMessage(String messageId)
FacesContextHelperUtil.addGlobalErrorMessage(String) instead.
FacesContextHelper
javax.faces.application.FacesMessage.SEVERITY_ERROR.
addGlobalErrorMessage in interface FacesContextHelper
@Deprecated
public abstract void addGlobalErrorMessage(String messageId,
Object... arguments)
FacesContextHelperUtil.addGlobalErrorMessage(String, Object...) instead.
FacesContextHelper
javax.faces.application.FacesMessage.SEVERITY_ERROR and substitutes the specified argument(s) for the
tokens in the specified key.
addGlobalErrorMessage in interface FacesContextHelper
@Deprecated
public abstract void addGlobalErrorMessage(javax.faces.context.FacesContext facesContext,
String messageId)
FacesContextHelperUtil.addGlobalErrorMessage(String) instead.
FacesContextHelper
javax.faces.application.FacesMessage.SEVERITY_ERROR.
addGlobalErrorMessage in interface FacesContextHelper
@Deprecated
public abstract void addGlobalErrorMessage(javax.faces.context.FacesContext facesContext,
String messageId,
Object... arguments)
FacesContextHelperUtil.addGlobalErrorMessage(String, Object...) instead.
FacesContextHelper
javax.faces.application.FacesMessage.SEVERITY_ERROR and substitutes the specified argument(s) for the
tokens in the specified key.
addGlobalErrorMessage in interface FacesContextHelper@Deprecated public abstract void addGlobalInfoMessage(String messageId)
FacesContextHelperUtil.addGlobalInfoMessage(String) instead.
FacesContextHelper
javax.faces.application.FacesMessage.SEVERITY_INFO.
addGlobalInfoMessage in interface FacesContextHelper
@Deprecated
public abstract void addGlobalInfoMessage(String messageId,
Object... arguments)
FacesContextHelperUtil.addGlobalInfoMessage(String, Object...) instead.
FacesContextHelper
javax.faces.application.FacesMessage.SEVERITY_INFO and substitutes the specified argument(s) for the
tokens in the specified key.
addGlobalInfoMessage in interface FacesContextHelper
@Deprecated
public abstract void addGlobalInfoMessage(javax.faces.context.FacesContext facesContext,
String messageId)
FacesContextHelperUtil.addGlobalInfoMessage(String) instead.
FacesContextHelper
javax.faces.application.FacesMessage.SEVERITY_INFO.
addGlobalInfoMessage in interface FacesContextHelper
@Deprecated
public abstract void addGlobalInfoMessage(javax.faces.context.FacesContext facesContext,
String messageId,
Object... arguments)
FacesContextHelperUtil.addGlobalInfoMessage(String, Object...) instead.
FacesContextHelper
javax.faces.application.FacesMessage.SEVERITY_INFO and substitutes the specified argument(s) for the
tokens in the specified key.
addGlobalInfoMessage in interface FacesContextHelper@Deprecated public abstract void addGlobalSuccessInfoMessage()
FacesContextHelperUtil.addGlobalSuccessInfoMessage() instead.
FacesContextHelper
addGlobalSuccessInfoMessage in interface FacesContextHelper@Deprecated public abstract void addGlobalSuccessInfoMessage(javax.faces.context.FacesContext facesContext)
FacesContextHelperUtil.addGlobalSuccessInfoMessage() instead.
FacesContextHelper
addGlobalSuccessInfoMessage in interface FacesContextHelper@Deprecated public abstract void addGlobalUnexpectedErrorMessage()
FacesContextHelperUtil.addGlobalUnexpectedErrorMessage() instead.
FacesContextHelper
addGlobalUnexpectedErrorMessage in interface FacesContextHelper@Deprecated public abstract void addGlobalUnexpectedErrorMessage(javax.faces.context.FacesContext facesContext)
FacesContextHelperUtil.addGlobalUnexpectedErrorMessage() instead.
FacesContextHelper
addGlobalUnexpectedErrorMessage in interface FacesContextHelper
@Deprecated
public abstract void addMessage(String s,
javax.faces.application.FacesMessage facesMessage)
FacesContext.addMessage(String, FacesMessage) instead.
addMessage in class javax.faces.context.FacesContext
@Deprecated
public abstract void addMessage(String clientId,
javax.faces.application.FacesMessage.Severity severity,
String messageId)
FacesContextHelperUtil.addMessage(String, FacesMessage.Severity, String) instead.
FacesContextHelper
addMessage in interface FacesContextHelper
@Deprecated
public abstract void addMessage(String clientId,
javax.faces.application.FacesMessage.Severity severity,
String messageId,
Object... arguments)
FacesContextHelperUtil.addMessage(String, FacesMessage.Severity, String, Object...)
instead.
FacesContextHelper
addMessage in interface FacesContextHelper
@Deprecated
public abstract void addMessage(javax.faces.context.FacesContext facesContext,
String clientId,
javax.faces.application.FacesMessage.Severity severity,
String messageId)
FacesContextHelperUtil.addMessage(String, FacesMessage.Severity, String) instead.
FacesContextHelper
addMessage in interface FacesContextHelper
@Deprecated
public abstract void addMessage(javax.faces.context.FacesContext facesContext,
String clientId,
javax.faces.application.FacesMessage.Severity severity,
String messageId,
Object... arguments)
FacesContextHelperUtil.addMessage(String, FacesMessage.Severity, String, Object...)
instead.
FacesContextHelper
addMessage in interface FacesContextHelper@Deprecated public abstract javax.faces.application.Application getApplication()
FacesContext.getApplication() instead.
getApplication in class javax.faces.context.FacesContext@Deprecated public abstract Map<Object,Object> getAttributes()
FacesContext.getAttributes() instead.
getAttributes in class javax.faces.context.FacesContext@Deprecated public abstract Iterator<String> getClientIdsWithMessages()
FacesContext.getClientIdsWithMessages() instead.
getClientIdsWithMessages in class javax.faces.context.FacesContext@Deprecated public abstract javax.faces.event.PhaseId getCurrentPhaseId()
FacesContext.getCurrentPhaseId() instead.
getCurrentPhaseId in class javax.faces.context.FacesContext@Deprecated public abstract javax.el.ELContext getELContext()
FacesContext.getELContext() instead.
getELContext in class javax.faces.context.FacesContext@Deprecated public abstract javax.faces.context.ExceptionHandler getExceptionHandler()
FacesContext.getExceptionHandler() instead.
getExceptionHandler in class javax.faces.context.FacesContext@Deprecated public abstract javax.faces.context.ExternalContext getExternalContext()
FacesContext.getExternalContext() instead.
getExternalContext in class javax.faces.context.FacesContext@Deprecated public abstract javax.faces.context.FacesContext getFacesContext()
FacesContextHelperUtil.getFacesContext() instead.
FacesContextHelper
getFacesContext in interface FacesContextHelper@Deprecated public abstract Locale getLocale()
FacesContextHelperUtil.getLocale() instead.
FacesContextHelper
getLocale in interface FacesContextHelper@Deprecated public abstract Locale getLocale(javax.faces.context.FacesContext facesContext)
FacesContextHelperUtil.getLocale() instead.
FacesContextHelper
getLocale in interface FacesContextHelper@Deprecated public abstract javax.faces.application.FacesMessage.Severity getMaximumSeverity()
FacesContext.getMaximumSeverity() instead.
getMaximumSeverity in class javax.faces.context.FacesContext@Deprecated public abstract String getMessage(String messageId)
FacesContextHelperUtil.getMessage(String) instead.
FacesContextHelper
getMessage in interface FacesContextHelper
@Deprecated
public abstract String getMessage(String messageId,
Object... arguments)
FacesContextHelperUtil.getMessage(String, Object...) instead.
FacesContextHelper
getMessage in interface FacesContextHelper
@Deprecated
public abstract String getMessage(Locale locale,
String messageId)
FacesContextHelperUtil.getMessage(Locale, String) instead.
FacesContextHelper
getMessage in interface FacesContextHelper
@Deprecated
public abstract String getMessage(javax.faces.context.FacesContext facesContext,
String messageId)
FacesContextHelperUtil.getMessage(String) instead.
FacesContextHelper
getMessage in interface FacesContextHelper
@Deprecated
public abstract String getMessage(Locale locale,
String messageId,
Object... arguments)
FacesContextHelperUtil.getMessage(Locale, String, Object...) instead.
FacesContextHelper
getMessage in interface FacesContextHelper
@Deprecated
public abstract String getMessage(javax.faces.context.FacesContext facesContext,
String messageId,
Object... arguments)
FacesContextHelperUtil.getMessage(String, Object...) instead.
FacesContextHelper
getMessage in interface FacesContextHelper
@Deprecated
public abstract String getMessage(javax.faces.context.FacesContext facesContext,
Locale locale,
String messageId)
FacesContextHelperUtil.getMessage(Locale, String) instead.
FacesContextHelper
getMessage in interface FacesContextHelper
@Deprecated
public abstract String getMessage(javax.faces.context.FacesContext facesContext,
Locale locale,
String messageId,
Object... arguments)
FacesContextHelperUtil.getMessage(Locale, String, Object...) instead.
FacesContextHelper
getMessage in interface FacesContextHelper@Deprecated public abstract List<javax.faces.application.FacesMessage> getMessageList()
FacesContext.getMessageList() instead.
getMessageList in class javax.faces.context.FacesContext@Deprecated public abstract List<javax.faces.application.FacesMessage> getMessageList(String clientId)
FacesContext.getMessageList(String) instead.
getMessageList in class javax.faces.context.FacesContext@Deprecated public abstract Iterator<javax.faces.application.FacesMessage> getMessages()
FacesContext.getMessages() instead.
getMessages in class javax.faces.context.FacesContext@Deprecated public abstract Iterator<javax.faces.application.FacesMessage> getMessages(String s)
FacesContext.getMessages(String) instead.
getMessages in class javax.faces.context.FacesContext@Deprecated public abstract String getNamespace()
FacesContextHelperUtil.getNamespace() instead.
FacesContextHelperExternalContext.encodeNamespace(String) method in order to get the
application namespace.
getNamespace in interface FacesContextHelper@Deprecated public abstract String getNamespace(javax.faces.context.FacesContext facesContext)
FacesContextHelperUtil.getNamespace() instead.
FacesContextHelperExternalContext.encodeNamespace(String) method in order to get the
application namespace.
getNamespace in interface FacesContextHelper@Deprecated public abstract char getNamingContainerSeparatorChar()
FacesContext.getNamingContainerSeparatorChar() instead.
getNamingContainerSeparatorChar in class javax.faces.context.FacesContext@Deprecated public abstract javax.faces.component.UIForm getParentForm(javax.faces.component.UIComponent uiComponent)
FacesContextHelperUtil.getParentForm(UIComponent) instead.
FacesContextHelpernull if no parent form is found.
getParentForm in interface FacesContextHelperuiComponent - The component whose parent is to be found.@Deprecated public abstract javax.faces.context.PartialViewContext getPartialViewContext()
FacesContext.getPartialViewContext() instead.
getPartialViewContext in class javax.faces.context.FacesContext@Deprecated public abstract javax.faces.render.RenderKit getRenderKit()
FacesContext.getRenderKit() instead.
getRenderKit in class javax.faces.context.FacesContext@Deprecated public abstract boolean getRenderResponse()
FacesContext.getRenderResponse() instead.
getRenderResponse in class javax.faces.context.FacesContext@Deprecated public abstract Object getRequestAttribute(String name)
FacesContextHelperUtil.getRequestAttribute(String) instead.
FacesContextHelper
getRequestAttribute in interface FacesContextHelper
@Deprecated
public abstract Object getRequestAttribute(javax.faces.context.FacesContext facesContext,
String name)
FacesContextHelperUtil.getRequestAttribute(String) instead.
FacesContextHelper
getRequestAttribute in interface FacesContextHelper@Deprecated public abstract String getRequestContextPath()
FacesContextHelperUtil.getRequestContextPath() instead.
FacesContextHelperFacesContext.getExternalContext() ExternalContext.getRequestContextPath()
getRequestContextPath in interface FacesContextHelper@Deprecated public abstract String getRequestContextPath(javax.faces.context.FacesContext facesContext)
FacesContextHelperUtil.getRequestContextPath() instead.
FacesContextHelperFacesContext.getExternalContext() ExternalContext.getRequestContextPath()
getRequestContextPath in interface FacesContextHelper@Deprecated public abstract String getRequestParameter(String name)
FacesContextHelperUtil.getRequestParameter(String) instead.
FacesContextHelper
getRequestParameter in interface FacesContextHelper
@Deprecated
public abstract String getRequestParameter(javax.faces.context.FacesContext facesContext,
String name)
FacesContextHelperUtil.getRequestParameter(String) instead.
FacesContextHelper
getRequestParameter in interface FacesContextHelper
@Deprecated
public abstract boolean getRequestParameterAsBool(String name,
boolean defaultValue)
FacesContextHelperUtil.getRequestParameterAsBool(String, boolean) instead.
FacesContextHelper
getRequestParameterAsBool in interface FacesContextHelper
@Deprecated
public abstract boolean getRequestParameterAsBool(javax.faces.context.FacesContext facesContext,
String name,
boolean defaultValue)
FacesContextHelperUtil.getRequestParameterAsBool(String, boolean) instead.
FacesContextHelper
getRequestParameterAsBool in interface FacesContextHelper
@Deprecated
public abstract int getRequestParameterAsInt(String name,
int defaultValue)
FacesContextHelperUtil.getRequestParameterAsInt(String, int) instead.
FacesContextHelper
getRequestParameterAsInt in interface FacesContextHelper
@Deprecated
public abstract int getRequestParameterAsInt(javax.faces.context.FacesContext facesContext,
String name,
int defaultValue)
FacesContextHelperUtil.getRequestParameterAsInt(String, int) instead.
FacesContextHelper
getRequestParameterAsInt in interface FacesContextHelper
@Deprecated
public abstract long getRequestParameterAsLong(String name,
long defaultValue)
FacesContextHelperUtil.getRequestParameterAsLong(String, long) instead.
FacesContextHelper
getRequestParameterAsLong in interface FacesContextHelper
@Deprecated
public abstract long getRequestParameterAsLong(javax.faces.context.FacesContext facesContext,
String name,
long defaultValue)
FacesContextHelperUtil.getRequestParameterAsLong(String, long) instead.
FacesContextHelper
getRequestParameterAsLong in interface FacesContextHelper@Deprecated public abstract String getRequestParameterFromMap(String name)
FacesContextHelperUtil.getRequestParameterFromMap(String) instead.
FacesContextHelper
getRequestParameterFromMap in interface FacesContextHelper
@Deprecated
public abstract String getRequestParameterFromMap(javax.faces.context.FacesContext facesContext,
String name)
FacesContextHelperUtil.getRequestParameterFromMap(String) instead.
FacesContextHelper
getRequestParameterFromMap in interface FacesContextHelper@Deprecated public abstract Map<String,String> getRequestParameterMap()
FacesContextHelperUtil.getRequestParameterMap() instead.
FacesContextHelper
getRequestParameterMap in interface FacesContextHelperExternalContext.getRequestParameterMap()@Deprecated public abstract Map<String,String> getRequestParameterMap(javax.faces.context.FacesContext facesContext)
FacesContextHelperUtil.getRequestParameterMap() instead.
FacesContextHelper
getRequestParameterMap in interface FacesContextHelperExternalContext.getRequestParameterMap()@Deprecated public abstract String getRequestQueryString()
FacesContextHelperUtil.getRequestQueryString() instead.
FacesContextHelper
getRequestQueryString in interface FacesContextHelper@Deprecated public abstract String getRequestQueryString(javax.faces.context.FacesContext facesContext)
FacesContextHelperUtil.getRequestQueryString() instead.
FacesContextHelper
getRequestQueryString in interface FacesContextHelper@Deprecated public abstract String getRequestQueryStringParameter(String name)
FacesContextHelperUtil.getRequestQueryStringParameter(String) instead.
FacesContextHelper
getRequestQueryStringParameter in interface FacesContextHelper
@Deprecated
public abstract String getRequestQueryStringParameter(javax.faces.context.FacesContext facesContext,
String name)
FacesContextHelperUtil.getRequestQueryStringParameter(String) instead.
FacesContextHelper
getRequestQueryStringParameter in interface FacesContextHelper@Deprecated public abstract List<String> getResourceLibraryContracts()
FacesContext.getResourceLibraryContracts() instead.
getResourceLibraryContracts in class javax.faces.context.FacesContext@Deprecated public abstract boolean getResponseComplete()
FacesContext.getResponseComplete() instead.
getResponseComplete in class javax.faces.context.FacesContext@Deprecated public abstract javax.faces.context.ResponseStream getResponseStream()
FacesContext.getResponseStream() instead.
getResponseStream in class javax.faces.context.FacesContext@Deprecated public abstract javax.faces.context.ResponseWriter getResponseWriter()
FacesContext.getResponseWriter() instead.
getResponseWriter in class javax.faces.context.FacesContext@Deprecated public abstract Object getSession(boolean create)
FacesContextHelperUtil.getSession(boolean) instead.
FacesContextHelper
getSession in interface FacesContextHelpercreate - Flag indicating whether or not a session should be created if it doesn't yet exist.
@Deprecated
public abstract Object getSession(javax.faces.context.FacesContext facesContext,
boolean create)
FacesContextHelperUtil.getSession(boolean) instead.
FacesContextHelper
getSession in interface FacesContextHelpercreate - Flag indicating whether or not a session should be created if it doesn't yet exist.@Deprecated public abstract Object getSessionAttribute(String name)
FacesContextHelperUtil.getSessionAttribute(String) instead.
FacesContextHelper
getSessionAttribute in interface FacesContextHelper
@Deprecated
public abstract Object getSessionAttribute(javax.faces.context.FacesContext facesContext,
String name)
FacesContextHelperUtil.getSessionAttribute(String) instead.
FacesContextHelper
getSessionAttribute in interface FacesContextHelper@Deprecated public abstract javax.faces.component.UIViewRoot getViewRoot()
FacesContext.getViewRoot() instead.
getViewRoot in class javax.faces.context.FacesContext@Deprecated public abstract boolean isPostback()
FacesContext.isPostback() instead.
isPostback in class javax.faces.context.FacesContext@Deprecated public abstract boolean isProcessingEvents()
FacesContext.isProcessingEvents() instead.
isProcessingEvents in class javax.faces.context.FacesContext@Deprecated public abstract boolean isProjectStage(javax.faces.application.ProjectStage stage)
FacesContext.isProjectStage(ProjectStage) instead.
isProjectStage in class javax.faces.context.FacesContext@Deprecated public abstract boolean isReleased()
FacesContext.isReleased() instead.
isReleased in class javax.faces.context.FacesContext@Deprecated public abstract boolean isValidationFailed()
FacesContext.isValidationFailed() instead.
isValidationFailed in class javax.faces.context.FacesContext
@Deprecated
public abstract javax.faces.component.UIComponent matchComponentInHierarchy(javax.faces.component.UIComponent parent,
String partialClientId)
FacesContextHelperUtil.matchComponentInHierarchy(UIComponent, String) instead.
FacesContextHelper
matchComponentInHierarchy in interface FacesContextHelper
@Deprecated
public abstract javax.faces.component.UIComponent matchComponentInHierarchy(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent parent,
String partialClientId)
FacesContextHelperUtil.matchComponentInHierarchy(UIComponent, String) instead.
FacesContextHelper
matchComponentInHierarchy in interface FacesContextHelper@Deprecated public abstract javax.faces.component.UIComponent matchComponentInViewRoot(String partialClientId)
FacesContextHelperUtil.matchComponentInViewRoot(String) instead.
FacesContextHelper
matchComponentInViewRoot in interface FacesContextHelper
@Deprecated
public abstract javax.faces.component.UIComponent matchComponentInViewRoot(javax.faces.context.FacesContext facesContext,
String partialClientId)
FacesContextHelperUtil.matchComponentInViewRoot(String) instead.
FacesContextHelper
matchComponentInViewRoot in interface FacesContextHelper
@Deprecated
public abstract void navigate(String fromAction,
String outcome)
FacesContextHelperUtil.navigate(String, String) instead.
FacesContextHelper
navigate in interface FacesContextHelperfromAction - 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
@Deprecated
public abstract void navigate(javax.faces.context.FacesContext facesContext,
String fromAction,
String outcome)
FacesContextHelperUtil.navigate(String, String) instead.
FacesContextHelper
navigate in interface FacesContextHelperfromAction - 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@Deprecated public abstract void navigateTo(String outcome)
FacesContextHelperUtil.navigateTo(String) instead.
FacesContextHelper
navigateTo in interface FacesContextHelperoutcome - The "from outcome" as specified in a JSF navigation rule
@Deprecated
public abstract void navigateTo(javax.faces.context.FacesContext facesContext,
String outcome)
FacesContextHelperUtil.navigateTo(String) instead.
FacesContextHelper
navigateTo in interface FacesContextHelperoutcome - The "from outcome" as specified in a JSF navigation rule@Deprecated public abstract void recreateComponentTree()
FacesContextHelperUtil.recreateComponentTree() instead.
FacesContextHelper
recreateComponentTree in interface FacesContextHelper@Deprecated public abstract void recreateComponentTree(javax.faces.context.FacesContext facesContext)
FacesContextHelperUtil.recreateComponentTree() instead.
FacesContextHelper
recreateComponentTree in interface FacesContextHelper@Deprecated public abstract void registerPhaseListener(javax.faces.event.PhaseListener phaseListener)
FacesContextHelperUtil.registerPhaseListener(PhaseListener) instead.
FacesContextHelperPhaseListener 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.
registerPhaseListener in interface FacesContextHelper@Deprecated public abstract void release()
FacesContext.release() instead.
release in class javax.faces.context.FacesContext@Deprecated public abstract void removeChildrenFromComponentTree(String clientId)
FacesContextHelperUtil.removeChildrenFromComponentTree(String) instead.
FacesContextHelper
removeChildrenFromComponentTree in interface FacesContextHelperclientId - all children of the component with this id are cleared.
@Deprecated
public abstract void removeChildrenFromComponentTree(javax.faces.context.FacesContext facesContext,
String clientId)
FacesContextHelperUtil.removeChildrenFromComponentTree(String) instead.
FacesContextHelper
removeChildrenFromComponentTree in interface FacesContextHelperclientId - all children of the component with this id are cleared.@Deprecated public abstract void removeMessages(String clientId)
FacesContextHelperUtil.removeMessages(String) instead.
FacesContextHelper
removeMessages in interface FacesContextHelper
@Deprecated
public abstract void removeMessages(javax.faces.context.FacesContext facesContext,
String clientId)
FacesContextHelperUtil.removeMessages(String) instead.
FacesContextHelper
removeMessages in interface FacesContextHelper@Deprecated public abstract void removeMessagesForImmediateComponents()
FacesContextHelperUtil.removeMessagesForImmediateComponents() instead.
FacesContextHelperUIInput.processDecodes(javax.faces.context.FacesContext)
calls validate() if the the immediate attribute is true.
removeMessagesForImmediateComponents in interface FacesContextHelper@Deprecated public abstract void removeMessagesForImmediateComponents(javax.faces.component.UIComponent uiComponent)
FacesContextHelperUtil.removeMessagesForImmediateComponents(UIComponent) instead.
FacesContextHelperUIInput.processDecodes(javax.faces.context.FacesContext)
calls validate() if the the immediate attribute is true.
removeMessagesForImmediateComponents in interface FacesContextHelper@Deprecated public abstract void removeMessagesForImmediateComponents(javax.faces.context.FacesContext facesContext)
FacesContextHelperUtil.removeMessagesForImmediateComponents() instead.
FacesContextHelperUIInput.processDecodes(javax.faces.context.FacesContext)
calls validate() if the the immediate attribute is true.
removeMessagesForImmediateComponents in interface FacesContextHelper
@Deprecated
public abstract void removeMessagesForImmediateComponents(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
FacesContextHelperUtil.removeMessagesForImmediateComponents(UIComponent) instead.
FacesContextHelperUIInput.processDecodes(javax.faces.context.FacesContext)
calls validate() if the the immediate attribute is true.
removeMessagesForImmediateComponents in interface FacesContextHelper@Deprecated public abstract void removeParentFormFromComponentTree(javax.faces.component.UIComponent uiComponent)
FacesContextHelperUtil.removeParentFormFromComponentTree(UIComponent) instead.
FacesContextHelper
removeParentFormFromComponentTree in interface FacesContextHelper@Deprecated public abstract void renderResponse()
FacesContext.renderResponse() instead.
renderResponse in class javax.faces.context.FacesContext@Deprecated public abstract void resetView()
FacesContextHelperUtil.resetView() instead.
FacesContextHelper
resetView in interface FacesContextHelperFacesContextHelper.resetView(boolean)@Deprecated public abstract void resetView(boolean renderResponse)
FacesContextHelperUtil.resetView(boolean) instead.
FacesContextHelper
resetView in interface FacesContextHelperrenderResponse - causes the response to be rendered immediately if true.@Deprecated public abstract void resetView(javax.faces.context.FacesContext facesContext)
FacesContextHelperUtil.resetView() instead.
FacesContextHelper
resetView in interface FacesContextHelperFacesContextHelper.resetView(boolean)
@Deprecated
public abstract void resetView(javax.faces.context.FacesContext facesContext,
boolean renderResponse)
FacesContextHelperUtil.resetView(boolean) instead.
FacesContextHelper
resetView in interface FacesContextHelperrenderResponse - causes the response to be rendered immediately if true.@Deprecated public abstract Object resolveExpression(String elExpression)
FacesContextHelperUtil.resolveExpression(String) instead.
FacesContextHelper
resolveExpression in interface FacesContextHelper
@Deprecated
public abstract Object resolveExpression(javax.faces.context.FacesContext facesContext,
String elExpression)
FacesContextHelperUtil.resolveExpression(String) instead.
FacesContextHelper
resolveExpression in interface FacesContextHelper@Deprecated public abstract void responseComplete()
FacesContext.responseComplete() instead.
responseComplete in class javax.faces.context.FacesContext@Deprecated public abstract void setCurrentPhaseId(javax.faces.event.PhaseId currentPhaseId)
FacesContext.setCurrentPhaseId(PhaseId) instead.
setCurrentPhaseId in class javax.faces.context.FacesContext@Deprecated public abstract void setExceptionHandler(javax.faces.context.ExceptionHandler exceptionHandler)
FacesContext.setExceptionHandler(ExceptionHandler) instead.
setExceptionHandler in class javax.faces.context.FacesContext@Deprecated public abstract void setProcessingEvents(boolean processingEvents)
FacesContext.setProcessingEvents(boolean) instead.
setProcessingEvents in class javax.faces.context.FacesContext
@Deprecated
public abstract void setRequestAttribute(String name,
Object value)
FacesContextHelperUtil.setRequestAttribute(String, Object) instead.
FacesContextHelper
setRequestAttribute in interface FacesContextHelper
@Deprecated
public abstract void setRequestAttribute(javax.faces.context.FacesContext facesContext,
String name,
Object value)
FacesContextHelperUtil.setRequestAttribute(String, Object) instead.
FacesContextHelper
setRequestAttribute in interface FacesContextHelper@Deprecated public abstract void setResourceLibraryContracts(List<String> contracts)
FacesContext.setResourceLibraryContracts(List) instead.
setResourceLibraryContracts in class javax.faces.context.FacesContext@Deprecated public abstract void setResponseStream(javax.faces.context.ResponseStream responseStream)
FacesContext.setResponseStream(ResponseStream) instead.
setResponseStream in class javax.faces.context.FacesContext@Deprecated public abstract void setResponseWriter(javax.faces.context.ResponseWriter responseWriter)
FacesContext.setResponseWriter(ResponseWriter) instead.
setResponseWriter in class javax.faces.context.FacesContext
@Deprecated
public abstract void setSessionAttribute(String name,
Object value)
FacesContextHelperUtil.setSessionAttribute(String, Object) instead.
FacesContextHelper
setSessionAttribute in interface FacesContextHelper
@Deprecated
public abstract void setSessionAttribute(javax.faces.context.FacesContext facesContext,
String name,
Object value)
FacesContextHelperUtil.setSessionAttribute(String, Object) instead.
FacesContextHelper
setSessionAttribute in interface FacesContextHelper@Deprecated public abstract void setViewRoot(javax.faces.component.UIViewRoot uiViewRoot)
FacesContext.setViewRoot(UIViewRoot) instead.
setViewRoot in class javax.faces.context.FacesContext@Deprecated public abstract void validationFailed()
FacesContext.validationFailed() instead.
validationFailed in class javax.faces.context.FacesContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||