org.tynamo.internal.services
Class DefaultExclusionsBMModifier
java.lang.Object
org.tynamo.internal.services.DefaultExclusionsBMModifier
- All Implemented Interfaces:
- BeanModelModifier
public class DefaultExclusionsBMModifier
- extends Object
- implements BeanModelModifier
Removes the Tynamo "recommended" list of properties to exclude from the bean model.
It excludes all nonVisual properties from the BeanModel for ALL the contexts, and for the "list" context key it also
removes identifier properties, collection properties and blob properties.
|
Method Summary |
boolean |
modify(org.apache.tapestry5.beaneditor.BeanModel<?> beanModel,
String key)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultExclusionsBMModifier
public DefaultExclusionsBMModifier(DescriptorService descriptorService)
modify
public boolean modify(org.apache.tapestry5.beaneditor.BeanModel<?> beanModel,
String key)
- Specified by:
modify in interface BeanModelModifier
- Parameters:
beanModel - to modifiykey - to choose which configuration set to apply
Copyright © 2004-2013. All Rights Reserved.