|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.render.Renderer
org.apache.cocoon.faces.samples.components.renderkit.BaseRenderer
org.apache.cocoon.faces.samples.components.renderkit.AreaRenderer
public class AreaRenderer
This class converts the internal representation of a UIArea
component into the output stream associated with the response to a
particular request.
| Field Summary |
|---|
| Fields inherited from class org.apache.cocoon.faces.samples.components.renderkit.BaseRenderer |
|---|
BUNDLE_ATTR |
| Constructor Summary | |
|---|---|
AreaRenderer()
|
|
| Method Summary | |
|---|---|
void |
decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
No decoding is required. |
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
No begin encoding is required. |
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
No children encoding is required. |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Encode this component. |
| Methods inherited from class org.apache.cocoon.faces.samples.components.renderkit.BaseRenderer |
|---|
convertClientId, encodeRecursive |
| Methods inherited from class javax.faces.render.Renderer |
|---|
getConvertedValue, getRendersChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AreaRenderer()
| Method Detail |
|---|
public void decode(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
No decoding is required.
decode in class javax.faces.render.Renderercontext - FacesContextfor the current requestcomponent - UIComponent to be decoded
public void encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
No begin encoding is required.
encodeBegin in class javax.faces.render.Renderercontext - FacesContextfor the current requestcomponent - UIComponent to be decoded
IOException
public void encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
No children encoding is required.
encodeChildren in class javax.faces.render.Renderercontext - FacesContextfor the current requestcomponent - UIComponent to be decoded
IOException
public void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws IOException
Encode this component.
encodeEnd in class javax.faces.render.Renderercontext - FacesContextfor the current requestcomponent - UIComponent to be decoded
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||