org.apache.myfaces.renderkit.html.ext
Class HtmlLinkRenderer

java.lang.Object
  extended by javax.faces.render.Renderer
      extended by org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
          extended by org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlLinkRendererBase
              extended by org.apache.myfaces.renderkit.html.jsf.ExtendedHtmlLinkRenderer
                  extended by org.apache.myfaces.renderkit.html.ext.HtmlLinkRenderer
Direct Known Subclasses:
HtmlHeaderLinkRenderer, HtmlNavigationMenuRenderer, HtmlNavigationRenderer, HtmlSortHeaderRenderer, ToggleLinkRenderer

public class HtmlLinkRenderer
extends ExtendedHtmlLinkRenderer

Version:
$Revision: 951635 $ $Date: 2010-06-04 21:19:57 -0500 (Fri, 04 Jun 2010) $
Author:
Manfred Geiler (latest modification by $Author: lu4242 $)

Field Summary
 
Fields inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlLinkRendererBase
URL_STATE_MARKER, URL_STATE_MARKER_LEN
 
Constructor Summary
HtmlLinkRenderer()
           
 
Method Summary
protected  void renderCommandLinkEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
protected  void renderCommandLinkStart(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, String clientId, Object value, String style, String styleClass)
           
protected  void renderOutputLinkEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
protected  void renderOutputLinkStart(javax.faces.context.FacesContext facesContext, javax.faces.component.UIOutput output)
           
protected  void renderSpanEnd(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
protected  void renderSpanStart(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component, String clientId, Object value, String style, String styleClass)
           
 
Methods inherited from class org.apache.myfaces.renderkit.html.jsf.ExtendedHtmlLinkRenderer
addHiddenCommandParameter, findNestingForm
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlLinkRendererBase
decode, encodeBegin, encodeChildren, encodeEnd, getRendersChildren, getStyle, getStyleClass, renderJavaScriptAnchorStart, renderNonJavaScriptAnchorStart
 
Methods inherited from class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlRenderer
getActionUrl, getChildCount, getChildren, getClientId, renderId, shouldRenderId, toUri
 
Methods inherited from class javax.faces.render.Renderer
convertClientId, getConvertedValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlLinkRenderer

public HtmlLinkRenderer()
Method Detail

renderCommandLinkStart

protected void renderCommandLinkStart(javax.faces.context.FacesContext facesContext,
                                      javax.faces.component.UIComponent component,
                                      String clientId,
                                      Object value,
                                      String style,
                                      String styleClass)
                               throws IOException
Overrides:
renderCommandLinkStart in class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlLinkRendererBase
Throws:
IOException

renderOutputLinkStart

protected void renderOutputLinkStart(javax.faces.context.FacesContext facesContext,
                                     javax.faces.component.UIOutput output)
                              throws IOException
Overrides:
renderOutputLinkStart in class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlLinkRendererBase
Throws:
IOException

renderOutputLinkEnd

protected void renderOutputLinkEnd(javax.faces.context.FacesContext facesContext,
                                   javax.faces.component.UIComponent component)
                            throws IOException
Overrides:
renderOutputLinkEnd in class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlLinkRendererBase
Throws:
IOException

renderCommandLinkEnd

protected void renderCommandLinkEnd(javax.faces.context.FacesContext facesContext,
                                    javax.faces.component.UIComponent component)
                             throws IOException
Overrides:
renderCommandLinkEnd in class org.apache.myfaces.shared_tomahawk.renderkit.html.HtmlLinkRendererBase
Throws:
IOException

renderSpanStart

protected void renderSpanStart(javax.faces.context.FacesContext facesContext,
                               javax.faces.component.UIComponent component,
                               String clientId,
                               Object value,
                               String style,
                               String styleClass)
                        throws IOException
Throws:
IOException

renderSpanEnd

protected void renderSpanEnd(javax.faces.context.FacesContext facesContext,
                             javax.faces.component.UIComponent component)
                      throws IOException
Throws:
IOException


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.