decode
public void decode(FacesContext facesContext,
UIComponent component)
encodeBegin
public void encodeBegin(FacesContext facesContext,
UIComponent component)
throws IOException
encodeChildren
public void encodeChildren(FacesContext facesContext,
UIComponent component)
throws IOException
- encodeChildren in interface HtmlRenderer
encodeEnd
public void encodeEnd(FacesContext facesContext,
UIComponent component)
throws IOException
getRendersChildren
public boolean getRendersChildren()
getStyle
protected String getStyle(FacesContext facesContext,
UIComponent link)
Can be overwritten by derived classes to overrule the style to be used.
getStyleClass
protected String getStyleClass(FacesContext facesContext,
UIComponent link)
Can be overwritten by derived classes to overrule the style class to be used.
renderCommandLinkStart
protected void renderCommandLinkStart(FacesContext facesContext,
UIComponent component,
String clientId,
Object value,
String style,
String styleClass)
throws IOException
renderJavaScriptAnchorStart
protected void renderJavaScriptAnchorStart(FacesContext facesContext,
ResponseWriter writer,
UIComponent component,
String clientId)
throws IOException
renderLinkEnd
protected void renderLinkEnd(FacesContext facesContext,
UIComponent component)
throws IOException
renderNonJavaScriptAnchorStart
protected void renderNonJavaScriptAnchorStart(FacesContext facesContext,
ResponseWriter writer,
UIComponent component,
String clientId)
throws IOException
renderOutputLinkStart
protected void renderOutputLinkStart(FacesContext facesContext,
UIOutput output)
throws IOException