RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.util
Class PropertyUtils

java.lang.Object
  extended by org.richfaces.cdk.util.PropertyUtils

public final class PropertyUtils
extends Object

Author:
asmirnov@exadel.com

Method Summary
static PropertyDescriptor getPropertyDescriptor(Object bean, String propertyName)
           
static String methodToName(String methodName)
           
static void setPropertyValue(Object bean, String propertyName, Object newValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

methodToName

public static String methodToName(String methodName)
                           throws InvalidNameException
Throws:
InvalidNameException

setPropertyValue

public static void setPropertyValue(Object bean,
                                    String propertyName,
                                    Object newValue)

getPropertyDescriptor

public static PropertyDescriptor getPropertyDescriptor(Object bean,
                                                       String propertyName)

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.