public abstract class LinkRenderer extends HtmlBasicRenderer
HtmlBasicRenderer.Param
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) |
addGenericErrorMessage, augmentIdReference, convertClientId, decode, encodeEnd, encodeRecursive, getChildren, getCurrentValue, getEndTextToRender, getFacet, getForComponent, getFormattedValue, getMessageIter, getParamList, getRendersChildren, getValue, setSubmittedValue, shouldWriteIdAttribute, writeIdAttributeIfNecessary
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-2006 Sun Microsystems, Inc. All Rights Reserved.