org.apache.myfaces.shared_orchestra.renderkit
Class _SharedRendererUtils
java.lang.Object
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 $)
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 |
_SharedRendererUtils
_SharedRendererUtils()
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.