org.tynamo.util
Class BeanModelUtils

java.lang.Object
  extended by org.tynamo.util.BeanModelUtils

public final class BeanModelUtils
extends Object

Utilities used to modify a BeanModel.


Constructor Summary
BeanModelUtils()
           
 
Method Summary
static void exclude(org.apache.tapestry5.beaneditor.BeanModel model, TynamoClassDescriptor classDescriptor)
          Removes properties from the bean model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanModelUtils

public BeanModelUtils()
Method Detail

exclude

public static void exclude(org.apache.tapestry5.beaneditor.BeanModel model,
                           TynamoClassDescriptor classDescriptor)
Removes properties from the bean model.

Parameters:
model - to modifiy
classDescriptor -


Copyright © 2004-2009. All Rights Reserved.