|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.faces.render.Renderer
org.bejug.javacareers.common.view.jsf.utils.HtmlRenderer
org.bejug.javacareers.common.view.jsf.comment.CommentRenderer
HTML renderer for the comments component.
| Constructor Summary | |
CommentRenderer()
|
|
| Method Summary | |
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Overrides the parent's decode method, processes the client's requests. |
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Overrides the parent's encodeBegin method. |
| Methods inherited from class org.bejug.javacareers.common.view.jsf.utils.HtmlRenderer |
closeTable, closeTableCell, closeTableRow, getComponent, newLine, openTable, openTableCell, openTableRow, setComponent, setWriter |
| Methods inherited from class javax.faces.render.Renderer |
convertClientId, encodeChildren, encodeEnd, getConvertedValue, getRendersChildren |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CommentRenderer()
| Method Detail |
public void encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
context - the FacesContext.component - the UIComponent.
java.io.IOException - thrown when something goes wrong will encoding the collapsed comments.
public void decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
context - the FacesContext.component - the UIComponent.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||