public class PopupRenderer extends Renderer
Description:
This class is the class that renders the popup
custom tag.
Copyright: Copyright (c) 2004
Organization: Sakai Project
| Constructor and Description |
|---|
PopupRenderer() |
| 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)
Do nothing if a button, otherwise, default.
|
void |
encodeEnd(FacesContext context,
UIComponent component)
Render end of ANCHOR.
|
boolean |
getRendersChildren()
This component renders its children
|
boolean |
supportsComponentType(UIComponent component) |
convertClientId, getConvertedValuepublic boolean supportsComponentType(UIComponent component)
public void decode(FacesContext context, UIComponent component)
public boolean getRendersChildren()
getRendersChildren in class Rendererpublic void encodeChildren(FacesContext context, UIComponent component) throws IOException
encodeChildren in class Renderercontext - FacesContextcomponent - UIComponentIOExceptionpublic 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
Render end of ANCHOR.
encodeEnd in class Renderercontext - FacesContext for the request we are processingcomponent - UIComponent to be renderedcontext - FacesContext for the current requestcomponent - UIComponent being renderedIOException - if an input/output error occursCopyright © 2003–2014 University of Michigan. All rights reserved.