|
|||||||||||
| 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
This class holds methods common to the component renderers
| Constructor Summary | |
HtmlRenderer()
|
|
| Method Summary | |
protected void |
closeTable()
Encode's the html close table tag. |
protected void |
closeTableCell()
Encode's the html close table cell tag. |
protected void |
closeTableRow()
Encode's the html close table row tag. |
javax.faces.component.UIComponent |
getComponent()
|
protected void |
newLine()
|
protected void |
openTable()
Encode's the html open table tag. |
protected void |
openTableCell()
Encode's the html open table cell tag. |
protected void |
openTableRow()
Encode's the html open table row tag. |
void |
setComponent(javax.faces.component.UIComponent component)
|
void |
setWriter(javax.faces.context.ResponseWriter writer)
|
| Methods inherited from class javax.faces.render.Renderer |
convertClientId, decode, encodeBegin, 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 HtmlRenderer()
| Method Detail |
protected void openTable()
throws java.io.IOException
java.io.IOException - e
protected void closeTable()
throws java.io.IOException
java.io.IOException - e
protected void openTableCell()
throws java.io.IOException
java.io.IOException - e
protected void openTableRow()
throws java.io.IOException
java.io.IOException - e
protected void closeTableRow()
throws java.io.IOException
java.io.IOException - e
protected void closeTableCell()
throws java.io.IOException
java.io.IOException - e
protected void newLine()
throws java.io.IOException
java.io.IOException - epublic void setWriter(javax.faces.context.ResponseWriter writer)
writer - The ResponseWriter to set.public void setComponent(javax.faces.component.UIComponent component)
component - The Component to set.public javax.faces.component.UIComponent getComponent()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||