| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.render.Renderer
org.apache.struts.faces.renderer.AbstractRenderer
org.apache.struts.faces.renderer.CommandLinkRenderer
public class CommandLinkRenderer
Renderer implementation for the commandLink
 tag from the Struts-Faces Integration Library.
| Constructor Summary | |
|---|---|
CommandLinkRenderer()
 | 
|
| Method Summary | |
|---|---|
 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.  | 
| Methods inherited from class org.apache.struts.faces.renderer.AbstractRenderer | 
|---|
encodeBegin, encodeChildren, encodeEnd, encodeRecursive, getAsString, isDisabled, isReadOnly, renderBoolean, renderPassThrough, setSubmittedValue | 
| Methods inherited from class javax.faces.render.Renderer | 
|---|
convertClientId, getConvertedValue, getRendersChildren | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public CommandLinkRenderer()
| Method Detail | 
|---|
public 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 processed
NullPointerException - if context
  or component is null
public 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 to
IOException - if an input/output error occurs while rendering
NullPointerException - if context
  or component is null
public 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 to
IOException - if an input/output error occurs while rendering
NullPointerException - if context
  or component is null
public 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 to
IOException - if an input/output error occurs while rendering
NullPointerException - if context
  or component is null
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||