|
|||||||||
| Home >> All >> javax >> faces >> [ component overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.faces.component
Class _SharedRendererUtils

java.lang.Objectjavax.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.
|
|||||||||
| Home >> All >> javax >> faces >> [ component overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
javax.faces.component._SharedRendererUtils