javax.faces.component
Class _SharedRendererUtils

java.lang.Object
  extended byjavax.faces.component._SharedRendererUtils

class _SharedRendererUtils
extends java.lang.Object

The util methods in this class are shared between the javax.faces.component package and the org.apache.myfaces.renderkit package. Please note: Any changes here must also apply to the class in the other package!

Version:
$Revision: 353909 $ $Date: 2005-12-04 16:05:36 -0500 (Sun, 04 Dec 2005) $
Author:
Manfred Geiler (latest modification by $Author: baranda $)

Constructor Summary
(package private) _SharedRendererUtils()
           
 
Method Summary
(package private) static Converter findUIOutputConverter(FacesContext facesContext, UIOutput component)
           
(package private) static java.lang.Object getConvertedUISelectManyValue(FacesContext facesContext, UISelectMany component, java.lang.String[] submittedValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_SharedRendererUtils

_SharedRendererUtils()
Method Detail

findUIOutputConverter

static Converter findUIOutputConverter(FacesContext facesContext,
                                       UIOutput component)

getConvertedUISelectManyValue

static java.lang.Object getConvertedUISelectManyValue(FacesContext facesContext,
                                                      UISelectMany component,
                                                      java.lang.String[] submittedValue)
                                               throws ConverterException
Throws:
ConverterException


Copyright 2006 Apache Software Foundation. All Rights Reserved.