org.apache.myfaces.taglib

Class UIComponentTagUtils


public class UIComponentTagUtils
extends java.lang.Object

Version:
$Revision: 169655 $ $Date: 2005-05-11 18:45:06 +0200 (Wed, 11 May 2005) $
Author:
Manfred Geiler (latest modification by $Author: grantsmith $)

Method Summary

static boolean
isValueReference(String v)
static void
setActionListenerProperty(FacesContext context, UIComponent component, String actionListener)
static void
setActionProperty(FacesContext context, UIComponent component, String action)
static void
setBooleanProperty(FacesContext context, UIComponent component, String propName, String value)
static void
setConverterProperty(FacesContext context, UIComponent component, String value)
static void
setIntegerProperty(FacesContext context, UIComponent component, String propName, String value)
static void
setStringProperty(FacesContext context, UIComponent component, String propName, String value)
static void
setValidatorProperty(FacesContext context, UIComponent component, String validator)
static void
setValueBinding(FacesContext context, UIComponent component, String propName, String value)
static void
setValueChangedListenerProperty(FacesContext context, UIComponent component, String valueChangedListener)
static void
setValueProperty(FacesContext context, UIComponent component, String value)

Method Details

isValueReference

public static boolean isValueReference(String v)

setActionListenerProperty

public static void setActionListenerProperty(FacesContext context,
                                             UIComponent component,
                                             String actionListener)

setActionProperty

public static void setActionProperty(FacesContext context,
                                     UIComponent component,
                                     String action)

setBooleanProperty

public static void setBooleanProperty(FacesContext context,
                                      UIComponent component,
                                      String propName,
                                      String value)

setConverterProperty

public static void setConverterProperty(FacesContext context,
                                        UIComponent component,
                                        String value)

setIntegerProperty

public static void setIntegerProperty(FacesContext context,
                                      UIComponent component,
                                      String propName,
                                      String value)

setStringProperty

public static void setStringProperty(FacesContext context,
                                     UIComponent component,
                                     String propName,
                                     String value)

setValidatorProperty

public static void setValidatorProperty(FacesContext context,
                                        UIComponent component,
                                        String validator)

setValueBinding

public static void setValueBinding(FacesContext context,
                                   UIComponent component,
                                   String propName,
                                   String value)

setValueChangedListenerProperty

public static void setValueChangedListenerProperty(FacesContext context,
                                                   UIComponent component,
                                                   String valueChangedListener)

setValueProperty

public static void setValueProperty(FacesContext context,
                                    UIComponent component,
                                    String value)