org.jboss.seam.mock
public class MockPartialViewContext extends javax.faces.context.PartialViewContext
Constructor and Description |
---|
MockPartialViewContext() |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getExecuteIds() |
javax.faces.context.PartialResponseWriter |
getPartialResponseWriter() |
Collection<String> |
getRenderIds() |
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) |
public Collection<String> getExecuteIds()
getExecuteIds
in class javax.faces.context.PartialViewContext
public javax.faces.context.PartialResponseWriter getPartialResponseWriter()
getPartialResponseWriter
in class javax.faces.context.PartialViewContext
public Collection<String> getRenderIds()
getRenderIds
in class javax.faces.context.PartialViewContext
public boolean isAjaxRequest()
isAjaxRequest
in class javax.faces.context.PartialViewContext
public boolean isExecuteAll()
isExecuteAll
in class javax.faces.context.PartialViewContext
public boolean isPartialRequest()
isPartialRequest
in class javax.faces.context.PartialViewContext
public boolean isRenderAll()
isRenderAll
in class javax.faces.context.PartialViewContext
public void processPartial(javax.faces.event.PhaseId arg0)
processPartial
in class javax.faces.context.PartialViewContext
public void release()
release
in class javax.faces.context.PartialViewContext
public void setPartialRequest(boolean arg0)
setPartialRequest
in class javax.faces.context.PartialViewContext
public void setRenderAll(boolean arg0)
setRenderAll
in class javax.faces.context.PartialViewContext
Copyright © 2015 Seam Framework. All Rights Reserved.