Save This Page
Home » mojarra-1.2_09-b02-FCS-source » com.sun.faces.context » [javadoc | source]
com.sun.faces.context
public class: FacesContextImpl [javadoc | source]
java.lang.Object
   javax.faces.context.FacesContext
      com.sun.faces.context.FacesContextImpl
Constructor:
 public FacesContextImpl() 
 public FacesContextImpl(ExternalContext ec,
    Lifecycle lifecycle) 
Method from com.sun.faces.context.FacesContextImpl Summary:
addMessage,   getApplication,   getClientIdsWithMessages,   getELContext,   getExternalContext,   getMaximumSeverity,   getMessages,   getMessages,   getRenderKit,   getRenderResponse,   getResponseComplete,   getResponseStream,   getResponseWriter,   getViewRoot,   release,   renderResponse,   responseComplete,   setResponseStream,   setResponseWriter,   setViewRoot
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.faces.context.FacesContextImpl Detail:
 public  void addMessage(String clientId,
    FacesMessage message) 
 public Application getApplication() 

    Return the Application instance associated with this web application.

 public Iterator getClientIdsWithMessages() 
 public ELContext getELContext() 
 public ExternalContext getExternalContext() 
 public Severity getMaximumSeverity() 
 public Iterator getMessages() 
 public Iterator getMessages(String clientId) 
 public RenderKit getRenderKit() 
 public boolean getRenderResponse() 
 public boolean getResponseComplete() 
 public ResponseStream getResponseStream() 
 public ResponseWriter getResponseWriter() 
 public UIViewRoot getViewRoot() 
 public  void release() 
 public  void renderResponse() 
 public  void responseComplete() 
 public  void setResponseStream(ResponseStream responseStream) 
 public  void setResponseWriter(ResponseWriter responseWriter) 
 public  void setViewRoot(UIViewRoot viewRoot)