org.apache.myfaces.shared_tomahawk.util
Class _ComponentUtils

java.lang.Object
  extended by org.apache.myfaces.shared_tomahawk.util._ComponentUtils

Deprecated. use RendererUtils instead

public final class _ComponentUtils
extends Object

Version:
$Revision: 478085 $ $Date: 2006-11-22 03:27:52 -0500 (Wed, 22 Nov 2006) $
Author:
Mathias Brökelmann (latest modification by $Author: matzew $)

Method Summary
static FormInfo findNestingForm(javax.faces.component.UIComponent uiComponent, javax.faces.context.FacesContext facesContext)
          Deprecated. use RendererUtils.findNestingForm instead
static String getStringValue(javax.faces.context.FacesContext context, javax.faces.el.ValueBinding vb)
          Deprecated. use RendererUtils.getStringValue instead
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getStringValue

public static String getStringValue(javax.faces.context.FacesContext context,
                                    javax.faces.el.ValueBinding vb)
Deprecated. use RendererUtils.getStringValue instead


findNestingForm

public static FormInfo findNestingForm(javax.faces.component.UIComponent uiComponent,
                                       javax.faces.context.FacesContext facesContext)
Deprecated. use RendererUtils.findNestingForm instead

This method will be removed in a future release



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.