public class FacesContextImpl
extends javax.faces.context.FacesContext
| Constructor and Description |
|---|
FacesContextImpl() |
FacesContextImpl(javax.faces.context.ExternalContext ec,
javax.faces.lifecycle.Lifecycle lifecycle) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMessage(java.lang.String clientId,
javax.faces.application.FacesMessage message) |
javax.faces.application.Application |
getApplication()
Return the
Application instance associated with this
web application. |
java.util.Iterator<java.lang.String> |
getClientIdsWithMessages() |
javax.el.ELContext |
getELContext() |
javax.faces.context.ExternalContext |
getExternalContext() |
javax.faces.application.FacesMessage.Severity |
getMaximumSeverity() |
java.util.Iterator<javax.faces.application.FacesMessage> |
getMessages() |
java.util.Iterator<javax.faces.application.FacesMessage> |
getMessages(java.lang.String clientId) |
javax.faces.render.RenderKit |
getRenderKit() |
boolean |
getRenderResponse() |
boolean |
getResponseComplete() |
javax.faces.context.ResponseStream |
getResponseStream() |
javax.faces.context.ResponseWriter |
getResponseWriter() |
javax.faces.component.UIViewRoot |
getViewRoot() |
void |
release() |
void |
renderResponse() |
void |
responseComplete() |
void |
setResponseStream(javax.faces.context.ResponseStream newResponseStream) |
void |
setResponseWriter(javax.faces.context.ResponseWriter newResponseWriter) |
void |
setViewRoot(javax.faces.component.UIViewRoot root) |
public FacesContextImpl()
public FacesContextImpl(javax.faces.context.ExternalContext ec,
javax.faces.lifecycle.Lifecycle lifecycle)
public javax.faces.context.ExternalContext getExternalContext()
getExternalContext in class javax.faces.context.FacesContextpublic javax.faces.application.Application getApplication()
Return the Application instance associated with this
web application.
getApplication in class javax.faces.context.FacesContextpublic javax.el.ELContext getELContext()
getELContext in class javax.faces.context.FacesContextpublic java.util.Iterator<java.lang.String> getClientIdsWithMessages()
getClientIdsWithMessages in class javax.faces.context.FacesContextpublic javax.faces.application.FacesMessage.Severity getMaximumSeverity()
getMaximumSeverity in class javax.faces.context.FacesContextpublic java.util.Iterator<javax.faces.application.FacesMessage> getMessages()
getMessages in class javax.faces.context.FacesContextpublic java.util.Iterator<javax.faces.application.FacesMessage> getMessages(java.lang.String clientId)
getMessages in class javax.faces.context.FacesContextpublic javax.faces.render.RenderKit getRenderKit()
getRenderKit in class javax.faces.context.FacesContextpublic javax.faces.context.ResponseStream getResponseStream()
getResponseStream in class javax.faces.context.FacesContextpublic void setResponseStream(javax.faces.context.ResponseStream newResponseStream)
setResponseStream in class javax.faces.context.FacesContextpublic javax.faces.component.UIViewRoot getViewRoot()
getViewRoot in class javax.faces.context.FacesContextpublic void setViewRoot(javax.faces.component.UIViewRoot root)
setViewRoot in class javax.faces.context.FacesContextpublic javax.faces.context.ResponseWriter getResponseWriter()
getResponseWriter in class javax.faces.context.FacesContextpublic void setResponseWriter(javax.faces.context.ResponseWriter newResponseWriter)
setResponseWriter in class javax.faces.context.FacesContextpublic void addMessage(java.lang.String clientId,
javax.faces.application.FacesMessage message)
addMessage in class javax.faces.context.FacesContextpublic void release()
release in class javax.faces.context.FacesContextpublic void renderResponse()
renderResponse in class javax.faces.context.FacesContextpublic void responseComplete()
responseComplete in class javax.faces.context.FacesContextpublic boolean getRenderResponse()
getRenderResponse in class javax.faces.context.FacesContextpublic boolean getResponseComplete()
getResponseComplete in class javax.faces.context.FacesContextCopyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.