Perform whatever actions are required to render the response view to the response object associated with the current {@link FacesContext}.
@param context {@link FacesContext} for the current request @param viewToRender the view to render @throws IOException if an input/output error occurs @throws NullPointerException ifcontext
orviewToRender
is null
@throws FacesException if a servlet error occurs
|
|
|
|
|
|
|
|
|
|
|
|
|
|