|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.render.Renderer
org.apache.myfaces.trinidadinternal.uinode.UINodeRendererBase
@Deprecated public class UINodeRendererBase
| Constructor Summary | |
|---|---|
UINodeRendererBase()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Deprecated. |
void |
encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Deprecated. |
void |
encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Deprecated. |
protected static UIXRenderingContext |
getRenderingContext(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Deprecated. Get - and create if necessary - a RenderingContext. |
protected static UIXRenderingContext |
getRenderingContext(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
boolean createIfNull)
Deprecated. Get - and create if necessary - a RenderingContext. |
boolean |
getRendersChildren()
Deprecated. |
protected boolean |
skipDecode(javax.faces.context.FacesContext context)
Deprecated. |
| Methods inherited from class javax.faces.render.Renderer |
|---|
convertClientId, decode, getConvertedValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UINodeRendererBase()
| Method Detail |
|---|
public void encodeBegin(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
encodeBegin in class javax.faces.render.Rendererjava.io.IOException
public void encodeChildren(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
encodeChildren in class javax.faces.render.Rendererjava.io.IOException
public void encodeEnd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
encodeEnd in class javax.faces.render.Rendererjava.io.IOExceptionpublic boolean getRendersChildren()
getRendersChildren in class javax.faces.render.Renderer
protected static UIXRenderingContext getRenderingContext(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
java.io.IOException
protected static UIXRenderingContext getRenderingContext(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
boolean createIfNull)
throws java.io.IOException
java.io.IOExceptionprotected boolean skipDecode(javax.faces.context.FacesContext context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||