|
||||||||||
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
Renderer
implementation for the commandLink
tag from the Struts-Faces Integration Library.
Field Summary | |
private static org.apache.commons.logging.Log |
log
The Log instance for this class. |
private static java.lang.String[] |
passThrough
|
private static java.lang.String |
TOKEN
Token for private names. |
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 |
Field Detail |
private static final java.lang.String TOKEN
Token for private names.
private static org.apache.commons.logging.Log log
The Log
instance for this class.
private static java.lang.String[] passThrough
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 AbstractRenderer
context
- FacesContext for the request we are processingcomponent
- UIComponent to be processed
java.lang.NullPointerException
- if context
or component
is nullpublic void renderStart(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, javax.faces.context.ResponseWriter writer) throws java.io.IOException
Render the beginning of a hyperlink to submit this form.
renderStart
in class AbstractRenderer
context
- FacesContext for the request we are processingcomponent
- UIComponent to be renderedwriter
- ResponseWriter we are rendering to
java.io.IOException
- if an input/output error occurs while rendering
java.lang.NullPointerException
- if context
or component
is nullpublic void renderAttributes(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, javax.faces.context.ResponseWriter writer) throws java.io.IOException
Render the attributes of a hyperlink to submit this form.
renderAttributes
in class AbstractRenderer
context
- FacesContext for the request we are processingcomponent
- UIComponent to be renderedwriter
- ResponseWriter we are rendering to
java.io.IOException
- if an input/output error occurs while rendering
java.lang.NullPointerException
- if context
or component
is nullpublic void renderEnd(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, javax.faces.context.ResponseWriter writer) throws java.io.IOException
Render the end of a hyperlink to submit this form.
renderEnd
in class AbstractRenderer
context
- FacesContext for the request we are processingcomponent
- UIComponent to be renderedwriter
- ResponseWriter we are rendering to
java.io.IOException
- if an input/output error occurs while rendering
java.lang.NullPointerException
- if context
or component
is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |