| com.caucho.jsf.html.BaseRenderer com.caucho.jsf.html.HtmlOutputLinkRenderer
HtmlOutputLinkRenderer | class HtmlOutputLinkRenderer extends BaseRenderer (Code) | | The HTML link 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. | 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.
|
|
|