Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.faces.component
Class _SharedRendererUtils  view _SharedRendererUtils download _SharedRendererUtils.java

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: 291887 $ $Date: 2005-09-27 06:09:38 -0400 (Tue, 27 Sep 2005) $

Constructor Summary
(package private) _SharedRendererUtils()
           
 
Method Summary
(package private) static javax.faces.convert.Converter findUIOutputConverter(javax.faces.context.FacesContext facesContext, UIOutput component)
           
(package private) static java.lang.Object getConvertedUISelectManyValue(javax.faces.context.FacesContext facesContext, UISelectMany component, java.lang.String[] submittedValue)
           
private static void log(javax.faces.context.FacesContext context, java.lang.String msg, java.lang.Exception e)
          This method is different in the two versions of _SharedRendererUtils.
 
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,
                                                           UIOutput component)

getConvertedUISelectManyValue

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

log

private static void log(javax.faces.context.FacesContext context,
                        java.lang.String msg,
                        java.lang.Exception e)
This method is different in the two versions of _SharedRendererUtils.