Class Hierarchy All Classes All Fields and Methods
Class com.sun.faces.renderkit.html_basic.CommandLinkRenderer
java.lang.Object javax.faces.render.Renderer com.sun.faces.renderkit.html_basic.HtmlBasicRenderer com.sun.faces.renderkit.html_basic.CommandLinkRendererpublic class CommandLinkRenderer
extends HtmlBasicRendererCommandLinkRenderer is a class that renders the current value of UICommand as a HyperLink that acts like a Button.
Field Index Field Description log
Constructor Index Constructor Description CommandLinkRenderer()
Method Index Method Description void decode(FacesContext, UIComponent) void encodeBegin(FacesContext, UIComponent) void encodeChildren(FacesContext, UIComponent) void encodeEnd(FacesContext, UIComponent) UIForm getMyForm(FacesContext, UICommand) boolean getRendersChildren()
Fields
log
protected static org.apache.commons.logging.Log log
Constructors
CommandLinkRenderer
public CommandLinkRenderer()
Methods
decode
public void decode(FacesContext context, UIComponent component)
encodeBegin
public void encodeBegin(FacesContext context, UIComponent component) throws IOException
encodeChildren
public void encodeChildren(FacesContext context, UIComponent component) throws IOException
encodeEnd
public void encodeEnd(FacesContext context, UIComponent component) throws IOException
getMyForm
protected UIForm getMyForm(FacesContext context, UICommand command)
getRendersChildren
public boolean getRendersChildren()
Class Hierarchy All Classes All Fields and Methods