| com.caucho.jsf.html.HtmlOutputFormatRenderer
HtmlOutputFormatRenderer | class HtmlOutputFormatRenderer extends Renderer (Code) | | The HTML text renderer
|
Field Summary | |
final public static Renderer | RENDERER |
Method Summary | |
public void | encodeBegin(FacesContext context, UIComponent component) Renders the open tag for the text. | public void | encodeChildren(FacesContext context, UIComponent component) Renders the content for the component. | public void | encodeEnd(FacesContext context, UIComponent component) Renders the closing tag for the component. | public boolean | getRendersChildren() True if the renderer is responsible for rendering the children. | protected String | toString(FacesContext context, UIComponent component, Object value) | public String | toString() |
RENDERER | final public static Renderer RENDERER(Code) | | |
encodeBegin | public void encodeBegin(FacesContext context, UIComponent component) throws IOException(Code) | | Renders the open tag for the text.
|
encodeChildren | public void encodeChildren(FacesContext context, UIComponent component) throws IOException(Code) | | Renders the content for the component.
|
encodeEnd | public void encodeEnd(FacesContext context, UIComponent component) throws IOException(Code) | | Renders the closing tag for the component.
|
getRendersChildren | public boolean getRendersChildren()(Code) | | True if the renderer is responsible for rendering the children.
|
toString | protected String toString(FacesContext context, UIComponent component, Object value)(Code) | | |
|
|