public class CommandLinkRenderer extends AbstractRenderer
Renderer implementation for the commandLink
tag from the Struts-Faces Integration Library.
| Constructor and Description |
|---|
CommandLinkRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Perform setup processing that will be required for decoding the
incoming request.
|
void |
renderAttributes(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
Render the attributes of a hyperlink to submit this form.
|
void |
renderEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
Render the end of a hyperlink to submit this form.
|
void |
renderStart(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
Render the beginning of a hyperlink to submit this form.
|
encodeBegin, encodeChildren, encodeEnd, encodeRecursive, getAsString, isDisabled, isReadOnly, renderBoolean, renderPassThrough, setSubmittedValuepublic void decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Perform setup processing that will be required for decoding the incoming request.
decode in class AbstractRenderercontext - FacesContext for the request we are processingcomponent - UIComponent to be processedNullPointerException - if context
or component is nullpublic void renderStart(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
throws IOException
Render the beginning of a hyperlink to submit this form.
renderStart in class AbstractRenderercontext - FacesContext for the request we are processingcomponent - UIComponent to be renderedwriter - ResponseWriter we are rendering toIOException - if an input/output error occurs while renderingNullPointerException - if context
or component is nullpublic void renderAttributes(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
throws IOException
Render the attributes of a hyperlink to submit this form.
renderAttributes in class AbstractRenderercontext - FacesContext for the request we are processingcomponent - UIComponent to be renderedwriter - ResponseWriter we are rendering toIOException - if an input/output error occurs while renderingNullPointerException - if context
or component is nullpublic void renderEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
javax.faces.context.ResponseWriter writer)
throws IOException
Render the end of a hyperlink to submit this form.
renderEnd in class AbstractRenderercontext - FacesContext for the request we are processingcomponent - UIComponent to be renderedwriter - ResponseWriter we are rendering toIOException - if an input/output error occurs while renderingNullPointerException - if context
or component is nullCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.