added throws IOException to View

added test support for asserting response written
This commit is contained in:
Keith Donald
2008-03-11 21:46:53 +00:00
parent ab39879ea5
commit f498616fd1
10 changed files with 106 additions and 67 deletions

View File

@@ -73,7 +73,7 @@ public class JsfView implements View {
/**
* This implementation performs the standard duties of the JSF RENDER_RESPONSE phase.
*/
public void render() {
public void render() throws IOException {
FacesContext facesContext = createFlowFacesContext();
facesContext.setViewRoot(viewRoot);
facesContext.renderResponse();