public abstract class LinkRenderer extends HtmlBasicRenderer
HtmlBasicRenderer.OptionComponentInfo, HtmlBasicRenderer.Param
Modifier and Type | Field and Description |
---|---|
private static Attribute[] |
ATTRIBUTES |
EMPTY_PARAMS, logger
Constructor and Description |
---|
LinkRenderer() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
renderAsActive(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component) |
protected void |
renderAsDisabled(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 |
writeValue(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer) |
augmentIdReference, convertClientId, decode, decodeBehaviors, encodeEnd, encodeRecursive, getBehaviorParameters, getChildren, getCurrentValue, getEndTextToRender, getFacet, getForComponent, getFormattedValue, getFormattedValue, getMessageIter, getParamList, getPassThruBehaviors, getRendersChildren, getValue, isBehaviorSource, rendererParamsNotNull, setSubmittedValue, shouldDecode, shouldEncode, shouldEncodeChildren, shouldWriteIdAttribute, writeIdAttributeIfNecessary
private static final Attribute[] ATTRIBUTES
protected abstract void renderAsActive(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
java.io.IOException
protected void renderAsDisabled(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component) throws java.io.IOException
java.io.IOException
protected void writeCommonLinkAttributes(javax.faces.context.ResponseWriter writer, javax.faces.component.UIComponent component) throws java.io.IOException
java.io.IOException
protected void writeValue(javax.faces.component.UIComponent component, javax.faces.context.ResponseWriter writer) throws java.io.IOException
java.io.IOException
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.