org.apache.myfaces.context.servlet
Class ServletFacesContextImpl
java.lang.Object
   javax.faces.context.FacesContext
javax.faces.context.FacesContext
       org.apache.myfaces.context.servlet.ServletFacesContextImpl
org.apache.myfaces.context.servlet.ServletFacesContextImpl
- public class ServletFacesContextImpl 
- extends javax.faces.context.FacesContext
- Version:
- $Revision: 938286 $ $Date: 2010-04-26 20:34:00 -0500 (Mon, 26 Apr 2010) $
- Author:
- Manfred Geiler (latest modification by $Author: lu4242 $), Anton Koinov
| Constructor Summary | 
| ServletFacesContextImpl(javax.portlet.PortletContext portletContext,
                        javax.portlet.PortletRequest portletRequest,
                        javax.portlet.PortletResponse portletResponse)
 | 
| ServletFacesContextImpl(javax.servlet.ServletContext servletContext,
                        javax.servlet.ServletRequest servletRequest,
                        javax.servlet.ServletResponse servletResponse)
 | 
 
 
| 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 | 
 
ServletFacesContextImpl
public ServletFacesContextImpl(javax.portlet.PortletContext portletContext,
                               javax.portlet.PortletRequest portletRequest,
                               javax.portlet.PortletResponse portletResponse)
ServletFacesContextImpl
public ServletFacesContextImpl(javax.servlet.ServletContext servletContext,
                               javax.servlet.ServletRequest servletRequest,
                               javax.servlet.ServletResponse servletResponse)
getExternalContext
public javax.faces.context.ExternalContext getExternalContext()
- 
- Specified by:
- getExternalContextin class- javax.faces.context.FacesContext
 
- 
 
getMaximumSeverity
public javax.faces.application.FacesMessage.Severity getMaximumSeverity()
- 
- Specified by:
- getMaximumSeverityin class- javax.faces.context.FacesContext
 
- 
 
getMessages
public java.util.Iterator getMessages()
- 
- Specified by:
- getMessagesin class- javax.faces.context.FacesContext
 
- 
 
getApplication
public javax.faces.application.Application getApplication()
- 
- Specified by:
- getApplicationin class- javax.faces.context.FacesContext
 
- 
 
getClientIdsWithMessages
public java.util.Iterator getClientIdsWithMessages()
- 
- Specified by:
- getClientIdsWithMessagesin class- javax.faces.context.FacesContext
 
- 
 
getMessages
public java.util.Iterator getMessages(java.lang.String clientId)
- 
- Specified by:
- getMessagesin class- javax.faces.context.FacesContext
 
- 
 
getRenderKit
public javax.faces.render.RenderKit getRenderKit()
- 
- Specified by:
- getRenderKitin class- javax.faces.context.FacesContext
 
- 
 
getRenderResponse
public boolean getRenderResponse()
- 
- Specified by:
- getRenderResponsein class- javax.faces.context.FacesContext
 
- 
 
getResponseComplete
public boolean getResponseComplete()
- 
- Specified by:
- getResponseCompletein class- javax.faces.context.FacesContext
 
- 
 
setResponseStream
public void setResponseStream(javax.faces.context.ResponseStream responseStream)
- 
- Specified by:
- setResponseStreamin class- javax.faces.context.FacesContext
 
- 
 
getResponseStream
public javax.faces.context.ResponseStream getResponseStream()
- 
- Specified by:
- getResponseStreamin class- javax.faces.context.FacesContext
 
- 
 
setResponseWriter
public void setResponseWriter(javax.faces.context.ResponseWriter responseWriter)
- 
- Specified by:
- setResponseWriterin class- javax.faces.context.FacesContext
 
- 
 
getResponseWriter
public javax.faces.context.ResponseWriter getResponseWriter()
- 
- Specified by:
- getResponseWriterin class- javax.faces.context.FacesContext
 
- 
 
setViewRoot
public void setViewRoot(javax.faces.component.UIViewRoot viewRoot)
- 
- Specified by:
- setViewRootin class- javax.faces.context.FacesContext
 
- 
 
getViewRoot
public javax.faces.component.UIViewRoot getViewRoot()
- 
- Specified by:
- getViewRootin class- javax.faces.context.FacesContext
 
- 
 
addMessage
public void addMessage(java.lang.String clientId,
                       javax.faces.application.FacesMessage message)
- 
- Specified by:
- addMessagein class- javax.faces.context.FacesContext
 
- 
 
isReleased
public boolean isReleased()
- 
 
release
public void release()
- 
- Specified by:
- releasein class- javax.faces.context.FacesContext
 
- 
 
renderResponse
public void renderResponse()
- 
- Specified by:
- renderResponsein class- javax.faces.context.FacesContext
 
- 
 
responseComplete
public void responseComplete()
- 
- Specified by:
- responseCompletein class- javax.faces.context.FacesContext
 
- 
 
setExternalContext
public void setExternalContext(ReleaseableExternalContext extContext)
- 
 
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.