| org.sakaiproject.jsf.renderer.ViewRenderer
ViewRenderer | public class ViewRenderer extends Renderer (Code) | | |
Method Summary | |
public void | encodeBegin(FacesContext context, UIComponent component) | public 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. | public boolean | supportsComponentType(UIComponent component) |
encodeBegin | public void encodeBegin(FacesContext context, UIComponent component) throws IOException(Code) | | |
encodeEnd | public void encodeEnd(FacesContext context, UIComponent component) throws IOException(Code) | | Parameters: context - FacesContext for the request we are processing Parameters: component - UIComponent to be rendered exception: IOException - if an input/output error occurs while rendering exception: NullPointerException - if context or component is null |
renderAsFragment | protected static boolean renderAsFragment(FacesContext context)(Code) | | 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.
Parameters: context - |
supportsComponentType | public boolean supportsComponentType(UIComponent component)(Code) | | |
|
|