org.apache.myfaces.renderkit.html.ext

Class HtmlLinkRenderer

Known Direct Subclasses:
HtmlNavigationRenderer

public class HtmlLinkRenderer
extends HtmlLinkRendererBase

Version:
$Revision: 169655 $ $Date: 2005-05-11 18:45:06 +0200 (Wed, 11 May 2005) $
Author:
Manfred Geiler (latest modification by $Author: grantsmith $)

Field Summary

Fields inherited from class org.apache.myfaces.renderkit.html.HtmlLinkRendererBase

URL_STATE_MARKER, URL_STATE_MARKER_LEN

Method Summary

protected void
renderCommandLinkStart(FacesContext facesContext, UIComponent component, String clientId, Object value, String style, String styleClass)
protected void
renderLinkEnd(FacesContext facesContext, UIComponent component)
protected void
renderOutputLinkStart(FacesContext facesContext, UIOutput output)

Methods inherited from class org.apache.myfaces.renderkit.html.HtmlLinkRendererBase

decode, encodeBegin, encodeChildren, encodeEnd, getRendersChildren, getStyle, getStyleClass, renderCommandLinkStart, renderJavaScriptAnchorStart, renderLinkEnd, renderNonJavaScriptAnchorStart, renderOutputLinkStart

Methods inherited from class org.apache.myfaces.renderkit.html.HtmlRenderer

encodeChildren

Method Details

renderCommandLinkStart

protected void renderCommandLinkStart(FacesContext facesContext,
                                      UIComponent component,
                                      String clientId,
                                      Object value,
                                      String style,
                                      String styleClass)
            throws IOException
Overrides:
renderCommandLinkStart in interface HtmlLinkRendererBase

renderLinkEnd

protected void renderLinkEnd(FacesContext facesContext,
                             UIComponent component)
            throws IOException
Overrides:
renderLinkEnd in interface HtmlLinkRendererBase

renderOutputLinkStart

protected void renderOutputLinkStart(FacesContext facesContext,
                                     UIOutput output)
            throws IOException
Overrides:
renderOutputLinkStart in interface HtmlLinkRendererBase