org.tynamo.util
Class BeanModelUtils
java.lang.Object
org.tynamo.util.BeanModelUtils
public final class BeanModelUtils
- extends Object
Utilities used to modify a BeanModel.
|
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 |
BeanModelUtils
public BeanModelUtils()
exclude
public static void exclude(org.apache.tapestry5.beaneditor.BeanModel model,
TynamoClassDescriptor classDescriptor)
- Removes properties from the bean model.
- Parameters:
model - to modifiyclassDescriptor -
Copyright © 2004-2009. All Rights Reserved.