|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.trinidadinternal.ui.laf.base.NullRenderer
@Deprecated public class NullRenderer
Renderer that renders nothing. Implements both ordinary Renderer and PreAndPostRenderer in case it gets swapped in for another component.
| Method Summary | |
|---|---|
static Renderer |
getInstance()
Deprecated. |
void |
postrender(UIXRenderingContext context,
UINode node)
Deprecated. |
void |
prerender(UIXRenderingContext context,
UINode node)
Deprecated. |
void |
render(UIXRenderingContext context,
UINode node)
Deprecated. Render nothing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void render(UIXRenderingContext context,
UINode node)
throws java.io.IOException
render in interface Rendererjava.io.IOException
public void prerender(UIXRenderingContext context,
UINode node)
throws java.io.IOException
prerender in interface PreAndPostRendererjava.io.IOException
public void postrender(UIXRenderingContext context,
UINode node)
throws java.io.IOException
postrender in interface PreAndPostRendererjava.io.IOExceptionpublic static Renderer getInstance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||