public class ViewRenderer extends Renderer
| Constructor and Description |
|---|
ViewRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeBegin(FacesContext context,
UIComponent component) |
void |
encodeEnd(FacesContext context,
UIComponent component) |
protected static boolean |
renderAsFragment(FacesContext context)
Looks at Sakai-specific attributes to determine if the view should
render HTML, HEAD, BODY; if the request attribute "sakai.fragment"="true",
then don't render HTML, HEAD, BODY, etc.
|
boolean |
supportsComponentType(UIComponent component) |
convertClientId, decode, encodeChildren, getConvertedValue, getRendersChildrenpublic boolean supportsComponentType(UIComponent component)
public void encodeBegin(FacesContext context, UIComponent component) throws IOException
encodeBegin in class RendererIOExceptionpublic void encodeEnd(FacesContext context, UIComponent component) throws IOException
encodeEnd in class Renderercontext - FacesContext for the request we are processingcomponent - UIComponent to be renderedIOException - if an input/output error occurs while renderingNullPointerException - if context or component is nullprotected static boolean renderAsFragment(FacesContext context)
context - Copyright © 2003–2014 University of Michigan. All rights reserved.