| org.sakaiproject.jsf.renderer.HideDivisionRenderer
HideDivisionRenderer | public class HideDivisionRenderer extends Renderer (Code) | | Description:
Render a stylesheet link for the value of our component's
path attribute, prefixed by the context path of this
web application.
Copyright: Copyright (c) 2004
Organization: Sakai Project
author: Ed Smiley version: $Id: HideDivisionRenderer.java 9278 2006-05-10 23:29:21Z ray@media.berkeley.edu $ |
Method Summary | |
public void | decode(FacesContext context, UIComponent component) | public void | encodeBegin(FacesContext context, UIComponent component) | public void | encodeChildren(FacesContext context, UIComponent component) Simple passthru. | public void | encodeEnd(FacesContext context, UIComponent component) | public boolean | supportsComponentType(UIComponent component) |
decode | public void decode(FacesContext context, UIComponent component)(Code) | | |
encodeBegin | public void encodeBegin(FacesContext context, UIComponent component) throws IOException(Code) | | Faces render output method .
Method Generator: org.sakaiproject.tool.assessment.devtoolsRenderMaker
Parameters: context - FacesContext for the current request Parameters: component - UIComponent being rendered throws: IOException - if an input/output error occurs |
encodeChildren | public void encodeChildren(FacesContext context, UIComponent component) throws IOException(Code) | | Simple passthru.
Parameters: context - Parameters: component - throws: IOException - |
encodeEnd | public void encodeEnd(FacesContext context, UIComponent component) throws IOException(Code) | | Faces render output method to output script tag.
Method Generator: org.sakaiproject.tool.assessment.devtoolsRenderMaker
Parameters: context - FacesContext for the current request Parameters: component - UIComponent being rendered throws: IOException - if an input/output error occurs |
supportsComponentType | public boolean supportsComponentType(UIComponent component)(Code) | | |
|
|