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.PartialViewContextpublic javax.faces.context.PartialResponseWriter getPartialResponseWriter()
getPartialResponseWriter in class javax.faces.context.PartialViewContextpublic Collection<String> getRenderIds()
getRenderIds in class javax.faces.context.PartialViewContextpublic boolean isAjaxRequest()
isAjaxRequest in class javax.faces.context.PartialViewContextpublic boolean isExecuteAll()
isExecuteAll in class javax.faces.context.PartialViewContextpublic boolean isPartialRequest()
isPartialRequest in class javax.faces.context.PartialViewContextpublic boolean isRenderAll()
isRenderAll in class javax.faces.context.PartialViewContextpublic void processPartial(javax.faces.event.PhaseId arg0)
processPartial in class javax.faces.context.PartialViewContextpublic void release()
release in class javax.faces.context.PartialViewContextpublic void setPartialRequest(boolean arg0)
setPartialRequest in class javax.faces.context.PartialViewContextpublic void setRenderAll(boolean arg0)
setRenderAll in class javax.faces.context.PartialViewContextCopyright © 2015 Seam Framework. All Rights Reserved.