org.apache.myfaces.trinidadinternal.taglib.util
Class VirtualAttributeUtils

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.taglib.util.VirtualAttributeUtils

public class VirtualAttributeUtils
extends java.lang.Object

Author:
The Oracle ADF Faces Team

Method Summary
static void setAccessKeyAttribute(org.apache.myfaces.trinidad.bean.FacesBean bean, java.lang.String text, org.apache.myfaces.trinidad.bean.PropertyKey textKey, org.apache.myfaces.trinidad.bean.PropertyKey accessKeyKey)
           
static void setAccessKeyAttribute(org.apache.myfaces.trinidad.bean.FacesBean bean, javax.faces.el.ValueBinding valueBinding, org.apache.myfaces.trinidad.bean.PropertyKey textKey, org.apache.myfaces.trinidad.bean.PropertyKey accessKeyKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setAccessKeyAttribute

public static void setAccessKeyAttribute(org.apache.myfaces.trinidad.bean.FacesBean bean,
                                         java.lang.String text,
                                         org.apache.myfaces.trinidad.bean.PropertyKey textKey,
                                         org.apache.myfaces.trinidad.bean.PropertyKey accessKeyKey)

setAccessKeyAttribute

public static void setAccessKeyAttribute(org.apache.myfaces.trinidad.bean.FacesBean bean,
                                         javax.faces.el.ValueBinding valueBinding,
                                         org.apache.myfaces.trinidad.bean.PropertyKey textKey,
                                         org.apache.myfaces.trinidad.bean.PropertyKey accessKeyKey)


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.