com.sun.faces.renderkit.html_basic
Class LinkRenderer
java.lang.Object
javax.faces.render.Renderer
com.sun.faces.renderkit.html_basic.HtmlBasicRenderer
com.sun.faces.renderkit.html_basic.LinkRenderer
- Direct Known Subclasses:
- CommandLinkRenderer, OutputLinkRenderer
public abstract class LinkRenderer
- extends HtmlBasicRenderer
LinkRenderer acts as superclass for CommandLinkRenderer and
OutputLinkRenderer.
Method Summary |
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)
|
Methods inherited from class com.sun.faces.renderkit.html_basic.HtmlBasicRenderer |
addGenericErrorMessage, augmentIdReference, convertClientId, decode, encodeEnd, encodeRecursive, getChildren, getCurrentValue, getEndTextToRender, getFacet, getForComponent, getFormattedValue, getMessageIter, getParamList, getRendersChildren, getValue, setSubmittedValue, shouldWriteIdAttribute, writeIdAttributeIfNecessary |
Methods inherited from class javax.faces.render.Renderer |
encodeBegin, encodeChildren, getConvertedValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkRenderer
public LinkRenderer()
renderAsActive
protected abstract void renderAsActive(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Throws:
java.io.IOException
renderAsDisabled
protected void renderAsDisabled(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Throws:
java.io.IOException
writeCommonLinkAttributes
protected void writeCommonLinkAttributes(javax.faces.context.ResponseWriter writer,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Throws:
java.io.IOException
writeValue
protected void writeValue(javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.