org.apache.myfaces.context.servlet
Class FacesContextImpl
java.lang.Object
javax.faces.context.FacesContext
org.apache.myfaces.context.servlet.FacesContextImpl
- Direct Known Subclasses:
- ServletFacesContextImpl
public class FacesContextImpl
- extends FacesContext
- Version:
- $Revision: 684459 $ $Date: 2008-08-10 06:13:56 -0500 (Sun, 10 Aug 2008) $
- Author:
- Manfred Geiler (latest modification by $Author: skitching $), Anton Koinov
Constructor Summary |
FacesContextImpl(javax.portlet.PortletContext portletContext,
javax.portlet.PortletRequest portletRequest,
javax.portlet.PortletResponse portletResponse)
|
FacesContextImpl(javax.servlet.ServletContext servletContext,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FacesContextImpl
public FacesContextImpl(javax.portlet.PortletContext portletContext,
javax.portlet.PortletRequest portletRequest,
javax.portlet.PortletResponse portletResponse)
FacesContextImpl
public FacesContextImpl(javax.servlet.ServletContext servletContext,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse)
getExternalContext
public ExternalContext getExternalContext()
- Specified by:
getExternalContext
in class FacesContext
getMaximumSeverity
public FacesMessage.Severity getMaximumSeverity()
- Specified by:
getMaximumSeverity
in class FacesContext
getMessages
public java.util.Iterator getMessages()
- Specified by:
getMessages
in class FacesContext
getApplication
public Application getApplication()
- Specified by:
getApplication
in class FacesContext
getClientIdsWithMessages
public java.util.Iterator getClientIdsWithMessages()
- Specified by:
getClientIdsWithMessages
in class FacesContext
getMessages
public java.util.Iterator getMessages(java.lang.String clientId)
- Specified by:
getMessages
in class FacesContext
getRenderKit
public RenderKit getRenderKit()
- Specified by:
getRenderKit
in class FacesContext
getRenderResponse
public boolean getRenderResponse()
- Specified by:
getRenderResponse
in class FacesContext
getResponseComplete
public boolean getResponseComplete()
- Specified by:
getResponseComplete
in class FacesContext
setResponseStream
public void setResponseStream(ResponseStream responseStream)
- Specified by:
setResponseStream
in class FacesContext
getResponseStream
public ResponseStream getResponseStream()
- Specified by:
getResponseStream
in class FacesContext
setResponseWriter
public void setResponseWriter(ResponseWriter responseWriter)
- Specified by:
setResponseWriter
in class FacesContext
getResponseWriter
public ResponseWriter getResponseWriter()
- Specified by:
getResponseWriter
in class FacesContext
setViewRoot
public void setViewRoot(UIViewRoot viewRoot)
- Specified by:
setViewRoot
in class FacesContext
getViewRoot
public UIViewRoot getViewRoot()
- Specified by:
getViewRoot
in class FacesContext
addMessage
public void addMessage(java.lang.String clientId,
FacesMessage message)
- Specified by:
addMessage
in class FacesContext
release
public void release()
- Specified by:
release
in class FacesContext
renderResponse
public void renderResponse()
- Specified by:
renderResponse
in class FacesContext
responseComplete
public void responseComplete()
- Specified by:
responseComplete
in class FacesContext
setExternalContext
public void setExternalContext(ReleaseableExternalContext extContext)
getELContext
public javax.el.ELContext getELContext()
- Overrides:
getELContext
in class FacesContext
Copyright © 2008 The Apache Software Foundation. All Rights Reserved.