net.sf.beanform.prop
Class BeanPropertyFactory

java.lang.Object
  extended by net.sf.beanform.prop.BeanPropertyFactory

public final class BeanPropertyFactory
extends java.lang.Object

Factory class for BeanProperty instances which allows us to choose an implementation dynamically, depending on the execution environment.

Author:
Daniel Gredler

Method Summary
static BeanProperty newBeanProperty(java.lang.Class ownerClass, java.lang.String name, java.lang.String validators)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newBeanProperty

public static final BeanProperty newBeanProperty(java.lang.Class ownerClass,
                                                 java.lang.String name,
                                                 java.lang.String validators)


Copyright © 2006 Daniel Gredler. All Rights Reserved.