org.apache.myfaces.context.servlet
Class ServletFacesContextImpl
java.lang.Object
|
+--javax.faces.context.FacesContext
|
+--org.apache.myfaces.context.servlet.ServletFacesContextImpl
- public class ServletFacesContextImpl
- extends javax.faces.context.FacesContext
- Version:
- $Revision: 1.18 $ $Date: 2005/01/26 17:03:11 $
$Log: ServletFacesContextImpl.java,v $
Revision 1.18 2005/01/26 17:03:11 matzew
MYFACES-86. portlet support provided by Stan Silver (JBoss Group)
Revision 1.17 2004/10/13 11:51:00 matze
renamed packages to org.apache
Revision 1.16 2004/07/18 21:44:40 o_rossmueller
fix #992629: implemented FacesContext.getRenderKit()
Revision 1.15 2004/07/01 22:05:04 mwessendorf
ASF switch
Revision 1.14 2004/04/16 13:56:59 manolito
Bug #922317 - ClassCastException in action handler after adding message
Revision 1.13 2004/03/31 11:58:38 manolito
custom component refactoring
- Author:
- Manfred Geiler (latest modification by $Author: matzew $), Anton Koinov
Field Summary |
protected static java.lang.Object |
NULL_DUMMY
|
Constructor Summary |
ServletFacesContextImpl(PortletContext portletContext,
PortletRequest portletRequest,
PortletResponse portletResponse)
|
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 |
NULL_DUMMY
protected static final java.lang.Object NULL_DUMMY
ServletFacesContextImpl
public ServletFacesContextImpl(PortletContext portletContext,
PortletRequest portletRequest,
PortletResponse portletResponse)
getExternalContext
public javax.faces.context.ExternalContext getExternalContext()
- Specified by:
getExternalContext
in class javax.faces.context.FacesContext
getMaximumSeverity
public javax.faces.application.FacesMessage.Severity getMaximumSeverity()
- Specified by:
getMaximumSeverity
in class javax.faces.context.FacesContext
getMessages
public java.util.Iterator getMessages()
- Specified by:
getMessages
in class javax.faces.context.FacesContext
getApplication
public javax.faces.application.Application getApplication()
- Specified by:
getApplication
in class javax.faces.context.FacesContext
getClientIdsWithMessages
public java.util.Iterator getClientIdsWithMessages()
- Specified by:
getClientIdsWithMessages
in class javax.faces.context.FacesContext
getMessages
public java.util.Iterator getMessages(java.lang.String clientId)
- Specified by:
getMessages
in class javax.faces.context.FacesContext
getRenderKit
public javax.faces.render.RenderKit getRenderKit()
- Specified by:
getRenderKit
in class javax.faces.context.FacesContext
getRenderResponse
public boolean getRenderResponse()
- Specified by:
getRenderResponse
in class javax.faces.context.FacesContext
getResponseComplete
public boolean getResponseComplete()
- Specified by:
getResponseComplete
in class javax.faces.context.FacesContext
setResponseStream
public void setResponseStream(javax.faces.context.ResponseStream responseStream)
- Specified by:
setResponseStream
in class javax.faces.context.FacesContext
getResponseStream
public javax.faces.context.ResponseStream getResponseStream()
- Specified by:
getResponseStream
in class javax.faces.context.FacesContext
setResponseWriter
public void setResponseWriter(javax.faces.context.ResponseWriter responseWriter)
- Specified by:
setResponseWriter
in class javax.faces.context.FacesContext
getResponseWriter
public javax.faces.context.ResponseWriter getResponseWriter()
- Specified by:
getResponseWriter
in class javax.faces.context.FacesContext
setViewRoot
public void setViewRoot(javax.faces.component.UIViewRoot viewRoot)
- Specified by:
setViewRoot
in class javax.faces.context.FacesContext
getViewRoot
public javax.faces.component.UIViewRoot getViewRoot()
- Specified by:
getViewRoot
in class javax.faces.context.FacesContext
addMessage
public void addMessage(java.lang.String clientId,
javax.faces.application.FacesMessage message)
- Specified by:
addMessage
in class javax.faces.context.FacesContext
release
public void release()
- Specified by:
release
in class javax.faces.context.FacesContext
renderResponse
public void renderResponse()
- Specified by:
renderResponse
in class javax.faces.context.FacesContext
responseComplete
public void responseComplete()
- Specified by:
responseComplete
in class javax.faces.context.FacesContext
setExternalContext
public void setExternalContext(ReleaseableExternalContext extContext)