Home » Mojarra-2.0.1 » javax » faces » component » [javadoc | source]
javax.faces.component
class: _SharedRendererUtils [javadoc | source]
java.lang.Object
   javax.faces.component._SharedRendererUtils
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!
Method from javax.faces.component._SharedRendererUtils Summary:
findUIOutputConverter,   getConvertedUISelectManyValue
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.faces.component._SharedRendererUtils Detail:
 static Converter findUIOutputConverter(FacesContext facesContext,
    UIOutput component) 
 static Object getConvertedUISelectManyValue(FacesContext facesContext,
    UISelectMany component,
    String[] submittedValue) throws ConverterException