public class CommandLinkRenderer
extends com.sun.faces.renderkit.html_basic.CommandLinkRenderer
| Constructor and Description |
|---|
CommandLinkRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
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 |
renderBooleanValue(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer,
String attributeName)
Deprecated.
When moving this class to components
HtmlBasicRenderer will prepare this method.
TODO remove when moving class to components package (see deprecated) |
protected void |
renderStringValue(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer,
String attributeName)
Deprecated.
When moving this class to components
HtmlBasicRenderer will prepare this method.
TODO remove when moving class to components package (see deprecated) |
protected boolean |
shouldRenderAttribute(Object value)
Deprecated.
When moving this class to components
HtmlBasicRenderer will prepare this method.
TODO remove when moving class to components package (see deprecated) |
protected boolean |
shouldWriteIdAttribute(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) |
encodeChildren, getRendersChildren, getValueaugmentIdReference, convertClientId, decodeBehaviors, encodeRecursive, getBehaviorParameters, getChildren, getCurrentValue, getEndTextToRender, getFacet, getForComponent, getFormattedValue, getFormattedValue, getMessageIter, getParamList, getPassThruBehaviors, isBehaviorSource, rendererParamsNotNull, setSubmittedValue, shouldDecode, shouldEncode, shouldEncodeChildren, 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 boolean shouldWriteIdAttribute(javax.faces.component.UIComponent component)
shouldWriteIdAttribute in class com.sun.faces.renderkit.html_basic.HtmlBasicRendererprotected 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 decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
decode in class com.sun.faces.renderkit.html_basic.CommandLinkRendererpublic 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
IOException@Deprecated protected void renderBooleanValue(javax.faces.component.UIComponent component, javax.faces.context.ResponseWriter writer, String attributeName) throws IOException
HtmlBasicRenderer will prepare this method.
TODO remove when moving class to components package (see deprecated)attributeName - attribute namecomponent - the componentwriter - html response writerIOException - thrown by writer@Deprecated protected void renderStringValue(javax.faces.component.UIComponent component, javax.faces.context.ResponseWriter writer, String attributeName) throws IOException
HtmlBasicRenderer will prepare this method.
TODO remove when moving class to components package (see deprecated)attributeName - attribute namecomponent - the componentwriter - html response writerIOException - thrown by writer@Deprecated protected boolean shouldRenderAttribute(Object value)
HtmlBasicRenderer will prepare this method.
TODO remove when moving class to components package (see deprecated)Copyright © 2016. All rights reserved.