public class CommandLinkRenderer
extends com.sun.faces.renderkit.html_basic.CommandLinkRenderer
| Constructor and Description |
|---|
CommandLinkRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
renderAsActive(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
writeCommonLinkAttributes(javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component) |
protected void |
writeGlyphiconIfNecessary(HtmlCommandLink commandLink,
javax.faces.context.ResponseWriter writer) |
protected void |
writeValue(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer) |
protected void |
writeWaitingDotsIfNecessary(HtmlCommandLink commandLink,
javax.faces.context.ResponseWriter writer) |
decode, encodeChildren, getRendersChildren, getValueaugmentIdReference, convertClientId, decodeBehaviors, encodeRecursive, getBehaviorParameters, getChildren, getCurrentValue, getEndTextToRender, getFacet, getForComponent, getFormattedValue, getFormattedValue, getMessageIter, getParamList, getPassThruBehaviors, isBehaviorSource, rendererParamsNotNull, setSubmittedValue, shouldDecode, shouldEncode, shouldEncodeChildren, shouldWriteIdAttribute, writeIdAttributeIfNecessarypublic void encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeBegin in class com.sun.faces.renderkit.html_basic.CommandLinkRendererIOExceptionprotected void writeCommonLinkAttributes(javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component)
throws IOException
writeCommonLinkAttributes in class com.sun.faces.renderkit.html_basic.LinkRendererIOExceptionpublic void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
encodeEnd in class com.sun.faces.renderkit.html_basic.CommandLinkRendererIOExceptionprotected void writeValue(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
throws IOException
writeValue in class com.sun.faces.renderkit.html_basic.LinkRendererIOExceptionprotected void renderAsActive(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
renderAsActive in class com.sun.faces.renderkit.html_basic.CommandLinkRendererIOExceptionprotected void writeWaitingDotsIfNecessary(HtmlCommandLink commandLink, javax.faces.context.ResponseWriter writer) throws IOException
IOExceptionprotected void writeGlyphiconIfNecessary(HtmlCommandLink commandLink, javax.faces.context.ResponseWriter writer) throws IOException
IOExceptionCopyright © 2015. All rights reserved.