javax.faces.context
Class MockFacesContext

java.lang.Object
  extended by javax.faces.context.FacesContext
      extended by org.apache.shale.test.mock.MockFacesContext
          extended by javax.faces.context.MockFacesContext

public class MockFacesContext
extends org.apache.shale.test.mock.MockFacesContext

Version:
$Revision: 511304 $ $Date: 2007-02-24 12:02:53 -0500 (Sat, 24 Feb 2007) $
Author:
Mathias Broekelmann (latest modification by $Author: mbr $)

Constructor Summary
MockFacesContext()
           
 
Method Summary
 javax.el.ELContext getELContext()
           
 void setELContext(javax.el.ELContext elContext)
           
 
Methods inherited from class org.apache.shale.test.mock.MockFacesContext
addMessage, getApplication, getClientIdsWithMessages, getExternalContext, getMaximumSeverity, getMessages, getMessages, getRenderKit, getRenderResponse, getResponseComplete, getResponseStream, getResponseWriter, getViewRoot, release, renderResponse, responseComplete, setApplication, setCurrentInstance, setExternalContext, setResponseStream, setResponseWriter, setViewRoot
 
Methods inherited from class javax.faces.context.FacesContext
getCurrentInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockFacesContext

public MockFacesContext()
Method Detail

getELContext

public javax.el.ELContext getELContext()
Overrides:
getELContext in class javax.faces.context.FacesContext

setELContext

public void setELContext(javax.el.ELContext elContext)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.