|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.test.utils.TestUtils
public final class TestUtils
| Method Summary | |
|---|---|
static void |
addDefaultRenderers(javax.faces.context.FacesContext facesContext)
Add all of Tomahawk's renderers. |
static void |
addRenderer(javax.faces.context.FacesContext facesContext,
java.lang.String family,
java.lang.String rendererType,
java.lang.String renderClassName)
Add a renderer to the FacesContext. |
static void |
renderComponent(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Renderered a component, including it's children, then complete the reponse. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void addDefaultRenderers(javax.faces.context.FacesContext facesContext)
facesContext -
public static void addRenderer(javax.faces.context.FacesContext facesContext,
java.lang.String family,
java.lang.String rendererType,
java.lang.String renderClassName)
facesContext - Faces Contextfamily - Componenet FamilyrendererType - Component TyperenderClassName - Class Name of Renderer
public static void renderComponent(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
throws java.io.IOException
context - Faces Contextcomponent - Component to be rendered.
java.io.IOException - Thrown while rendering.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||