org.apache.myfaces.trinidadinternal.renderkit
Class RenderUtils

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.renderkit.RenderUtils

Deprecated. use public API

@Deprecated
public class RenderUtils
extends java.lang.Object

Stub for temporary backwards compatibility.

Author:
The Oracle ADF Faces Team

Method Summary
static void encodeRecursive(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
          Deprecated. Encodes a component and all of its children.
static java.lang.String getFormId(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
          Deprecated. Retrieves id of the form the component is contained in.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

encodeRecursive

public static void encodeRecursive(javax.faces.context.FacesContext context,
                                   javax.faces.component.UIComponent component)
                            throws java.io.IOException
Deprecated. 
Encodes a component and all of its children.

Throws:
java.io.IOException

getFormId

public static java.lang.String getFormId(javax.faces.context.FacesContext context,
                                         javax.faces.component.UIComponent component)
Deprecated. 
Retrieves id of the form the component is contained in.

Parameters:
context - the faces context object
component - UIComponent whose container form id is to be retuirned
Returns:
String id of the form if one exists in component's hierarchy, otherwise null


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.