public class FacesContextWrapper
extends javax.faces.context.FacesContext
Constructor and Description |
---|
FacesContextWrapper(javax.faces.context.FacesContext facesContext) |
Modifier and Type | Method and Description |
---|---|
void |
addMessage(String clientId,
javax.faces.application.FacesMessage message) |
javax.faces.application.Application |
getApplication() |
Iterator |
getClientIdsWithMessages() |
javax.faces.context.ExternalContext |
getExternalContext() |
javax.faces.application.FacesMessage.Severity |
getMaximumSeverity() |
Iterator |
getMessages() |
Iterator |
getMessages(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 responsestream) |
void |
setResponseWriter(javax.faces.context.ResponseWriter responsewriter) |
void |
setViewRoot(javax.faces.component.UIViewRoot viewRoot) |
public FacesContextWrapper(javax.faces.context.FacesContext facesContext)
public javax.faces.application.Application getApplication()
getApplication
in class javax.faces.context.FacesContext
public Iterator getClientIdsWithMessages()
getClientIdsWithMessages
in class javax.faces.context.FacesContext
public javax.faces.context.ExternalContext getExternalContext()
getExternalContext
in class javax.faces.context.FacesContext
public javax.faces.application.FacesMessage.Severity getMaximumSeverity()
getMaximumSeverity
in class javax.faces.context.FacesContext
public Iterator getMessages()
getMessages
in class javax.faces.context.FacesContext
public Iterator getMessages(String clientId)
getMessages
in class javax.faces.context.FacesContext
public javax.faces.render.RenderKit getRenderKit()
getRenderKit
in class javax.faces.context.FacesContext
public boolean getRenderResponse()
getRenderResponse
in class javax.faces.context.FacesContext
public boolean getResponseComplete()
getResponseComplete
in class javax.faces.context.FacesContext
public void setResponseStream(javax.faces.context.ResponseStream responsestream)
setResponseStream
in class javax.faces.context.FacesContext
public javax.faces.context.ResponseStream getResponseStream()
getResponseStream
in class javax.faces.context.FacesContext
public void setResponseWriter(javax.faces.context.ResponseWriter responsewriter)
setResponseWriter
in class javax.faces.context.FacesContext
public javax.faces.context.ResponseWriter getResponseWriter()
getResponseWriter
in class javax.faces.context.FacesContext
public void setViewRoot(javax.faces.component.UIViewRoot viewRoot)
setViewRoot
in class javax.faces.context.FacesContext
public javax.faces.component.UIViewRoot getViewRoot()
getViewRoot
in class javax.faces.context.FacesContext
public void addMessage(String clientId, javax.faces.application.FacesMessage message)
addMessage
in class javax.faces.context.FacesContext
public void release()
release
in class javax.faces.context.FacesContext
public void renderResponse()
renderResponse
in class javax.faces.context.FacesContext
public void responseComplete()
responseComplete
in class javax.faces.context.FacesContext
Copyright © 2013 Apache Software Foundation. All Rights Reserved.