| org.theospi.portfolio.help.jsf.renderer.GlossaryRenderer
GlossaryRenderer | public class GlossaryRenderer extends Renderer (Code) | | author: andersjb |
Method Summary | |
public void | encodeBegin(FacesContext context, UIComponent component) This renders html for the beginning of the tag. | public void | encodeEnd(FacesContext context, UIComponent component) | protected Set | getTerms(Map requestMap) | public boolean | supportsComponentType(UIComponent component) |
originalWriter | ResponseWriter originalWriter(Code) | | |
encodeBegin | public void encodeBegin(FacesContext context, UIComponent component) throws IOException(Code) | | This renders html for the beginning of the tag.
Parameters: context - Parameters: component - throws: IOException - |
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 |
supportsComponentType | public boolean supportsComponentType(UIComponent component)(Code) | | |
|
|