org.apache.myfaces.shared_orchestra.renderkit
Class _SharedRendererUtils

java.lang.Object
  extended by org.apache.myfaces.shared_orchestra.renderkit._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: 472618 $ $Date: 2006-11-08 21:06:54 +0100 (Mi, 08 Nov 2006) $
Author:
Manfred Geiler (latest modification by $Author: grantsmith $)

Constructor Summary
_SharedRendererUtils()
           
 
Method Summary
(package private) static javax.faces.convert.Converter findUIOutputConverter(javax.faces.context.FacesContext facesContext, javax.faces.component.UIOutput component)
           
(package private) static java.lang.Object getConvertedUISelectManyValue(javax.faces.context.FacesContext facesContext, javax.faces.component.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 javax.faces.convert.Converter findUIOutputConverter(javax.faces.context.FacesContext facesContext,
                                                           javax.faces.component.UIOutput component)

getConvertedUISelectManyValue

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


Copyright 2007 The Apache Software Foundation. All Rights Reserved.