com.sun.faces.renderkit.html_basic
Class OutputLinkRenderer
java.lang.Object
javax.faces.render.Renderer
com.sun.faces.renderkit.html_basic.HtmlBasicRenderer
com.sun.faces.renderkit.html_basic.LinkRenderer
com.sun.faces.renderkit.html_basic.OutputLinkRenderer
public class OutputLinkRenderer
- extends LinkRenderer
OutputLinkRenderer is a class ...
Lifetime And Scope
- Version:
- $Id: OutputLinkRenderer.java,v 1.31 2006/11/04 00:17:52 rlubke Exp $
Method Summary |
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 |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
boolean |
getRendersChildren()
|
protected java.lang.Object |
getValue(javax.faces.component.UIComponent component)
|
protected void |
renderAsActive(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
Methods inherited from class com.sun.faces.renderkit.html_basic.HtmlBasicRenderer |
addGenericErrorMessage, augmentIdReference, convertClientId, encodeRecursive, getChildren, getCurrentValue, getEndTextToRender, getFacet, getForComponent, getFormattedValue, getMessageIter, getParamList, setSubmittedValue, shouldWriteIdAttribute, writeIdAttributeIfNecessary |
Methods inherited from class javax.faces.render.Renderer |
getConvertedValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputLinkRenderer
public OutputLinkRenderer()
decode
public void decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
- Overrides:
decode
in class HtmlBasicRenderer
encodeBegin
public void encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Overrides:
encodeBegin
in class javax.faces.render.Renderer
- Throws:
java.io.IOException
encodeChildren
public void encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Overrides:
encodeChildren
in class javax.faces.render.Renderer
- Throws:
java.io.IOException
encodeEnd
public void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Overrides:
encodeEnd
in class HtmlBasicRenderer
- Throws:
java.io.IOException
getRendersChildren
public boolean getRendersChildren()
- Overrides:
getRendersChildren
in class HtmlBasicRenderer
getValue
protected java.lang.Object getValue(javax.faces.component.UIComponent component)
- Overrides:
getValue
in class HtmlBasicRenderer
renderAsActive
protected void renderAsActive(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Specified by:
renderAsActive
in class LinkRenderer
- Throws:
java.io.IOException
Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.