|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.context.FacesContext
org.apache.myfaces.test.mock.MockFacesContext
org.apache.myfaces.test.mock.MockFacesContext12
public class MockFacesContext12
Mock implementation of FacesContext
that includes the semantics
added by JavaServer Faces 1.2.
Field Summary |
---|
Fields inherited from class org.apache.myfaces.test.mock.MockFacesContext |
---|
messages |
Constructor Summary | |
---|---|
MockFacesContext12()
|
|
MockFacesContext12(javax.faces.context.ExternalContext externalContext)
|
|
MockFacesContext12(javax.faces.context.ExternalContext externalContext,
javax.faces.lifecycle.Lifecycle lifecycle)
|
Method Summary | |
---|---|
javax.el.ELContext |
getELContext()
|
void |
release()
|
void |
setELContext(javax.el.ELContext elContext)
Set the ELContext instance for this instance. |
Methods inherited from class org.apache.myfaces.test.mock.MockFacesContext |
---|
addMessage, getApplication, getClientIdsWithMessages, getExternalContext, getMaximumSeverity, getMessages, getMessages, getRenderKit, getRenderResponse, getResponseComplete, getResponseStream, getResponseWriter, getViewRoot, renderResponse, responseComplete, setApplication, setCurrentInstance, setExternalContext, setResponseStream, setResponseWriter, setViewRoot |
Methods inherited from class javax.faces.context.FacesContext |
---|
getAttributes, getCurrentInstance, getCurrentPhaseId, getExceptionHandler, getMessageList, getMessageList, getPartialViewContext, isPostback, isProcessingEvents, isProjectStage, isValidationFailed, setCurrentPhaseId, setExceptionHandler, setProcessingEvents, validationFailed |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MockFacesContext12()
public MockFacesContext12(javax.faces.context.ExternalContext externalContext)
public MockFacesContext12(javax.faces.context.ExternalContext externalContext, javax.faces.lifecycle.Lifecycle lifecycle)
Method Detail |
---|
public void setELContext(javax.el.ELContext elContext)
Set the ELContext
instance for this instance.
elContext
- The new ELContextpublic javax.el.ELContext getELContext()
getELContext
in class javax.faces.context.FacesContext
public void release()
release
in class MockFacesContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |