public class HideDivisionRenderer extends Renderer
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
| Constructor and Description |
|---|
HideDivisionRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(FacesContext context,
UIComponent component) |
void |
encodeBegin(FacesContext context,
UIComponent component)
Faces render output method .
|
void |
encodeChildren(FacesContext context,
UIComponent component)
Simple passthru.
|
void |
encodeEnd(FacesContext context,
UIComponent component)
Faces render output method to output script tag.
|
boolean |
supportsComponentType(UIComponent component) |
convertClientId, getConvertedValue, getRendersChildrenpublic boolean supportsComponentType(UIComponent component)
public void decode(FacesContext context, UIComponent component)
public void encodeChildren(FacesContext context, UIComponent component) throws IOException
encodeChildren in class Renderercontext - component - IOExceptionpublic void encodeBegin(FacesContext context, UIComponent component) throws IOException
Faces render output method .
Method Generator: org.sakaiproject.tool.assessment.devtoolsRenderMaker
encodeBegin in class Renderercontext - FacesContext for the current requestcomponent - UIComponent being renderedIOException - if an input/output error occurspublic void encodeEnd(FacesContext context, UIComponent component) throws IOException
Faces render output method to output script tag.
Method Generator: org.sakaiproject.tool.assessment.devtoolsRenderMaker
encodeEnd in class Renderercontext - FacesContext for the current requestcomponent - UIComponent being renderedIOException - if an input/output error occursCopyright © 2003–2014 University of Michigan. All rights reserved.