|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.render.Renderer
com.sun.rave.web.ui.appbase.renderer.CommandLinkRenderer
public class CommandLinkRenderer
Replacement renderer for the <h:commandLink>
component, which is not tied to the JSF standard form renderer (and
will therefore work inside a Braveheart form component).
| 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 |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Render the beginning of a hyperlink to submit this form. |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Render the ending of a hyperlink to submit this form. |
| Methods inherited from class javax.faces.render.Renderer |
|---|
convertClientId, encodeChildren, 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 javax.faces.render.Renderercontext - FacesContext for the current requestcomponent - UIComponent to be processed
java.lang.NullPointerException - if contxt
or component is null.
public void encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
Render the beginning of a hyperlink to submit this form.
encodeBegin in class javax.faces.render.Renderercontext - FacesContext for the current requestcomponent - UIComponent to be processed
java.io.IOException - if an input/output error occurs
java.lang.NullPointerException - if contxt
or component is null.
public void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
Render the ending of a hyperlink to submit this form.
encodeEnd in class javax.faces.render.Renderercontext - FacesContext for the current requestcomponent - UIComponent to be processed
java.io.IOException - if an input/output error occurs
java.lang.NullPointerException - if contxt
or component is null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||