public class MockPartialViewContext extends javax.faces.context.PartialViewContext implements FacesMockController.MockObject
| Constructor and Description |
|---|
MockPartialViewContext()
Default constructor
|
MockPartialViewContext(org.easymock.IMocksControl control,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.easymock.IMocksControl |
getControl() |
Collection |
getExecuteIds() |
javax.faces.context.PartialResponseWriter |
getPartialResponseWriter() |
Collection |
getRenderIds() |
int |
hashCode() |
boolean |
isAjaxRequest() |
boolean |
isExecuteAll() |
boolean |
isPartialRequest() |
boolean |
isRenderAll() |
void |
processPartial(javax.faces.event.PhaseId arg0) |
void |
release() |
void |
setPartialRequest(boolean arg0) |
void |
setRenderAll(boolean arg0) |
String |
toString() |
public MockPartialViewContext()
public MockPartialViewContext(org.easymock.IMocksControl control,
String name)
control - public org.easymock.IMocksControl getControl()
getControl in interface FacesMockController.MockObjectpublic void release()
release in class javax.faces.context.PartialViewContextpublic Collection getRenderIds()
getRenderIds in class javax.faces.context.PartialViewContextpublic Collection getExecuteIds()
getExecuteIds in class javax.faces.context.PartialViewContextpublic javax.faces.context.PartialResponseWriter getPartialResponseWriter()
getPartialResponseWriter in class javax.faces.context.PartialViewContextpublic boolean isAjaxRequest()
isAjaxRequest in class javax.faces.context.PartialViewContextpublic boolean isPartialRequest()
isPartialRequest in class javax.faces.context.PartialViewContextpublic boolean isExecuteAll()
isExecuteAll in class javax.faces.context.PartialViewContextpublic boolean isRenderAll()
isRenderAll in class javax.faces.context.PartialViewContextpublic void setRenderAll(boolean arg0)
setRenderAll in class javax.faces.context.PartialViewContextpublic void setPartialRequest(boolean arg0)
setPartialRequest in class javax.faces.context.PartialViewContextpublic void processPartial(javax.faces.event.PhaseId arg0)
processPartial in class javax.faces.context.PartialViewContextCopyright © 2012 JBoss by Red Hat. All Rights Reserved.